发布日期: 2025-06-16
版本号: v2.14.15

Argo CD 的快速开始提供两种安装方式:非高可用版本需要创建 argocd 命名空间并应用指定的安装 YAML 文件;高可用版本类似但使用不同的 YAML 文件。所有 Argo CD 容器镜像都经过 cosign 签名,并提供符合 SLSA Level 3 规范的出处证明,验证方法可参考相关文档。升级时,如果从不同次版本升级,务必阅读升级指南。最新版本 v2.14.15 修复了两个 bug,包括 applicationset 在状态变化时重新排队和同步循环问题,完整更新日志可在 GitHub 上查看。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

发布签名与来源证明

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

升级指南

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

更新日志

问题修复

  • ec5198949ef2a2ff1ea70e614dbc5fff8c73e2f8: 修复(applicationset): 当应用状态变更时重新排队applicationset (#23413) (@rumstead)
  • da2ef7db670c4863a59f287f34aeeee1b3033bc1: 修复(sync): 在FailOnSharedResource时的自动同步循环问题 (#23357) (@agaudreault)

完整更新日志: https://github.com/argoproj/argo-cd/compare/v2.14.14...v2.14.15

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

Bug fixes

  • ec5198949ef2a2ff1ea70e614dbc5fff8c73e2f8: fix(applicationset): requeue applicationste when application status changes (#23413) (@rumstead)
  • da2ef7db670c4863a59f287f34aeeee1b3033bc1: fix(sync): auto-sync loop when FailOnSharedResource (#23357) (@agaudreault)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.14...v2.14.15

下载链接