发布日期: 2024-12-18
版本号: v2.14.0-rc3

本文档提供了Argo CD v2.14.0-rc3版本的快速安装指南和更新信息。非高可用模式通过创建命名空间后执行指定YAML文件安装,高可用模式则使用对应的HA安装文件。所有容器镜像均采用cosign签名,并符合SLSA Level 3规范,可通过文档验证完整性。升级时需注意跨小版本需参考官方升级指南。更新日志包含API服务器的优雅关闭功能改进,完整变更记录可通过版本对比链接查看。结尾展示了Argo CD的GitOps技术示意图。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

发布签名与来源证明

所有 Argo CD 容器镜像均使用 cosign 进行签名。符合 SLSA Level 3 标准的容器镜像和 CLI 二进制文件均附有来源证明。查看文档了解验证方法。

升级

若从不同次要版本升级,请务必阅读升级指南

更新日志

其他工作

  • 018014c4b0db70e420c9a780f22c2ba90be6a04b: chore: API 服务器的优雅关闭 (#18642) (#21224) (#21229) (@gcp-cherry-pick-bot[bot])

完整更新日志: https://github.com/argoproj/argo-cd/compare/v2.14.0-rc2…v2.14.0-rc3

<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.0-rc3/manifests/install.yaml

HA:

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

Other work

  • 018014c4b0db70e420c9a780f22c2ba90be6a04b: chore: Graceful shutdown for API Server (#18642) (#21224) (#21229) (@gcp-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.0-rc2...v2.14.0-rc3

下载链接