发布日期: 2025-03-11
版本号: v2.14.5

要快速启动Argo CD,非高可用(Non-HA)模式下,首先使用kubectl create namespace argocd创建命名空间,然后通过kubectl apply命令应用安装YAML文件。高可用(HA)模式下,步骤类似,但使用的是HA专用的安装YAML文件。所有Argo CD容器镜像均由cosign签名,并符合SLSA Level 3规范的容器镜像和CLI二进制文件会生成Provenance。升级时,如果是从不同的小版本升级,建议查阅升级文档。此外,更新了依赖项,如将github.com/redis/go-redis/v9从9.7.0升级到9.7.1。完整的变更日志可在GitHub上查看。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

发布签名与来源

所有 Argo CD 容器镜像均使用 cosign 进行签名。对于符合 SLSA Level 3 规范的容器镜像与 CLI 二进制文件,均生成了来源证明。查阅文档了解如何验证。

升级指南

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

变更日志

依赖更新

  • ed242b9eee18b4c3ca14dce1161b656256769a0f: chore(deps): 将 github.com/redis/go-redis/v9 从 9.7.0 升级至 9.7.1 (#21957) (#22255) (@anandf)

完整变更日志:https://github.com/argoproj/argo-cd/compare/v2.14.4…v2.14.5

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

Dependency updates

  • ed242b9eee18b4c3ca14dce1161b656256769a0f: chore(deps): bump github.com/redis/go-redis/v9 from 9.7.0 to 9.7.1 (#21957) (#22255) (@anandf)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.4...v2.14.5

下载链接