argo-cd v3.1.0-rc3 版本更新介绍
发布日期: 2025-07-11
版本号: v3.1.0-rc3
Argo CD v3.1.0-rc3 版本发布。快速启动安装:对于非高可用部署,创建 argocd 命名空间并应用官方安装清单;对于高可用部署,应用相应的高可用安装清单。本版本所有容器镜像均通过 cosign 签名,并为满足 SLSA Level 3 规范的容器镜像和 CLI 二进制文件生成出处信息。如需从其他次版本升级,请务必查阅升级文档。本次更新包含以下内容:新功能包括将 Helm 升级至 3.18.4;修复包括解决 CRD 健康检查消息的问题。完整的更新日志可在项目仓库中查看。
更新内容 (中文)
快速开始
非高可用部署:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.0-rc3/manifests/install.yaml
高可用部署:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.0-rc3/manifests/ha/install.yaml
发布签名与来源验证
所有Argo CD容器镜像均由cosign签名。对于符合SLSA第3级规范的容器镜像和CLI二进制文件,会生成来源证明。请参阅文档了解验证方法。
发布说明博文
要了解此版本的关键变更和改进的详细分解,请查阅官方博客文章
升级指南
如果从其他次要版本升级,请务必阅读升级文档。
变更日志
功能特性
- 8eaccb7ea0431a2fcb6f5cb18cd582e14382ac1a: 功能(helm): 将helm升级至3.18.4 (cherry-pick #23724) (#23731) (@gcp-cherry-pick-bot[bot])
问题修复
- 36cc2d1b86f1127a90a00f8e486e8e63d767d8ca: 修复(health): CRD健康检查消息 (#23690) (cherry-pick #23691) (#23738) (@gcp-cherry-pick-bot[bot])
完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.1.0-rc2...v3.1.0-rc3
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.0-rc3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.0-rc3/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
Features
- 8eaccb7ea0431a2fcb6f5cb18cd582e14382ac1a: feat(helm): upgrading helm to 3.18.4 (cherry-pick #23724) (#23731) (@gcp-cherry-pick-bot[bot])
Bug fixes
- 36cc2d1b86f1127a90a00f8e486e8e63d767d8ca: fix(health): CRD health check message (#23690) (cherry-pick #23691) (#23738) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.1.0-rc2...v3.1.0-rc3
