发布日期: 2025-03-18
版本号: v2.14.6

快速启动Argo CD的安装过程分为非高可用(Non-HA)和高可用(HA)两种模式。非高可用模式下,首先创建argocd命名空间,然后应用指定版本的安装YAML文件。高可用模式下,步骤类似,但使用的是高可用版本的安装YAML文件。所有Argo CD容器镜像均由cosign签名,并符合SLSA Level 3规范,用户可参考文档验证签名和来源。升级时,建议阅读升级文档以确保顺利过渡。最新版本v2.14.6包括服务器功能的改进和依赖项的更新,详细变更日志可查看GitHub链接。

更新内容 (中文)

快速开始

非高可用模式:

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

高可用模式:

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

发布签名与来源

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

升级

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

变更日志

新功能

  • 38c03769af1d62ae07c0ffcf8f74d7a8cb283570: feat(server): 对 informers 返回的对象进行深拷贝 (#22173) (#22179) (#22340) (@rumstead)

依赖更新

  • defd4be943983ccd2bafb52a822bd7e25045a86f: chore(deps): 将 go-git 从 5.12.0 更新至 5.13.2,包含多个 CVE 修复 (#22313) (@anandf)

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

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

  • 38c03769af1d62ae07c0ffcf8f74d7a8cb283570: feat(server): make deep copies of objects returned by informers (#22173) (#22179) (#22340) (@rumstead)

Dependency updates

  • defd4be943983ccd2bafb52a822bd7e25045a86f: chore(deps): Update go-git from 5.12.0 to 5.13.2 to include several CVE fixes (#22313) (@anandf)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.5...v2.14.6

下载链接