发布日期: 2026-04-16
版本号: v3.2.9

Argo CD v3.2.9 版本发布。此版本存在一个潜在的应用同步问题,可能导致应用控制器无法刷新应用,使其无法同步或显示资源不同步状态。用户可通过官方文档中的命令进行非高可用或高可用安装。此版本容器镜像和CLI二进制文件均通过cosign签名,并提供了符合SLSA三级规范的可验证来源。升级时建议查阅升级指南。更新日志包含若干错误修复与依赖项更新。完整变更日志可访问指定GitHub比较页面。

更新内容 (中文)

快速入门

[!IMPORTANT] 本版本中已发现一个关于应用协调的潜在错误。应用控制器可能无法刷新应用,导致应用无法同步或显示资源不同步。

问题: #27344 – 应用控制器未刷新应用

非高可用模式:

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

高可用模式:

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

发布签名与来源证明

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

发布说明博客文章

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

升级

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

更新日志

错误修复

  • 8420af56e384a207717f9d353cd5ebda3773db4c: 修复(ci):使用 –frozen-lockfile 运行 yarn install (为3.2版本挑选 #27099) (#27355) (@dudinea)
  • d76e1bdc588aa6608998737de504a1690babbbbd: 修复(ui):由于冲突的保护条件导致 OCI 修订版元数据永不渲染 (#26948) (为3.2版本挑选 #27097) (#27364) (@argo-cd-cherry-pick-bot[bot])
  • f9623ce54c3d23899818714f85738bd8280553cf: 修复:阻止来自 informer 重新同步和状态更新的自动刷新 (为3.2版本挑选 #25290) (#27236) (@aali309)

依赖更新

  • a39f06d602e3a4d9875f59131ea2a740caaf80af: 依赖维护:将 /ui 中的 fast-xml-parser 从 4.5.3 升级到 4.5.6 - 3.2 (#27361) (@keithchong)
  • 9ff165ab4191a968e516258f236c4a081a029fbc: 依赖维护:将 release-3.2 中的 notifications-engine 依赖更新至 v0.5.1-0.20260316232552-d27ba0152c1c (#27094) (@pasha-codefresh)

完整更新日志:https://github.com/argoproj/argo-cd/compare/v3.2.8…v3.2.9

更新内容 (原始)

Quick Start

[!IMPORTANT] A potential bug with application reconciliation has been identified in this release. The application controller may fail to refresh applications, causing an application to not sync / show resources as out of sync.

Issue: #27344 – Application controller not refreshing applications

Non-HA:

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

HA:

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

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

  • 8420af56e384a207717f9d353cd5ebda3773db4c: fix(ci): run yarn install with –frozen-lockfile (cherry-pick #27099 for 3.2) (#27355) (@dudinea)
  • d76e1bdc588aa6608998737de504a1690babbbbd: fix(ui): OCI revision metadata never renders due to conflicting guard clause (#26948) (cherry-pick #27097 for 3.2) (#27364) (@argo-cd-cherry-pick-bot[bot])
  • f9623ce54c3d23899818714f85738bd8280553cf: fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #25290 for 3.2) (#27236) (@aali309)

Dependency updates

  • a39f06d602e3a4d9875f59131ea2a740caaf80af: chore(deps): bump fast-xml-parser from 4.5.3 to 4.5.6 in /ui - 3.2 (#27361) (@keithchong)
  • 9ff165ab4191a968e516258f236c4a081a029fbc: chore(deps): update notifications-engine dependency in release-3.2 to v0.5.1-0.20260316232552-d27ba0152c1c (#27094) (@pasha-codefresh)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.8...v3.2.9

下载链接