发布日期: 2025-04-15
版本号: v2.12.12

Argo CD的快速启动包括非高可用性和高可用性两种安装方式:非高可用性安装需在argocd命名空间中应用官方安装清单;高可用性安装则应用对应的HA安装清单。所有Argo CD容器镜像均通过cosign签名,并提供符合SLSA Level 3规范的来源证明,验证方法可参考相关文档。升级时若从不同次版本更新,应查阅升级指南。最新版本v2.12.12包含一个bug修复,解决了与提交#20222相关的问题,并提供了完整的更新日志。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

发布签名与来源证明

所有Argo CD容器镜像均由cosign签名。符合SLSA 3级规范的容器镜像与CLI二进制文件会生成来源证明。验证方法请参阅文档

升级指南

若从不同次版本升级,请务必阅读升级文档

更新日志

缺陷修复

  • 9f6924b02ac28deaa168138064e03e2405d942c9: 修复: 为#20222修复回退的cherry-pick提交 (#22634) (@alexmt)

完整更新日志: https://github.com/argoproj/argo-cd/compare/v2.12.11...v2.12.12

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

Bug fixes

  • 9f6924b02ac28deaa168138064e03e2405d942c9: fix: fixing back cherry-pick commit for #20222 (#22634) (@alexmt)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.12.11...v2.12.12

下载链接