发布日期: 2025-03-19
版本号: v3.0.0-rc2

在非高可用性(Non-HA)模式下,可以通过创建argocd命名空间并应用指定YAML文件来安装Argo CD。在高可用性(HA)模式下,步骤类似,但应用的YAML文件不同。所有Argo CD容器镜像均由cosign签名,并生成符合SLSA Level 3规范的来源证明。详细的版本更新和改进内容可在官方博客文章中查看。如果从不同的次要版本升级,建议阅读升级文档。此次版本修复了haproxy的服务账户令牌自动挂载问题。完整的变更日志可在GitHub上查看。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

发布签名与来源证明

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

发布说明博客文章

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

升级指南

若从不同的小版本升级,请务必阅读升级文档。

变更日志

错误修复

  • 0d2471b3f93ace800cbe7af6cf718e922a6b1149: 修复:为haproxy启用服务账号令牌自动挂载(#22226)(cherry-pick #22353)(#22406)(@gcp-cherry-pick-bot[bot])

完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.0.0-rc1…v3.0.0-rc2

<a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a>

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

  • 0d2471b3f93ace800cbe7af6cf718e922a6b1149: fix: Enable service account token automount for haproxy (#22226) (cherry-pick #22353) (#22406) (@gcp-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.0-rc1...v3.0.0-rc2

下载链接