发布日期: 2025-05-29
版本号: v3.0.5

Argo CD v3.0.5 版本发布,支持通过kubectl快速部署普通和高可用(HA)模式。所有容器镜像均经过cosign签名,并提供符合SLSA Level 3规范的溯源文档。从旧版本升级时请务必参考官方升级文档。此版本修复了包括增加水合器最大消息大小和为自动修复指数退避添加冷却时间以防止过早重置在内的两个bug。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

发布签名与出处

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

发布说明博文

如需了解本版本主要变更与改进的详细分解,请查看 官方博文

升级指南

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

变更日志

错误修复

  • fe5869d59a807612440ac305a96ef74cd80622ef:修复(hydrator):增加最大消息大小(cherry-pick #23190)(#23191)(@gcp-cherry-pick-bot[bot])
  • 0e20cb60a834e09ea5a292f18e2700524063fa46:修复:增加冷却时间以防止自动恢复指数退避被过早重置(cherry-pick #23057)(#23189)(@gdsoumya)

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

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

  • fe5869d59a807612440ac305a96ef74cd80622ef: fix(hydrator): increase max msg size (cherry-pick #23190) (#23191) (@gcp-cherry-pick-bot[bot])
  • 0e20cb60a834e09ea5a292f18e2700524063fa46: fix: add cooldown to prevent resetting autoheal exp backoff preemptively (cherry-pick #23057) (#23189) (@gdsoumya)

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

下载链接