发布日期: 2025-09-04
版本号: v3.0.15

这是Argo CD v3.0.15版本的发布信息与快速部署指南。该版本提供了非高可用(Non-HA)和高可用(HA)两种部署方式的快速启动命令,需在kubernetes集群中创建Argo CD命名空间后执行对应的manifest文件。所有容器镜像均已通过cosign签名,并为符合SLSA Level 3规范的镜像与CLI工具生成了来源证明。详细变更说明可查阅发布博客文章,跨版本升级前务必参考官方升级文档。完整的版本变更日志已提供。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

发布签名与出处验证

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

版本发布说明博客文章

有关本版本关键变更和改进的详细解析,请查看官方博客文章

升级指南

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

更新日志

完整变更日志:https://github.com/argoproj/argo-cd/compare/v3.0.14…v3.0.15

更新内容 (原始)

Quick Start

Non-HA:

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

HA:

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

Release Notes Blog Post

For a detailed breakdown of the key changes and improvements in this release, check out the official blog post

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.14...v3.0.15

下载链接