argo-cd v2.14.0-rc5 版本更新介绍
发布日期: 2025-01-08
版本号: v2.14.0-rc5
要快速安装Argo CD,非高可用模式需先创建argocd命名空间,再应用v2.14.0-rc5版本的安装清单;高可用模式则需使用ha目录下的安装清单。所有容器镜像均通过cosign签名,并符合SLSA Level 3安全标准,支持验证来源真实性。升级不同小版本时需参考官方升级文档。最新版本修复了持续集成配置和集群批量参数命名问题,具体更新内容可查看完整更新日志。
更新内容 (中文)
详见原始内容
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.0-rc5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.0-rc5/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.
Upgrading
If upgrading from a different minor version, be sure to read the upgrading documentation.
Changelog
Bug fixes
- c13c9c1be3a2e65977fe911000d3f3eb71a32a73: fix(ci): updating action-gh-release after upstream fix (#21407) (#21408) (@gcp-cherry-pick-bot[bot])
- 51471b3b8b4d89e9fa97406b81bf45212e937daf: fix(controller): rename cluster batch param and add to argocd-cmd-params-cm (#21402) (#21419) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.0-rc4...v2.14.0-rc5