发布日期: 2025-09-04
版本号: v2.13.9

Argo CD v2.13.9版本提供了快速部署方式,包括标准模式和高可用(HA)模式,用户只需创建命名空间并应用对应的部署清单即可完成安装。该版本的所有容器镜像均经过cosign签名,且符合SLSA Level 3规范生成出处证明,增强了发布的安全性和可验证性。从其他次版本升级时,建议查阅官方升级文档。此版本修复了多项错误,主要包括解决了项目详细信息暴露仓库密钥的安全问题、改进了对任意命名空间中应用资源状态健康状态的推断逻辑,以及修复了针对活跃CRD的资源跟踪规范化问题。

更新内容 (中文)

快速开始

非高可用:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.9/manifests/install.yaml

高可用:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.9/manifests/ha/install.yaml

发布签名与来源

所有 Argo CD 容器镜像均由 cosign 签名。对于符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件,会生成来源信息。请参阅文档了解如何验证。

升级

如果从不同次版本进行升级,请务必阅读升级文档。

变更日志

错误修复

  • b8ac09d326d728d178a4cc6af6aa4e2a3afb22f3: fix(security): repository.GetDetailedProject exposes repo secrets (#24388) (@crenshaw-dev)
  • bfa724719a0861e91151bedfa01fdd99bee57a43: fix(server): infer resource status health for apps-in-any-ns (#22944) (#23708) (@crenshaw-dev)
  • df347d0d566c904a282e13add3cda82fed4e37c4: fix: do not normalize resource tracking on live crds (#22722) - cherrypick 2.13 (#22747) (@blakepettersson)

完整变更日志: https://github.com/argoproj/argo-cd/compare/v2.13.8...v2.13.9

更新内容 (原始)

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.9/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.9/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

  • b8ac09d326d728d178a4cc6af6aa4e2a3afb22f3: fix(security): repository.GetDetailedProject exposes repo secrets (#24388) (@crenshaw-dev)
  • bfa724719a0861e91151bedfa01fdd99bee57a43: fix(server): infer resource status health for apps-in-any-ns (#22944) (#23708) (@crenshaw-dev)
  • df347d0d566c904a282e13add3cda82fed4e37c4: fix: do not normalize resource tracking on live crds (#22722) - cherrypick 2.13 (#22747) (@blakepettersson)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.8...v2.13.9

下载链接