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

本文介绍了Argo CD的安装与升级指南。非高可用安装需先创建argocd命名空间,再应用v2.12.6版本的安装配置文件;高可用模式则使用ha目录下的配置文件。所有容器镜像均通过cosign签名,容器镜像和CLI二进制文件符合SLSA Level 3安全标准,具体验证方法可查阅文档。升级时需注意跨小版本升级需参考升级文档。最新版本v2.12.6修复了两个问题:修复了服务器端差异缓存失效问题,以及启用了多源应用的按钮功能。完整变更日志可通过GitHub链接查看。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

发布签名与来源证明

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

升级指南

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

更新日志

错误修复

  • 68f63e7a2bc3bb14d3c5fa0632fde8a51fb783e5: 修复(diff): 避免服务端差异对比中的缓存未命中 (#20423) (#20424) (#20450) (@gcp-cherry-pick-bot[bot])
  • 358930be0644ff3d176c26bde18c667881f8517d: 修复: 不针对多源应用禁用按钮 (#20446) (#20448) (@gcp-cherry-pick-bot[bot])

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

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

HA:

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

  • 68f63e7a2bc3bb14d3c5fa0632fde8a51fb783e5: fix(diff): avoid cache miss in server-side diff (#20423) (#20424) (#20450) (@gcp-cherry-pick-bot[bot])
  • 358930be0644ff3d176c26bde18c667881f8517d: fix: don’t disable buttons for multi-source apps (#20446) (#20448) (@gcp-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.12.5...v2.12.6

下载链接