发布日期: 2025-03-24
版本号: v2.12.11

要快速启动Argo CD,可以使用以下命令:对于非高可用性(Non-HA)部署,首先创建argocd命名空间,然后应用安装YAML文件。对于高可用性(HA)部署,同样先创建argocd命名空间,然后应用HA安装YAML文件。Argo CD的所有容器镜像都经过cosign签名,并生成符合SLSA Level 3规范的来源证明。升级时,如果是从不同的小版本升级,请务必阅读升级文档。最新的版本修复了一些Bug,并更新了依赖项。更多详细变更日志可以在GitHub上查看。

更新内容 (中文)

详见原始内容

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

  • 7400d147c750a6a05bd247620ec4940b7c335742: fix(ci): use pinned Helm version for init-release (#22164) (#22473) (@crenshaw-dev)
  • 44c36b86045c7069c1c4d8df44bc8c16eb7d4899: fix: CVE-2025-26791 upgrading redoc dep to 2.4.0 to avoid DOMPurify b… (#21994) (@nmirasch)
  • 61a1c74b5354300b614347389f94b8b3b170b165: fix: correctly set compareWith when requesting app refresh with delay (fixes #18998) (cherry-pick #21298) (#21954) (@gcp-cherry-pick-bot[bot])

Dependency updates

  • 59f23e2a516646a9fe0b625925f3c10c35c3f1c0: chore(deps): bump github.com/golang-jwt/jwt to 4.5.2 (#22467) (@crenshaw-dev)

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

下载链接