argo-cd v3.0.12 版本更新介绍
发布日期: 2025-07-25
版本号: v3.0.12
要部署 Argo CD v3.0.12 版本,可执行以下命令:对于非高可用部署,创建 argocd 命名空间并应用常规安装清单;对于高可用部署,创建命名空间并应用高可用安装清单。所有容器镜像均使用 cosign 进行签名,符合 SLSA Level 3 规范的镜像和 CLI 二进制文件会生成来源证明,具体验证方法可参阅相关文档。若从不同次版本升级,请务必阅读升级指南。本次更新包含的错误修复主要有:当 Appset 被删除时,控制器现在能正确调和 applicationset;以及针对 gRPC 统计的修复。完整变更日志可查看版本 v3.0.11 到 v3.0.12 之间的对比。
更新内容 (中文)
快速入门
非高可用:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.12/manifests/install.yaml
高可用:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.12/manifests/ha/install.yaml
发布签名与来源验证
所有 Argo CD 容器镜像均由 cosign 签名。对于符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件,会生成来源证明。请参阅文档了解验证方法。
发布说明博文
要查看本次发布中关键变更和改进的详细分解,请查阅官方博文。
升级指南
若从不同次版本进行升级,请务必阅读升级文档。
变更日志
缺陷修复
- fc27c4d09997a2f902706ee36417626cd3e0f116: 修复(appset):删除 Appset 时,控制器应协调 applicationset #23723(cherry-pick ##23823)(#23834) (@rumstead)
- 5e769f900f4bc78bdeac411695fb05cc7d8ad7cf: 修复(metrics):Cherry-pick grpc 统计修复版本 3.0 (#23889) (@pbhatnagar-oss)
完整变更日志:https://github.com/argoproj/argo-cd/compare/v3.0.11…v3.0.12
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.12/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.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
- fc27c4d09997a2f902706ee36417626cd3e0f116: fix(appset): When Appset is deleted, the controller should reconcile applicationset #23723 (cherry-pick ##23823) (#23834) (@rumstead)
- 5e769f900f4bc78bdeac411695fb05cc7d8ad7cf: fix(metrics): Cherrypick grpc stats fix release 3.0 (#23889) (@pbhatnagar-oss)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.11...v3.0.12
