发布日期: 2025-05-04
版本号: v3.0.0-rc6

Argo CD v3.0.0-rc6版本发布。快速开始提供两种安装方式:非高可用模式通过创建argocd命名空间并应用基础安装配置即可;高可用模式需应用对应的高可用安装配置。所有容器镜像均经过cosign签名,且为符合SLSA Level 3规范的CLI二进制文件与容器镜像生成来源证明。从其他次要版本升级时请务必查阅升级文档。本次版本主要修复了两个问题:一是修复了AppSet在未配置tokenRef时从GitHub获取数据返回401错误的问题;二是确保端口转发仅连接到就绪状态的Pod。

更新内容 (中文)

快速入门

非高可用:

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

高可用:

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

发布签名与出处

所有 Argo CD 容器镜像均由 cosign 签名。对于符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件,会生成出处证明。请参阅文档了解如何验证。

发布说明博客文章

如需详细了解此版本中的关键变更和改进,请查看官方博客文章

升级

如果从不同的次版本升级,请务必阅读升级文档。

更新日志

缺陷修复

  • a444a05e8f32368222c4104c756997fd6bdf86d9: 修复:AppSet PullRequest 和 SCM 生成器在没有 tokenRef 时从 GitHub 获取 401 错误(cherry-pick #22737)(#22744) (@gcp-cherry-pick-bot[bot])
  • f075c5acd3ea3fc642536b70c00a049186086908: 修复:仅将端口转发到就绪 Pod (#10610) (cherry-pick #22794) (#22825) (@gcp-cherry-pick-bot[bot])

完整更新日志: https://github.com/argoproj/argo-cd/compare/v3.0.0-rc5...v3.0.0-rc6

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

  • a444a05e8f32368222c4104c756997fd6bdf86d9: fix: AppSet PullRequest and SCM generators get 401 from GitHub without tokenRef (cherry-pick #22737) (#22744) (@gcp-cherry-pick-bot[bot])
  • f075c5acd3ea3fc642536b70c00a049186086908: fix: Only port-forward to ready pods (#10610) (cherry-pick #22794) (#22825) (@gcp-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.0-rc5...v3.0.0-rc6

下载链接