argo-cd v3.2.7 版本更新介绍
发布日期: 2026-02-18
版本号: v3.2.7
Argo CD v3.2.7提供了快速安装指南,包括非高可用和高可用两种部署方式,均通过kubectl命令创建argocd命名空间并应用对应的安装清单。所有容器图像都经过cosign签名,并生成符合SLSA Level 3规范的Provenance以供验证。官方博客文章详细介绍了本次发布的关键变更和改进。如果从不同次版本升级,建议阅读升级文档以获取正确指导。变更日志包括bug修复、依赖更新和其他工作,具体变更可通过GitHub上的版本比较链接查看。
更新内容 (中文)
快速入门
非高可用部署:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.7/manifests/install.yaml
高可用部署:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.7/manifests/ha/install.yaml
发布签名与来源证明
所有Argo CD容器镜像均由cosign签名。符合SLSA Level 3规范的容器镜像和CLI二进制文件会生成来源证明。验证方法请参阅文档。
发布说明博文
了解本版本关键变更与改进的详细分解,请查看官方博文。
升级指南
若从其他次版本升级,请务必阅读升级文档。
变更日志
错误修复
- ca08f90e9616f41422d00fa3aaa3eea93f69144a:修复(server):通过Secrets配置OIDC失败(#18269)(针对3.2版本的cherry-pick #26214)(#26389)(@argo-cd-cherry-pick-bot[bot])
- 10c3fd02f46c382700d1e1b0e29bda72b4ee7779:修复:解决启用自动同步的应用在单体仓库中过度请求ls-remote的问题(26277)(针对3.2版本的cherry-pick #26278)(#26502)(@dudinea)
- 9c128e2d4cda18159aabc3b8fa9494b0a11442aa:修复:compressedLayerExtracterStore+isCompressedLayer - 允许tar.gzip后缀(针对3.2版本的cherry-pick #26355)(#26375)(@argo-cd-cherry-pick-bot[bot])
依赖项更新
- 75eddbd910a5463b98bc7a7d026e8cb177eae61b:维护(deps):更新golang组至v1.25.6(针对3.2版本的cherry-pick)(#26291)(@nitishfy)
其他工作
- 1f03b27fd548ef36be4b7e08146a9928b64efb7b:CI:从sonar.exclusions中排除testdata(针对3.2版本的cherry-pick #26398和#26371)(#26424)(@argo-cd-cherry-pick-bot[bot])
完整变更日志:https://github.com/argoproj/argo-cd/compare/v3.2.6…v3.2.7
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.7/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.7/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
- ca08f90e9616f41422d00fa3aaa3eea93f69144a: fix(server): OIDC config via secrets fails (#18269) (cherry-pick #26214 for 3.2) (#26389) (@argo-cd-cherry-pick-bot[bot])
- 10c3fd02f46c382700d1e1b0e29bda72b4ee7779: fix: Fix excessive ls-remote requests on monorepos with Auto Sync enabled apps (26277) (cherry-pick #26278 for 3.2) (#26502) (@dudinea)
- 9c128e2d4cda18159aabc3b8fa9494b0a11442aa: fix: compressedLayerExtracterStore+isCompressedLayer - allow tar.gzip suffixes (cherry-pick #26355 for 3.2) (#26375) (@argo-cd-cherry-pick-bot[bot])
Dependency updates
- 75eddbd910a5463b98bc7a7d026e8cb177eae61b: chore(deps): update group golang to v1.25.6 (cherry-pick release-3.2) (#26291) (@nitishfy)
Other work
- 1f03b27fd548ef36be4b7e08146a9928b64efb7b: ci: exclude testdata from sonar.exclusions (cherry-pick #26398 and #26371 for 3.2) (#26424) (@argo-cd-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.6...v3.2.7
