发布日期: 2026-04-21
版本号: v3.1.15

Argo CD 3.1.15 版本的安装提供非高可用与高可用两种方式。非高可用模式通过 kubectl apply 应用 install.yaml 进行部署;高可用模式则使用 ha/install.yaml。所有容器镜像均使用 cosign 签名,并提供符合 SLSA Level 3 规范的来源证明,具体验证方法可参阅相关文档。若从其他次要版本升级,请务必阅读升级指南。此版本更新包含两个错误修复:回退了防止 informer 重同步和状态更新自动刷新的提交,以及修复了应用控制器在核心模式下缺少 server.secretkey 时同步失败的问题。详细变更日志可在 GitHub 上查看。

更新内容 (中文)

快速开始

非高可用性:

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

高可用性:

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

发布签名与来源证明

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

发布说明博客文章

有关此版本关键更改和改进的详细分解,请查看官方博客文章

升级

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

变更日志

错误修复

  • bf5f210be0254195d48b1b9e2e681ee11f282635: Revert “fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #25290 for 3.1)” (#27398) (@crenshaw-dev)
  • 9ed4f21a4cb4cf7b167f42b5d3a096daa579f5d6: fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (#27464) (@anandf)

完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.1.14...v3.1.15

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

Release Notes Blog Post

For a detailed breakdown of the key changes and improvements in this release, check out the official blog post

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes

  • bf5f210be0254195d48b1b9e2e681ee11f282635: Revert “fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #25290 for 3.1)” (#27398) (@crenshaw-dev)
  • 9ed4f21a4cb4cf7b167f42b5d3a096daa579f5d6: fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (#27464) (@anandf)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.1.14...v3.1.15

下载链接