发布日期: 2024-11-05
版本号: v2.11.12

Argo CD提供了非HA和HA两种部署方式。非HA模式下,需先创建argocd命名空间,再通过指定YAML文件安装;HA模式则使用高可用性配置的安装文件。所有容器镜像均使用cosign签名,并符合SLSA Level 3规范,用户可查阅文档验证完整性。升级时若涉及跨小版本,需参考官方升级指南。v2.11.12版本更新包括:新增支持自愈重试的指数退避机制,修复服务器端差异比较的缓存问题,优化多实例集群管理兼容性,并修复了若干其他缺陷。详细更新内容可通过变更日志链接查看。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

版本签名与来源验证

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

升级指南

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

更新日志

新功能

  • 12511316eeeebe068cda3d43b2e4ea4110e96a47: 功能:支持在自我修复尝试之间使用指数退避策略 (#20275) (#20478) (@alexmt)

错误修复

  • 14aa95b6b62b987387b2c50fb25983d180040ea2: 修复(差异比较):避免服务端差异比较时缓存未命中 (#20605) (#20608) (@gcp-cherry-pick-bot[bot])
  • 53af7273d91cc05a85b6d2d195a3068abcc31a16: 修复:支持通过注解跟踪方式管理多 Argo CD 实例集群 (#20222) (#20481) (@alexmt)

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

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

HA:

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

Features

  • 12511316eeeebe068cda3d43b2e4ea4110e96a47: feat: support using exponential backoff between self heal attempts (#20275) (#20478) (@alexmt)

Bug fixes

  • 14aa95b6b62b987387b2c50fb25983d180040ea2: fix(diff): avoid cache miss in server-side diff (#20605) (#20608) (@gcp-cherry-pick-bot[bot])
  • 53af7273d91cc05a85b6d2d195a3068abcc31a16: fix: support managing cluster with multiple argocd instances and annotation based tracking (#20222) (#20481) (@alexmt)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.11.11...v2.11.12

下载链接