发布日期: 2025-06-09
版本号: v3.0.6

Argo CD v3.0.6的快速启动提供了两种安装方式:非高可用和高可用,分别通过kubectl命令创建argocd命名空间并应用对应的manifests文件进行部署。所有发布的容器镜像均经过cosign签名,并生成符合SLSA Level 3规范的溯源证明,验证详情可参考官方文档。本版本的关键变化和改进在官方博客文章中有详细说明。如果从其他次要版本升级,建议先阅读升级指南以确保顺利过渡。变更日志包含多项错误修复和其他改进,例如修复指标标签、避免不必要的声明限制、验证RSA密钥等具体提交。完整的变更记录可在GitHub仓库中查看。

更新内容 (中文)

快速入门

非高可用部署:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.6/manifests/install.yaml

高可用部署:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.6/manifests/ha/install.yaml

发布签名与出处证明

所有 Argo CD 容器镜像均由 cosign 签名。满足 SLSA Level 3 规范的容器镜像和 CLI 二进制文件会生成出处证明。验证方法请参阅文档

版本发布说明博文

如需了解本次发布中关键变更和改进的详细说明,请查阅官方博文

升级指南

若从其他次要版本升级,请务必阅读升级文档

更新日志

缺陷修复

  • fc271d4f24277bd463f7656be31652a059bc05ad: fix(metrics): 填充 dest_server 标签 (#23246) (#23269) (#23308) (@crenshaw-dev)
  • 5c24b6bd7a6d18236c00f34ee58a086452fc27c9: fix(server): 避免不必要的权限声明限制 (#22973) (3.0) (#23207) (@crenshaw-dev)
  • 59d4519c61c525b3554970fd84ac895f465d8ad6: fix(tls): 序列化前验证 RSA 密钥 (cherry-pick #23295) (#23300) (@gcp-cherry-pick-bot[bot])
  • f72ac787b69f467ea7041fe46f7ce32c1cafe965: fix: 根据令牌有效期调整工作负载身份令牌缓存过期时间 (#23100) (#23264) (@agaudreault)
  • a31d5c915b0abec97f8f5a11a894ff45367d1c3a: fix: 使用 applicationset 资源解析项目 (cherry-pick #23252) (#23267) (@gcp-cherry-pick-bot[bot])

其他工作

  • d98a0caf5ecd852486385409bb9f964f24d1057a: chore(repo-server): 在新版子包中统一语义化版本解析 (#20216) (#23310) (@rouke-broersma)
  • 001848ee6983189069867dfb25784e0011ae1617: chore: 用 argocd-e2e-container 替换 heptio-images (cherry-pick #23040) (#23058) (@nitishfy)
  • 0ef49b6a5a6519a24b00987159ae7f05022c71d7: chore: 将 Go 版本从 1.24.1 升级至 1.24.4 (release-3.0) (#23293) (@thevilledev)

完整更新日志: https://github.com/argoproj/argo-cd/compare/v3.0.5...v3.0.6

更新内容 (原始)

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.6/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.6/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

  • fc271d4f24277bd463f7656be31652a059bc05ad: fix(metrics): populate dest_server label (#23246) (#23269) (#23308) (@crenshaw-dev)
  • 5c24b6bd7a6d18236c00f34ee58a086452fc27c9: fix(server): avoid unecessary claims restrictions (#22973) (3.0) (#23207) (@crenshaw-dev)
  • 59d4519c61c525b3554970fd84ac895f465d8ad6: fix(tls): validate RSA keys before marshaling (cherry-pick #23295) (#23300) (@gcp-cherry-pick-bot[bot])
  • f72ac787b69f467ea7041fe46f7ce32c1cafe965: fix: Change workloadidentity token cache expiry based on token expiry (#23100) (#23264) (@agaudreault)
  • a31d5c915b0abec97f8f5a11a894ff45367d1c3a: fix: parse project with applicationset resource (cherry-pick #23252) (#23267) (@gcp-cherry-pick-bot[bot])

Other work

  • d98a0caf5ecd852486385409bb9f964f24d1057a: chore(repo-server): unify semver resolution in new versions subpackage (#20216) (#23310) (@rouke-broersma)
  • 001848ee6983189069867dfb25784e0011ae1617: chore: replace heptio-images with argocd-e2e-container (cherry-pick #23040) (#23058) (@nitishfy)
  • 0ef49b6a5a6519a24b00987159ae7f05022c71d7: chore: upgrade Go from 1.24.1 to 1.24.4 (release-3.0) (#23293) (@thevilledev)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.5...v3.0.6

下载链接