发布日期: 2024-10-18
版本号: v2.13.0-rc5

本文档介绍了Argo CD的快速安装指南、安全验证方法及版本更新信息。安装分为非高可用模式和高可用模式,分别通过执行对应kubectl命令完成部署。所有容器镜像均采用cosign签名,并符合SLSA Level 3安全标准,可通过官方文档验证完整性。升级时需注意跨次要版本需参考升级指南。最新版本v2.13.0-rc5修复了服务器端差异缓存未命中问题及多源应用按钮禁用异常,具体更新内容可在GitHub仓库查看完整变更日志。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

发布签名与来源验证

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

升级指南

若需跨次要版本升级,请务必阅读升级指南

变更日志

缺陷修复

  • 5c595d841090329f641c841f85811b0423635d32: 修复(diff): 避免服务器端差异中的缓存未命中 (#20423) (#20424) (#20449) (@gcp-cherry-pick-bot[bot])
  • 2076b4f73cd3c6fb1e429ddebb327d186201fc83: 修复: 不禁用多源应用的按钮 (#20446) (#20447) (@gcp-cherry-pick-bot[bot])

完整变更日志: https://github.com/argoproj/argo-cd/compare/v2.13.0-rc4…v2.13.0-rc5

<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.13.0-rc5/manifests/install.yaml

HA:

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

  • 5c595d841090329f641c841f85811b0423635d32: fix(diff): avoid cache miss in server-side diff (#20423) (#20424) (#20449) (@gcp-cherry-pick-bot[bot])
  • 2076b4f73cd3c6fb1e429ddebb327d186201fc83: fix: don’t disable buttons for multi-source apps (#20446) (#20447) (@gcp-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.0-rc4...v2.13.0-rc5

下载链接