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

Argo CD v2.13.7提供两种快速安装方式:非高可用部署可通过kubectl create namespace argocd创建命名空间后,应用标准安装清单;高可用部署则需应用HA版本的安装清单。所有发布容器镜像均由cosign签名,符合SLSA Level 3规范,具体验证方法可参考官方文档。若从其他次要版本升级,请务必查阅官方升级指南。本次更新修复了CLI中代理变量存储错误及部署位置检查问题,并更新了expr-lang/expr至v1.17.0和go-jose库至4.0.5等依赖。完整变更记录可查看GitHub比较页面。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

发布签名与来源证明

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

升级指南

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

变更日志

缺陷修复

  • 0f65a3f46e8afc1f432e42c4e9ad39d2e28a75fe: 修复(cli): 存储 –no-proxy 值时使用错误变量(cherry-pick #21226)(#22591)(@gcp-cherry-pick-bot[bot])
  • bb70a1f4f5dde11ff93c61c274102084d4c64255: 修复: 在检查长度前先确认 placement 是否存在 (#22060) (#22057) (#22505)(@aali309)

依赖更新

  • 4b1180076e2abd0b12b4792497bcf6747dd15316: 维护(依赖): 将 github.com/expr-lang/expr 更新至 v1.17.0 (#22610)(@aali309)
  • fb5624c925be4f261814067b47857dae1901c4b1: 维护(依赖): 将 go-jose 库从 4.0.2 更新至 4.0.5 (#22560)(@aali309)

完整变更日志: https://github.com/argoproj/argo-cd/compare/v2.13.6...v2.13.7

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

Bug fixes

  • 0f65a3f46e8afc1f432e42c4e9ad39d2e28a75fe: fix(cli): wrong variable to store –no-proxy value (cherry-pick #21226) (#22591) (@gcp-cherry-pick-bot[bot])
  • bb70a1f4f5dde11ff93c61c274102084d4c64255: fix: Check placement exists before length check (#22060) (#22057) (#22505) (@aali309)

Dependency updates

  • 4b1180076e2abd0b12b4792497bcf6747dd15316: chore(deps): update github.com/expr-lang/expr to v1.17.0 (#22610) (@aali309)
  • fb5624c925be4f261814067b47857dae1901c4b1: chore(deps): update go-jose library from 4.0.2 to 4.0.5 (#22560) (@aali309)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.6...v2.13.7

下载链接