argo-cd v3.2.3 版本更新介绍
发布日期: 2025-12-24
版本号: v3.2.3
Argo CD v3.2.3版本的快速开始包括非高可用和高可用两种安装方式,都需要先创建argocd命名空间,然后通过kubectl应用相应的YAML文件。所有容器镜像均经过cosign签名,并生成符合SLSA Level 3规范的来源证明,验证方法可参考相关文档。关于发布说明,详细变更信息可查看官方博客文章。如果从不同次要版本升级,务必阅读升级文档。变更日志中列出了依赖更新,例如golang.org/x/crypto从0.42.0升级到0.46.0,完整变更日志可通过项目仓库查看。
更新内容 (中文)
快速开始
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.3/manifests/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.3/manifests/ha/install.yaml
发布签名与来源
所有 Argo CD 容器镜像均由 cosign 签名。符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件会生成来源证明。请参阅 文档 了解验证方法。
发布说明博客文章
如需详细了解本次发布的关键变更和改进,请查看 官方博客文章
升级指南
如果从不同次版本升级,请务必阅读 升级文档。
变更日志
依赖项更新
- 8f903c3a11689556551efc22c13119af91a1b95a: chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.46.0 (#25791) (@anandf)
完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.2.2...v3.2.3
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.3/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
Dependency updates
- 8f903c3a11689556551efc22c13119af91a1b95a: chore(deps): bump golang.org/x/crypto from 0.42.0 to 0.46.0 (#25791) (@anandf)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.2...v3.2.3
