argo-cd v2.14.1 版本更新介绍
发布日期: 2025-02-03
版本号: v2.14.1
要快速安装Argo CD,非高可用模式需先在Kubernetes创建argocd命名空间,并应用v2.14.1版本的安装清单;高可用模式则使用ha目录下的安装文件。所有容器镜像均通过cosign签名,并符合SLSA Level 3规范,可通过文档验证完整性。跨小版本升级时需参考官方升级指南。本次v2.14.1版本的完整变更日志可通过GitHub链接查看。
更新内容 (中文)
快速入门
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.14.1\/manifests\/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.14.1\/manifests\/ha\/install.yaml
发布签名与来源验证
所有 Argo CD 容器镜像均使用 cosign 进行签名。符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件均附有来源证明。查看文档了解验证方法。
升级指南
如需跨次要版本升级,请务必阅读升级文档。
变更日志
完整变更记录:https://github.com/argoproj/argo-cd/compare/v2.14.0…v2.14.1
<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/v2.14.1/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.1/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
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.0...v2.14.1