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

Argo CD v2.12.7的部署分为非高可用(Non-HA)和高可用(HA)两种模式。非HA模式下需先创建argocd命名空间,再通过指定YAML文件安装;HA模式则使用对应的HA安装文件。所有容器镜像均通过cosign签名,并符合SLSA Level 3来源验证标准,用户可查阅文档了解验证方法。升级时若跨次要版本需参考升级指南。此次更新包含一项新特性:支持自愈尝试间的指数退避机制;修复了包括服务端差异缓存、多实例集群管理在内的多个问题;改进了RBAC通配符模式的文档说明。完整更新日志可通过GitHub对比链接查看。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

发布签名与来源验证

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

升级指南

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

变更日志

新特性

  • db5876fb3bef054596afe4e408a1e58e8edf48b9: 新增: 支持自愈重试时使用指数退避策略 (#20275) (#20479) (@alexmt)

缺陷修复

  • e48878b11ea72f8b6b3414e2990a0946b60a940a: 修复(差异分析): 避免服务器端差异分析的缓存失效 (#20605) (#20609) (@gcp-cherry-pick-bot[bot])
  • a41f868dc0077f0abcdcdcb07ae2eac4f994f282: 修复(界面): 解决创建应用面板关闭后重现的问题 (#19717) (#20507) (@gcp-cherry-pick-bot[bot])
  • cacb06a5e5aff897308bf87eba851a929b91417f: 修复: 使用定时任务和持续时间前检查错误状态 (#20043) (#20371) (@daengdaengLee)
  • 32ef2e5f1e54f558501bf095fa910a0b85dbba35: 修复: 支持多 Argo CD 实例管理集群及基于注解的跟踪 (#20222) (#20482) (@alexmt)

文档更新

  • 0cae929ae1e11a34ad66635524daafae1052e361: 文档(RBAC): 澄清细粒度 RBAC 通配符模式的行为 (#20624) (#20627) (@gcp-cherry-pick-bot[bot])

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

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

HA:

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

  • db5876fb3bef054596afe4e408a1e58e8edf48b9: feat: support using exponential backoff between self heal attempts (#20275) (#20479) (@alexmt)

Bug fixes

  • e48878b11ea72f8b6b3414e2990a0946b60a940a: fix(diff): avoid cache miss in server-side diff (#20605) (#20609) (@gcp-cherry-pick-bot[bot])
  • a41f868dc0077f0abcdcdcb07ae2eac4f994f282: fix(ui): fix create app panel reappear after closed (#19717) (#20507) (@gcp-cherry-pick-bot[bot])
  • cacb06a5e5aff897308bf87eba851a929b91417f: fix: check err before use schedule and duration (#20043) (#20371) (@daengdaengLee)
  • 32ef2e5f1e54f558501bf095fa910a0b85dbba35: fix: support managing cluster with multiple argocd instances and annotation based tracking (#20222) (#20482) (@alexmt)

Documentation

  • 0cae929ae1e11a34ad66635524daafae1052e361: docs(rbac): clarify glob pattern behavior for fine-grain RBAC (#20624) (#20627) (@gcp-cherry-pick-bot[bot])

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

下载链接