argo-cd v3.0.0-rc5 版本更新介绍
发布日期: 2025-04-30
版本号: v3.0.0-rc5
Argo CD v3.0.0-rc5发布说明包含快速开始指南,提供非高可用和高可用模式的安装命令;所有容器图像均经过cosign签名,并为符合SLSA Level 3规范的容器图像和CLI二进制文件生成出处信息,具体验证方法可参阅相关文档;关键变化和改进的详细内容可查看官方博客文章;如果从其他次要版本升级,务必阅读升级文档;变更日志中列出了若干错误修复,例如修复UI中Helm连接页面的bearerToken验证、解决AppSet生成器无令牌时GitHub返回401问题、避免在实时CRD上进行资源跟踪标准化,以及移除项目范围凭证缓存键中的项目信息。
更新内容 (中文)
快速开始
非高可用部署:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.0-rc5/manifests/install.yaml
高可用部署:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.0-rc5/manifests/ha/install.yaml
发布签名与来源
所有Argo CD容器镜像均通过cosign签名。符合SLSA Level 3规范的容器镜像和CLI二进制文件会生成来源证明。请参阅文档了解验证方法。
发布说明博文
如需了解本版本关键变更与改进的详细分解,请查阅官方博文。
升级
若从不同次版本升级,请务必阅读升级文档。
变更日志
缺陷修复
- ebeae20ff40aef654a0cfbffdade8aaf03d012c1: fix(ui): fix bearerToken validate in helm connect page (cherry-pick #22791) (#22798) (@gcp-cherry-pick-bot[bot])
- ffbf9d5911e9fd747d879987060162e108c70b2b: fix: AppSet PullRequest and SCM generators get 401 from GitHub without tokenRef (manually signed off cherry-pick #22737) (#22763) (@reggie-k)
- b2e875323c7ce364ac19f49e65eaeca739ee8981: fix: do not normalize resource tracking on live crds (cherry-pick #22722) - cherry-pick 3.0 (#22735) (@gcp-cherry-pick-bot[bot])
- 6fea0084478853777a43acfcd0165dfc137c68d7: fix: remove project from cache key for project scoped credentials (cherry-pick #22712) (#22817) (@gcp-cherry-pick-bot[bot])
完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.0.0-rc4...v3.0.0-rc5
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.0-rc5/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.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.
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
- ebeae20ff40aef654a0cfbffdade8aaf03d012c1: fix(ui): fix bearerToken validate in helm connect page (cherry-pick #22791) (#22798) (@gcp-cherry-pick-bot[bot])
- ffbf9d5911e9fd747d879987060162e108c70b2b: fix: AppSet PullRequest and SCM generators get 401 from GitHub without tokenRef (manually signed off cherry-pick #22737) (#22763) (@reggie-k)
- b2e875323c7ce364ac19f49e65eaeca739ee8981: fix: do not normalize resource tracking on live crds (cherry-pick #22722) - cherry-pick 3.0 (#22735) (@gcp-cherry-pick-bot[bot])
- 6fea0084478853777a43acfcd0165dfc137c68d7: fix: remove project from cache key for project scoped credentials (cherry-pick #22712) (#22817) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.0-rc4...v3.0.0-rc5
