argo-cd v3.3.12 版本更新介绍
发布日期: 2026-06-18
版本号: v3.3.12
Argo CD v3.3.12 版本已发布,提供了非高可用(Non-HA)和高可用(HA)两种快速安装命令。此次发布的所有容器镜像和CLI二进制文件均经过cosign签名,并附有符合SLSA Level 3规范的来源证明以确保安全。如需升级,特别是从不同次版本升级,请务必参考官方升级文档。该版本主要包含多项错误修复,例如解决了健康状态卡住、集群信息缓存锁、密码解析以及仓库深度设置等问题,并完善了相关测试。
更新内容 (中文)
快速启动
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.12/manifests/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.12/manifests/ha/install.yaml
发布签名与来源证明
所有 Argo CD 容器镜像均由 cosign 签名。为符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件生成来源证明。验证方法请参阅文档。
版本发布说明博客文章
本版本关键变更和改进的详细分析,请参阅官方博客文章
升级指南
若从其他次版本升级,请务必阅读升级文档。
变更日志
缺陷修复
- 47da18433587c202c8b57e47c34af86d37ee7b2b: 修复健康检查:空操作重新验证后 PromotionStrategy 停留在 Progressing 状态 (#28124) (为3.3版本cherry-pick #28125) (#28136) (@argo-cd-cherry-pick-bot[bot])
- e385760aec1c6a5c8f736bcfd45e7259a41135ea: 修复:为clusterinformer添加锁 (为3.3版本cherry-pick #28216) (#28313) (@blakepettersson)
- 516314b16f45757606ed39c6d9ebd6bbbe10d8aa: 修复:将实时状态排除在标准化处理之外 (为3.3版本cherry-pick #28201) (#28203) (@argo-cd-cherry-pick-bot[bot])
- 3205f8b0dd1588ff636d9ec0db1b4336343df761: 修复:修正包含美元符号的dex密码解析 (#28027的cherry-pick至3.3版本 (#28198) (@ppapapetrou76)
- 703ad3f9520ffb5e83a261d06bdb24d6776720ef: 修复:在gitSourceHasChanges和fetch函数中遵守仓库深度设置 (为3.3版本cherry-pick #27838) (#28065) (@alexandresavicki)
其他工作
- c4c07e396ca4f85599b720331e4bfc6a8687b38e: 合并拉取请求 #28161,来自 argoproj/cherry-pick-28158-to-release-3.3 (@dudinea)
- cdfc9a5d0e0838b0c3c0884adfa08c9b3dda2b79: 合并拉取请求 #28166,来自 argoproj/cherry-pick-28155-to-release-3.3 (@dudinea)
- 6aecd33bd19a00c78f18c2d6a8cfa762419fe383: 流程(ci):将codecov action升级至7.0.0以修复GPG问题 (为3.3版本cherry-pick #28159) (#28173) (@dudinea)
- b9f2a3b6269adb25f8054241398884caecc0657f: 测试(e2e):为不同资源/选项添加初始同步后第二次同步的测试 (#28156) (#28155) (@dudinea)
- fe3fea21ad00619438c2f0fa8117203f22bed784: 测试(e2e):修复端到端测试中CRD的清理 (#28157) (#28158) (@dudinea)
完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.3.11...v3.3.12
<a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" >
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.12/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.12/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
- 47da18433587c202c8b57e47c34af86d37ee7b2b: fix(health): PromotionStrategy stuck Progressing after no-op re-hydration (#28124) (cherry-pick #28125 for 3.3) (#28136) (@argo-cd-cherry-pick-bot[bot])
- e385760aec1c6a5c8f736bcfd45e7259a41135ea: fix: add a lock on clusterinformer (cherry-pick #28216 for 3.3) (#28313) (@blakepettersson)
- 516314b16f45757606ed39c6d9ebd6bbbe10d8aa: fix: exclude live status from normalization (cherry-pick #28201 for 3.3) (#28203) (@argo-cd-cherry-pick-bot[bot])
- 3205f8b0dd1588ff636d9ec0db1b4336343df761: fix: fixes parsing of dex passwords with dollar sign (cherry pick of #28027 to 3.3 (#28198) (@ppapapetrou76)
- 703ad3f9520ffb5e83a261d06bdb24d6776720ef: fix: honor repo depth setting in gitSourceHasChanges and fetch functions (cherry-pick #27838 for 3.3) (#28065) (@alexandresavicki)
Other work
- c4c07e396ca4f85599b720331e4bfc6a8687b38e: Merge pull request #28161 from argoproj/cherry-pick-28158-to-release-3.3 (@dudinea)
- cdfc9a5d0e0838b0c3c0884adfa08c9b3dda2b79: Merge pull request #28166 from argoproj/cherry-pick-28155-to-release-3.3 (@dudinea)
- 6aecd33bd19a00c78f18c2d6a8cfa762419fe383: chore(ci): bump codecov action to 7.0.0 to fix the GPG issue (cherry-pick #28159 for 3.3) (#28173) (@dudinea)
- b9f2a3b6269adb25f8054241398884caecc0657f: test(e2e): Add test for second Sync after initial for different resources/options (#28156) (#28155) (@dudinea)
- fe3fea21ad00619438c2f0fa8117203f22bed784: test(e2e): fix cleanup of CRDs for e2e tests (#28157) (#28158) (@dudinea)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.11...v3.3.12
