argo-cd v3.2.5 版本更新介绍
发布日期: 2026-01-14
版本号: v3.2.5
Argo CD v3.2.5版本提供了非高可用(Non-HA)与高可用(HA)两种快速安装方式,均通过kubectl命令部署至
argocd命名空间。所有容器镜像均经过cosign签名并满足SLSA Level 3规范,可通过相关文档验证其来源。升级时,若从其他次要版本更新,需参考官方升级文档。此版本更新包括通知引擎升级至v0.5.1、修复应用集在特定集群密钥更新时的协调问题、优化资源规格提示信息,并更新了文档与依赖项(如Go至1.25.5)。
更新内容 (中文)
快速入门
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.5/manifests/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.5/manifests/ha/install.yaml
发布签名与来源验证
所有 Argo CD 容器镜像均由 cosign 签名。符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件会生成来源证明。请参阅文档了解验证方法。
发布说明博客文章
关于此版本关键变更和改进的详细解析,请参阅官方博客文章
升级指南
若从不同次版本进行升级,请务必阅读升级文档。
变更日志
新功能
- fafbd444895d59a491ac44a20fe60b9826002d6b: feat: 将通知引擎更新至v0.5.1的选择性移植至3.2版本(#25930)(@reggie-k)
缺陷修复
- d7d9674e33a610919a5a1c69c3476cbaf83f0767: fix(appset): 更新集群密钥时不触发非允许命名空间内应用集的协调(为3.2版本选择性移植 #25622)(#25911)(@argo-cd-cherry-pick-bot[bot])
- e6f54030f06882a1d5d55a8c70968cf197105299: fix: 仅当规范…时显示更新资源规范消息(为3.2版本选择性移植 #25066)(#25895)(@argo-cd-cherry-pick-bot[bot])
文档更新
- e9d03a633ef5496bbccc15b1140c06d08a4755ff: docs: 为通知引擎变更运行make codegen(#25958)(@reggie-k)
- b67eb40a45479a7120bf0490e4cf11ccd9a2d198: docs: 添加源水合器链接(为3.2版本选择性移植 #25813)(#25814)(@argo-cd-cherry-pick-bot[bot])
依赖项更新
- 8a0633b74aff01e1448f7f96fc4512f88fb5f11a: chore(deps): 升级go至1.25.5(选择性移植)(#25805)(@nitishfy)
其他工作
- b4146969ede3955fd8d9e7d445e3c4ba1ff0d7cd: chore(cherry-pick-3.2): 升级
expr至v1.17.7(#25889)(@nitishfy) - 51c63751306240be438480c0b0aee2bf36ab136c: ci: 针对k8s 1.34.2进行测试(为3.2版本选择性移植 #25856)(#25859)(@argo-cd-cherry-pick-bot[bot])
完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.2.3...v3.2.5
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.5/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
Features
- fafbd444895d59a491ac44a20fe60b9826002d6b: feat: Cherry-pick to 3.2 update notifications engine to v0.5.1 0.20251223091026 8c0c96d8d530 (#25930) (@reggie-k)
Bug fixes
- d7d9674e33a610919a5a1c69c3476cbaf83f0767: fix(appset): do not trigger reconciliation on appsets not part of allowed namespaces when updating a cluster secret (cherry-pick #25622 for 3.2) (#25911) (@argo-cd-cherry-pick-bot[bot])
- e6f54030f06882a1d5d55a8c70968cf197105299: fix: Only show please update resource specification message when spec… (cherry-pick #25066 for 3.2) (#25895) (@argo-cd-cherry-pick-bot[bot])
Documentation
- e9d03a633ef5496bbccc15b1140c06d08a4755ff: docs: Run make codegen for notifications engine changes (#25958) (@reggie-k)
- b67eb40a45479a7120bf0490e4cf11ccd9a2d198: docs: link to source hydrator (cherry-pick #25813 for 3.2) (#25814) (@argo-cd-cherry-pick-bot[bot])
Dependency updates
- 8a0633b74aff01e1448f7f96fc4512f88fb5f11a: chore(deps): bump go to 1.25.5 (cherry-pick) (#25805) (@nitishfy)
Other work
- b4146969ede3955fd8d9e7d445e3c4ba1ff0d7cd: chore(cherry-pick-3.2): bump
exprtov1.17.7(#25889) (@nitishfy) - 51c63751306240be438480c0b0aee2bf36ab136c: ci: test against k8s 1.34.2 (cherry-pick #25856 for 3.2) (#25859) (@argo-cd-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.3...v3.2.5
