发布日期: 2026-01-22
版本号: v3.2.6

Argo CD v3.2.6版本的安装分为非高可用和高可用两种模式,均需在argocd命名空间中应用对应的YAML清单文件。所有容器镜像和CLI二进制文件均已通过cosign签名,并提供符合SLSA Level 3规范的溯源证明。本次更新包含多项错误修复,例如修复了Hydrator中处理深层嵌套文件和失败操作链接的问题,解决了错误路径上的连接泄漏,修正了健康检查失败的错误信息提示,并更新了通知引擎依赖以修复GitHub PR评论的空指针异常。用户若从不同次要版本升级,请参阅升级文档。详细的变更说明可通过官方博客和完整变更日志查阅。

更新内容 (中文)

快速入门

非高可用版:

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

高可用版:

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

发布签名与溯源信息

所有 Argo CD 容器镜像均由 cosign 签名。满足 SLSA 三级规范的容器镜像与 CLI 二进制文件会生成溯源信息。验证方式请参阅文档

发布说明博客文章

如需了解本次发布的主要变更与改进的详细分解,请查阅官方博客文章

升级须知

若从其他次版本升级,请务必阅读升级文档

变更日志

缺陷修复

  • 20866f455712a453db09b1d80816838d2e0f0afc: fix(hydrator): .gitattributes 现包含深层嵌套文件 (#25870) (cherry-pick #26011 for 3.2) (#26012) (@argo-cd-cherry-pick-bot[bot])
  • 508da9c79192a19fdf741a37715bd60d38f628e1: fix(hydrator): 修复失败操作的空链接问题 (#25025) (cherry-pick #26014 for 3.2) (#26016) (@argo-cd-cherry-pick-bot[bot])
  • 2ff406ae33c3d13ae1090c107a9121303607141b: fix: 将 #25516 cherry-pick 到 release-3.2 (#26115) (@FourFifthsCode)
  • e3b108b7384432517037f88022a67df30e9dbe97: fix: 在错误路径关闭响应体以防止连接泄漏 (cherry-pick #25824 for 3.2) (#26006) (@argo-cd-cherry-pick-bot[bot])
  • ad117b88a690a559eb373e19d0abed95806cb23d: fix: 修正健康检查失败时的无效错误信息 (#26040) (cherry pick #26039 for 3.2) (#26070) (@dudinea)

依赖项更新

  • 76fc92f6552b23e6802b7aac3c42640c0d089eae: chore(deps): 更新 notifications-engine 以修复 GitHub PR 评论空指针恐慌 (cherry-pick #26065 for 3.2) (#26074) (@soutar)

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

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

  • 20866f455712a453db09b1d80816838d2e0f0afc: fix(hydrator): .gitattributes include deeply nested files (#25870) (cherry-pick #26011 for 3.2) (#26012) (@argo-cd-cherry-pick-bot[bot])
  • 508da9c79192a19fdf741a37715bd60d38f628e1: fix(hydrator): empty links for failed operation (#25025) (cherry-pick #26014 for 3.2) (#26016) (@argo-cd-cherry-pick-bot[bot])
  • 2ff406ae33c3d13ae1090c107a9121303607141b: fix: cherry pick #25516 to release-3.2 (#26115) (@FourFifthsCode)
  • e3b108b7384432517037f88022a67df30e9dbe97: fix: close response body on error paths to prevent connection leak (cherry-pick #25824 for 3.2) (#26006) (@argo-cd-cherry-pick-bot[bot])
  • ad117b88a690a559eb373e19d0abed95806cb23d: fix: invalid error message on health check failure (#26040) (cherry pick #26039 for 3.2) (#26070) (@dudinea)

Dependency updates

  • 76fc92f6552b23e6802b7aac3c42640c0d089eae: chore(deps): update notifications-engine to fix GitHub PR comments nil panic (cherry-pick #26065 for 3.2) (#26074) (@soutar)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.5...v3.2.6

下载链接