发布日期: 2025-06-09
版本号: v2.14.14

Argo CD v2.14.14版本提供非高可用(Non-HA)和高可用(HA)两种快速安装方式,均需创建argocd命名空间,然后分别应用对应的清单文件进行部署。所有发布的容器镜像和CLI二进制文件都经过cosign签名,并生成符合SLSA Level 3规范的来源证明。若从其他小版本升级,请务必查阅官方升级文档。本次更新包含多项错误修复,主要解决了自动愈合回退机制、ApplicationSet项目资源解析以及前端依赖锁文件的问题;此外,还完成了Go语言版本、代码检查工具和模拟工具等开发组件的升级工作。

更新内容 (中文)

快速入门

非高可用部署:

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

高可用部署:

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

发布签名与来源验证

所有 Argo CD 容器镜像均通过 cosign 签名。符合 SLSA 3 级规范的容器镜像和 CLI 二进制文件会生成来源证明。验证方法详见文档

升级指南

若从其他次要版本升级,请务必阅读升级文档

更新日志

错误修复

  • a2361bf85070afc3d92056a4b949072c3835a7fc:修复:添加冷却期以防止提前重置自动修复指数退避(cherry-pick #23057)(#23188) (@gdsoumya)
  • 14fa0e0d9fcf1e5ff3dce2c8fe0c3989f89a3ec9:修复:解析包含应用集资源的项目(cherry-pick #23252)(#23268) (@gcp-cherry-pick-bot[bot])
  • 2aceb1dc444cd341dbe10030eeaaa9870f42b53d:修复:更新损坏的 yarn.lock 文件 (#23212) (@svghadi)

其他工作

  • 3c68b26d7a7dd47ecdf88e968d8d5c3dffc49145:维护:将 Go 版本从 1.23.4 升级至 1.24.4 (release-2.14) (#23294) (@thevilledev)
  • e24ee58f2888c5bcda9761ea48f08fc5a8659791:维护:将 golangci-lint 升级至 v2 (release-2.14) (#23305) (@thevilledev)
  • 5f890629a9db3edf073a5489025b60432b4a50e1:维护:将 mockery 升级至 v2.53.4 (release-2.14) (#23316) (@thevilledev)

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

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

  • a2361bf85070afc3d92056a4b949072c3835a7fc: fix: add cooldown to prevent resetting autoheal exp backoff preemptively (cherry-pick #23057) (#23188) (@gdsoumya)
  • 14fa0e0d9fcf1e5ff3dce2c8fe0c3989f89a3ec9: fix: parse project with applicationset resource (cherry-pick #23252) (#23268) (@gcp-cherry-pick-bot[bot])
  • 2aceb1dc444cd341dbe10030eeaaa9870f42b53d: fix: update broken yarn.lock (#23212) (@svghadi)

Other work

  • 3c68b26d7a7dd47ecdf88e968d8d5c3dffc49145: chore: upgrade Go from 1.23.4 to 1.24.4 (release-2.14) (#23294) (@thevilledev)
  • e24ee58f2888c5bcda9761ea48f08fc5a8659791: chore: upgrade golangci-lint to v2 (release-2.14) (#23305) (@thevilledev)
  • 5f890629a9db3edf073a5489025b60432b4a50e1: chore: upgrade mockery to v2.53.4 (release-2.14) (#23316) (@thevilledev)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.13...v2.14.14

下载链接