argo-cd v2.13.3 版本更新介绍
发布日期: 2025-01-03
版本号: v2.13.3
要快速安装Argo CD,可选择非HA或HA模式:非HA模式下需创建argocd命名空间并执行基础安装YAML;HA模式则需使用高可用专用YAML文件。所有容器镜像均采用cosign签名,CLI和容器符合SLSA三级安全标准,支持完整性验证。升级时需查阅版本差异说明,跨小版本升级需特别注意官方文档指引。此版本修复了API通道关闭异常、应用集生成冲突、界面项目详情页引用错误、路由冲突及目标服务器名称缺失等多项问题,详细修复列表可参考官方完整变更日志。
更新内容 (中文)
快速入门
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.13.3\/manifests\/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.13.3\/manifests\/ha\/install.yaml
发布签名与来源验证
所有 Argo CD 容器镜像均通过 cosign 签名。符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件均附有来源证明。具体验证方法请参阅官方文档。
版本升级
若需跨次要版本升级,请务必阅读升级指南。
更新日志
错误修复
- f260510f387d2333dda02f6d93737f734e04af13: 修复(api): mergeLogStreams 中向已关闭通道发送数据的问题 (#7006) (#21178) (#21187) (@gcp-cherry-pick-bot[bot])
- 09eede0c1775288b3e70a7971dd69492be206f82: 修复(appset): 修复 –core 模式下的集群生成应用集 (#21170) (#21236) (@gcp-cherry-pick-bot[bot])
- 64a14a08e0cffa3352e99444b81e1446fff1cda4: 修复(ui): 在项目详情页面添加空值检查避免未定义引用 (#20044) (#21263) (@crenshaw-dev)
- c76a131b17eae7ec5b608b2b1dc4aa2c8ac9e8e4: 修复: 修改 applicationset generate 的 HTTP 方法避免路由冲突 (#20758) (#21300) (@gcp-cherry-pick-bot[bot])
- 079754c63913522803f7dbe4bded6b6de37f7e34: 修复: 当指定目标服务器时自动填充目标名称 (#21063) (cherry-pick 2.13) (#21176) (@adriananeci)
完整更新日志: https://github.com/argoproj/argo-cd/compare/v2.13.2…v2.13.3
<a href="https://argoproj.github.io/cd/">img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a>
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.3/manifests/ha/install.yaml
Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the documentation on how to verify.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
- f260510f387d2333dda02f6d93737f734e04af13: fix(api): send to closed channel in mergeLogStreams (#7006) (#21178) (#21187) (@gcp-cherry-pick-bot[bot])
- 09eede0c1775288b3e70a7971dd69492be206f82: fix(appset): Fix appset generate in –core mode for cluster gen (#21170) (#21236) (@gcp-cherry-pick-bot[bot])
- 64a14a08e0cffa3352e99444b81e1446fff1cda4: fix(ui): add optional check to avoid undefined reference in project detail (#20044) (#21263) (@crenshaw-dev)
- c76a131b17eae7ec5b608b2b1dc4aa2c8ac9e8e4: fix: Change applicationset generate HTTP method to avoid route conflicts (#20758) (#21300) (@gcp-cherry-pick-bot[bot])
- 079754c63913522803f7dbe4bded6b6de37f7e34: fix: Populate destination name when destination server is specified (#21063) (cherry-pick 2.13) (#21176) (@adriananeci)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.2...v2.13.3