发布日期: 2025-04-02
版本号: v2.14.9

快速部署Argo CD有两种方式:非高可用模式(Non-HA)使用基础安装YAML,高可用模式(HA)使用HA专用YAML。所有容器镜像都经过cosign签名并符合SLSA Level 3规范。升级时需注意查阅升级文档。最新版本v2.14.9修复了应用Webhook处理程序中的语义版本约束检查问题,并更新了gitops-engine依赖项。完整变更日志可查看GitHub发布页面。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

版本签名与来源证明

所有Argo CD容器镜像均通过cosign签名。符合SLSA Level 3规范的容器镜像和CLI二进制文件均附有来源证明文件。具体验证方法请参阅文档

升级指南

若需跨小版本升级,请务必阅读升级文档

更新日志

错误修复

  • 31a554568aa0cc3fa203ef7a0c59eb17705726c7: 修复:应用webhook处理器中的semver约束匹配检查(cherry-pick #21648)(#22508)(@gcp-cherry-pick-bot[bot])

其他工作

  • c868711d035bce8636f26218a41a04a1edfc0308: 依赖项更新:升级gitops-engine至2.14版(#22520)(@pjiang-dev)

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

<a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a>

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

  • 31a554568aa0cc3fa203ef7a0c59eb17705726c7: fix: Check for semver constraint matching in application webhook handler (cherry-pick #21648) (#22508) (@gcp-cherry-pick-bot[bot])

Other work

  • c868711d035bce8636f26218a41a04a1edfc0308: chore(dep): bump gitops-engine 2.14 (#22520) (@pjiang-dev)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.8...v2.14.9

下载链接