发布日期: 2025-09-04
版本号: v2.14.17

Argo CD v2.14.17 提供两种安装方式:非高可用模式通过执行 kubectl create namespace argocd 和 kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.17/manifests/install.yaml 命令安装;高可用模式则需使用 ha/install.yaml 文件。所有容器镜像均由 cosign 签名,符合 SLSA Level 3 标准。若从其他次版本升级,请参考官方升级文档。完整变更记录可查看 GitHub 上的版本对比页面。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

版本签名与来源验证

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

版本升级

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

更新日志

完整更新日志:https://github.com/argoproj/argo-cd/compare/v2.14.16…v2.14.17

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

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/v2.14.16...v2.14.17

下载链接