argo-cd v3.0.0-rc3 版本更新介绍
发布日期: 2025-03-24
版本号: v3.0.0-rc3
要快速启动Argo CD,可以创建一个名为
argocd
的命名空间,并根据需要选择非高可用(Non-HA)或高可用(HA)模式进行安装。非高可用模式使用标准安装文件,而高可用模式则使用高可用安装文件。所有Argo CD的容器镜像都经过cosign签名,并符合SLSA Level 3规范。如需详细了解本次版本的关键变化和改进,可查看官方博客文章。如果从不同的次要版本升级,建议阅读升级文档以获取指导。此外,本次更新还包括依赖项的更新,完整更新日志可在GitHub上查看。
更新内容 (中文)
快速开始
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v3.0.0-rc3\/manifests\/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v3.0.0-rc3\/manifests\/ha\/install.yaml
发布签名与来源
所有 Argo CD 容器镜像均由 cosign 签名。符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件会生成来源证明。请参阅文档了解如何验证。
发布说明博客文章
有关此版本中关键更改和改进的详细说明,请查看官方博客文章
升级
如果从不同的次要版本升级,请务必阅读升级文档。
变更日志
依赖项更新
- 20f0fc67860e9afb88ed4f9a5b690283753235c9: chore(deps): 将 github.com/golang-jwt/jwt 更新至 4.5.2/5.2.2 (#22464) (@crenshaw-dev)
完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.0.0-rc2…v3.0.0-rc3
<a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a>
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.0-rc3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.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
Dependency updates
- 20f0fc67860e9afb88ed4f9a5b690283753235c9: chore(deps): bump github.com/golang-jwt/jwt to 4.5.2/5.2.2 (#22464) (@crenshaw-dev)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.0-rc2...v3.0.0-rc3