发布日期: 2025-05-28
版本号: v2.14.13

Argo CD v2.14.13提供了快速开始指南,包括非高可用和高可用两种安装方式。非高可用安装需创建命名空间argocd并应用安装清单;高可用安装类似但使用不同的清单文件。所有容器镜像均使用cosign签名,并生成符合SLSA Level 3规范的Provenance。升级时,若从不同次版本升级,需参考升级文档。此版本修复了关键安全问题GHSA-2hj5-g64g-fp6p,并包含其他改进,完整更改日志可在GitHub上查看。

更新内容 (中文)

快速入门

非高可用部署:

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

高可用部署:

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

发布签名与来源验证

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

升级说明

若从不同次版本升级,请务必阅读升级文档

更新日志

本版本修复了一个关键安全问题:GHSA-2hj5-g64g-fp6p

其他工作内容

  • 24d57220ca4b82a6a882174731930caae586e734: 合并来自分支的提交(@crenshaw-dev)
  • d213c305e410ae4d66f14980a2fca68046d5287c: 维护:更新 gitops-engine ssd 修复(#23072)(@pjiang-dev)

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

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

This release fixes a critical security issue: GHSA-2hj5-g64g-fp6p

Other work

  • 24d57220ca4b82a6a882174731930caae586e734: Merge commit from fork (@crenshaw-dev)
  • d213c305e410ae4d66f14980a2fca68046d5287c: chore: bump gitops-engine ssd fix (#23072) (@pjiang-dev)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.12...v2.14.13

下载链接