argo-cd v3.0.16 版本更新介绍
发布日期: 2025-09-05
版本号: v3.0.16
Argo CD v3.0.16版本已发布。此版本的所有容器镜像均经过cosign签名,并为符合SLSA Level 3规范的容器镜像和CLI二进制文件生成了出处证明。官方博客提供了本次发布关键变更和改进的详细说明。升级前,特别是从其他次版本升级时,请务必查阅升级文档。此版本的更新内容包括修复kubectl指标中的竞争条件等错误,以及更新gitops-engine等依赖。
更新内容 (中文)
快速入门
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.16/manifests/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.16/manifests/ha/install.yaml
发布签名与来源证明
所有 Argo CD 容器镜像均由 cosign 签名。针对符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件,会生成来源证明。验证方法详见文档。
版本发布公告
如需了解此版本的关键变更和改进详情,请参阅官方公告。
升级说明
如从其他次级版本升级,请务必阅读升级文档。
变更日志
缺陷修复
- 50befe995c1ff5245e9d29cd0e668a04dff50397: 修复(test): kubectl指标竞态条件 (#23382) (#23383) (#24422) (@agaudreault)
依赖项更新
- 998260452c9de83ae48d82e04fcadcbb5a1f2342: 依赖项(chore): 升级gitops-engine版本 (#24419) (@agaudreault)
完整变更日志:https://github.com/argoproj/argo-cd/compare/v3.0.15…v3.0.16
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.16/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.16/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
- 50befe995c1ff5245e9d29cd0e668a04dff50397: fix(test): race condition in kubectl metrics (#23382) (#23383) (#24422) (@agaudreault)
Dependency updates
- 998260452c9de83ae48d82e04fcadcbb5a1f2342: chore(deps): bump gitops-engine (#24419) (@agaudreault)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.15...v3.0.16
