发布日期: 2025-09-04
版本号: v3.1.3

Argo CD v3.1.3版本提供了非高可用与高可用两种安装方式。非高可用安装需先创建argocd命名空间,然后应用官方安装清单;高可用安装则需应用包含高可用组件的安装清单。该版本所有容器镜像均经过cosign签名,并为符合SLSA Level 3规范的镜像及CLI二进制文件生成来源证明,具体验证方法可参阅文档。本次更新的详细变更内容可查看官方博客文章。若从其他次版本升级,请务必阅读升级指南。完整更新日志可通过GitHub比较页面查看。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

发布签名和来源证明

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

发布说明博客文章

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

升级

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

更新日志

完整更新日志:https://github.com/argoproj/argo-cd/compare/v3.1.2…v3.1.3

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.1.2...v3.1.3

下载链接