发布日期: 2026-01-22
版本号: v3.0.23

Argo CD v3.0.23 是 v3.0 系列的最终版本,已于2026年2月2日终止生命周期,将不再提供错误修复或安全更新,建议用户升级到 v3.1 或更高版本。该版本包含若干错误修复,具体变更可查阅完整更新日志。文档提供了非高可用(Non-HA)和高可用(HA)两种 Kubernetes 安装方式的快速入门命令。所有容器镜像均通过 cosign 签名,并提供符合 SLSA Level 3 规范的生成证明,用户可按照文档进行验证。从其他次要版本升级时,请务必参考升级文档。

更新内容 (中文)

[!IMPORTANT] 生命周期结束通知

这是 v3.0 发布系列的最终版本。自 2026 年 2 月 2 日起,此版本已达到生命周期终点,将不再提供错误修复或安全更新。

所需操作:请升级至受支持版本(v3.1 或更高版本)。

快速开始

非高可用模式:

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

高可用模式:

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

发布签名与来源证明

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

发布说明博客文章

有关此版本关键变更和改进的详细说明,请查看官方博客文章

升级指南

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

变更日志

错误修复

  • 6c9b1cb046d1faf9fbb85f84ee79501db5f27355: 修复(水合器):失败操作的空链接 (#25025) (从 #26014 拾取至 3.0) (#26015) (@argo-cd-cherry-pick-bot[bot])
  • 5f9dc64088a9d51423556890883adee73ed7bb5d: 修复:从 #25516 拾取至 release-3.0 (#26107) (@FourFifthsCode)
  • 9a495627ce136ca948555738359094ab08cd5ccf: 修复:健康检查失败时的无效错误消息 (#26040) (从 #26039 拾取至 3.0) (#26073) (@dudinea)

完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.0.22...v3.0.23

更新内容 (原始)

[!IMPORTANT] END OF LIFE NOTICE

This is the final release of the v3.0 release series. As of 02 Feb 2026, this version has reached end of life and will no longer receive bug fixes or security updates.

Action Required: Please upgrade to a supported version (v3.1 or higher).

Quick Start

Non-HA:

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

HA:

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

  • 6c9b1cb046d1faf9fbb85f84ee79501db5f27355: fix(hydrator): empty links for failed operation (#25025) (cherry-pick #26014 for 3.0) (#26015) (@argo-cd-cherry-pick-bot[bot])
  • 5f9dc64088a9d51423556890883adee73ed7bb5d: fix: cherry pick #25516 to release-3.0 (#26107) (@FourFifthsCode)
  • 9a495627ce136ca948555738359094ab08cd5ccf: fix: invalid error message on health check failure (#26040) (cherry pick #26039 for 3.0) (#26073) (@dudinea)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.22...v3.0.23

下载链接