argo-cd v3.0.22 版本更新介绍
发布日期: 2026-01-13
版本号: v3.0.22
Argo CD v3.0.22 版本发布。快速安装分为普通版和高可用版,均需先创建 argocd 命名空间,然后应用对应的安装清单文件。所有容器镜像均通过 cosign 签名,且满足 SLSA Level 3 规范。详细更新内容可查看官方博客文章。从其他次版本升级前请务必阅读升级文档。本次更新包含一个 bug 修复及其他维护工作,具体变更请参考完整的更新日志。
更新内容 (中文)
快速开始
非高可用:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.22/manifests/install.yaml
高可用:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.22/manifests/ha/install.yaml
发布签名与溯源信息
所有 Argo CD 容器镜像均由 cosign 签名。对于符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件,会生成溯源信息。具体验证方法请参阅官方文档。
发布说明博文
关于本次版本的主要变更和改进的详细解析,请查看官方博文。
升级指南
若从不同次版本进行升级,请务必阅读升级文档。
变更日志
缺陷修复
- e5b85eff35d250c09d2b3a2a2458ac0ed2ae5de5: 修复:仅当资源规范发生变更时显示更新提示信息…(为3.0版本 cherry-pick #25066)(#25893) (@argo-cd-cherry-pick-bot[bot])
其他工作
- f9212b096191137227c1c9fcaad4bb6777b39d68: 维护(cherry-pick-3.0):将
expr版本从v1.16.9升级至v1.17.7(#25908) (@aali309)
完整变更日志:https://github.com/argoproj/argo-cd/compare/v3.0.21…v3.0.22
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.22/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.22/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
- e5b85eff35d250c09d2b3a2a2458ac0ed2ae5de5: fix: Only show please update resource specification message when spec… (cherry-pick #25066 for 3.0) (#25893) (@argo-cd-cherry-pick-bot[bot])
Other work
- f9212b096191137227c1c9fcaad4bb6777b39d68: chore(cherry-pick-3.0): bump
exprversion fromv1.16.9tov1.17.7(#25908) (@aali309)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.21...v3.0.22
