发布日期: 2025-05-14
版本号: v3.0.1

Argo CD v3.0.1 版本现已发布。该版本提供了两种安装方式:非高可用(Non-HA)和高可用(HA)模式,用户可通过 Kubernetes 命令在指定命名空间中应用对应的配置清单进行部署。所有容器镜像均经过签名,并可生成符合 SLSA 3 级规范的来源证明,具体验证方法请参阅相关文档。从其他次要版本升级的用户应查阅升级指南。此版本主要修复了文档内容、健康检查中空值处理以及 Git 客户端操作的竞态条件等三个错误。完整变更记录可查看对应的版本比较页面。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

发布签名与来源证明

所有Argo CD容器镜像均由cosign签名。对于符合SLSA 3级规范的容器镜像和CLI二进制文件,会生成来源证明。验证方法详见文档

发布说明博客文章

要了解本次发布中关键变更与改进的详细分解,请查阅官方博客文章

升级指南

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

变更日志

错误修复

  • edd2358f79f6c822676b0d7e16e1d56d1e565c81: 修复文档:3.0版文档升级(cherry-pick #22891)(#22894) (@gcp-cherry-pick-bot[bot])
  • cb5d6f5ef79950bf00f71646685a2049f5d70cbc: 修复(健康状态):处理nil lastTransitionTime (#22897) (cherry-pick #22900) (#22908) (@gcp-cherry-pick-bot[bot])
  • 2913d5fcb582ef7531efce49bc20821199a09fb0: 修复:nativeGitClient.LsFiles中的竞态条件(问题 #21754)(cherry-pick #22878) (#22906) (@gcp-cherry-pick-bot[bot])

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

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

  • edd2358f79f6c822676b0d7e16e1d56d1e565c81: fix(docs): upgrading 3.0 docs (cherry-pick #22891) (#22894) (@gcp-cherry-pick-bot[bot])
  • cb5d6f5ef79950bf00f71646685a2049f5d70cbc: fix(health): handle nil lastTransitionTime (#22897) (cherry-pick #22900) (#22908) (@gcp-cherry-pick-bot[bot])
  • 2913d5fcb582ef7531efce49bc20821199a09fb0: fix: Race condition in nativeGitClient.LsFiles (issue #21754) (cherry-pick #22878) (#22906) (@gcp-cherry-pick-bot[bot])

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

下载链接