发布日期: 2025-04-22
版本号: v2.14.11

Argo CD 快速入门提供非高可用和高可用两种安装方式,均通过创建 argocd 命名空间并使用对应的 YAML 文件清单进行部署。所有容器镜像均通过 cosign 签名,且满足 SLSA Level 3 规范。如果从不同次版本升级,请务必查阅官方升级文档。最新版本 v2.14.11 的主要更新包括:新特性方面,处理了来自 Webhook 的 sourceHydrator 字段;修复了应用集生成的错误应使用默认重试队列的问题,以及避免了 UI 中水合作用时的虚假错误。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

版本签名与来源证明

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

升级指南

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

更新日志

新增功能

  • 91f54459d47204e0f9666dd6c5e310bfbab49aa1: 功能(hydrator):处理来自 webhook 的 sourceHydrator 字段 (#19397)(cherry-pick #22485)(#22754) (@gcp-cherry-pick-bot[bot])

问题修复

  • 0451723be1212922470d4af2fe24a24a4cea30fe: 修复(appset):生成的应用错误应使用默认重试队列 (#21887)(cherry-pick #21936)(#22672) (@gcp-cherry-pick-bot[bot])
  • f6f7d29c110fc5fe10374022f9f0fdcca1484a50: 修复(ui):避免在 hydration 过程中出现虚假错误 (#22506)(cherry-pick #22711)(#22714) (@gcp-cherry-pick-bot[bot])

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

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

Features

  • 91f54459d47204e0f9666dd6c5e310bfbab49aa1: feat(hydrator): handle sourceHydrator fields from webhook (#19397) (cherry-pick #22485) (#22754) (@gcp-cherry-pick-bot[bot])

Bug fixes

  • 0451723be1212922470d4af2fe24a24a4cea30fe: fix(appset): generated app errors should use the default requeue (#21887) (cherry-pick #21936) (#22672) (@gcp-cherry-pick-bot[bot])
  • f6f7d29c110fc5fe10374022f9f0fdcca1484a50: fix(ui): avoid spurious error on hydration (#22506) (cherry-pick #22711) (#22714) (@gcp-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.10...v2.14.11

下载链接