发布日期: 2025-09-05
版本号: v3.1.4

Argo CD v3.1.4 提供了快速入门指南,包括使用 kubectl 创建命名空间并应用安装清单来部署非高可用或高可用版本。发布的容器镜像和CLI二进制文件经过cosign签名,并符合SLSA Level 3规范,验证方法可参考相关文档。官方博客文章详细介绍了此版本的关键变化和改进。升级时,如果从不同小版本升级,建议查阅升级文档。变更日志包含依赖更新,例如gitops引擎的更新,并提供了完整变更日志的参考。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

发布签名与出处

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

发布说明博文

要详细了解本次发布的关键变更和改进,请查看官方博文

升级说明

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

变更日志

依赖更新

  • 206d57b0de763f9a4e91507a0d7751b6a9f96496: chore(deps): bump gitops-engine (#24418) (@agaudreault)

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

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

Dependency updates

  • 206d57b0de763f9a4e91507a0d7751b6a9f96496: chore(deps): bump gitops-engine (#24418) (@agaudreault)

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

下载链接