发布日期: 2025-08-25
版本号: v3.1.1

Argo CD v3.1.1版本的快速启动包括非高可用和高可用两种部署方式,均需先创建argocd命名空间,然后分别应用对应的安装清单文件。所有容器镜像均通过cosign签名,并生成符合SLSA Level 3规范的来源证明。若从其他次版本升级,需查阅升级文档。此版本包含多项bug修复,例如修复Lua操作添加数组项的问题、通过git额外头文件发送Azure DevOps令牌、修复SSH连接的FIPS合规默认密钥交换算法,以及解决外部密钥相关的UI错误等,并同步了一些维护性更新。

更新内容 (中文)

快速入门

非高可用版本:

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

高可用版本:

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

发布签名与出处证明

所有 Argo CD 容器镜像均由 cosign 签名。对于符合 SLSA 第 3 级规范的容器镜像和 CLI 二进制文件,会生成出处证明。请参阅 文档 了解验证方法。

发布说明博客文章

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

升级

如果从其他次要版本升级,请务必阅读 升级 文档。

变更日志

错误修复

  • b22566d0018239deb6f59f767e62f2c6d68151d4: fix(lua): 允许操作将项目添加到数组 (#24137) (@agaudreault)
  • eb72a0bd3b9748acdbb8faf5d5908c32d77a10ee: fix(server): 通过 git 额外头部发送 Azure DevOps 令牌 (#23478) (#23631) (#24223) (@rumstead)
  • fdd099181c819535be11b523a59cceadc4051e0d: fix(util): 修复 SSH 连接使用的默认密钥交换算法以符合 FIPS 标准 (#24086) (cherry-pick 3.1) (#24166) (@anandf)
  • c140eb27f89ab563be0a89b61231486095f4dbc7: fix: 解决 argocd ui 对 externalSecrets 的错误,修复 #23886 (#24232) (#24236) (@raweber42)

其他工作

  • a0f065316ba9d54b9a98eee2282e57c3e970a82f: chore: 向清单添加 oci 环境变量 (#24113) (cherry-pick 3.1) (#24153) (@blakepettersson)
  • 70dde2c27b66fccfb250236c6267d8d577ff7177: chore: 将 #24235 拾取到 release-3.1 (#24238) (@FourFifthsCode)

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

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

  • b22566d0018239deb6f59f767e62f2c6d68151d4: fix(lua): allow actions to add items to array (#24137) (@agaudreault)
  • eb72a0bd3b9748acdbb8faf5d5908c32d77a10ee: fix(server): Send Azure DevOps token via git extra headers (#23478) (#23631) (#24223) (@rumstead)
  • fdd099181c819535be11b523a59cceadc4051e0d: fix(util): Fix default key exchange algorthims used for SSH connection to be FIPS compliant (#24086) (cherry-pick 3.1) (#24166) (@anandf)
  • c140eb27f89ab563be0a89b61231486095f4dbc7: fix: resolve argocd ui error for externalSecrets, fixes #23886 (#24232) (#24236) (@raweber42)

Other work

  • a0f065316ba9d54b9a98eee2282e57c3e970a82f: chore: add oci env vars to manifests (#24113) (cherry-pick 3.1) (#24153) (@blakepettersson)
  • 70dde2c27b66fccfb250236c6267d8d577ff7177: chore: cherry pick #24235 to release-3.1 (#24238) (@FourFifthsCode)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.1.0...v3.1.1

下载链接