argo-cd v2.14.7 版本更新介绍
发布日期: 2025-03-19
版本号: v2.14.7
要在Kubernetes中快速启动Argo CD,首先需要创建一个名为
argocd
的命名空间。对于非高可用性(Non-HA)部署,可以使用kubectl apply
命令安装标准版的YAML配置文件。对于高可用性(HA)部署,则需使用HA版的YAML配置文件进行安装。所有Argo CD容器镜像均经过cosign签名,并符合SLSA Level 3规范的来源证明。升级时,如果是从不同的小版本升级,建议查阅升级文档以获取详细指导。最新的变更日志包括依赖更新,完整变更日志可查看GitHub链接。
更新内容 (中文)
快速开始
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.14.7\/manifests\/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.14.7\/manifests\/ha\/install.yaml
发布签名与来源
所有 Argo CD 容器镜像均使用 cosign 进行签名。符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件会生成来源证明。请参阅文档了解如何验证。
升级
如果从不同的次要版本升级,请务必阅读升级文档。
变更日志
依赖更新
- 39407827d31e0a35593faef9af06464209d35d3f: chore(deps): 更新 gitops engine (#22405) (@crenshaw-dev)
完整变更日志: https://github.com/argoproj/argo-cd/compare/v2.14.6…v2.14.7
<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.7/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.7/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
Dependency updates
- 39407827d31e0a35593faef9af06464209d35d3f: chore(deps): bump gitops engine (#22405) (@crenshaw-dev)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.6...v2.14.7