argo-cd v2.14.2 版本更新介绍
发布日期: 2025-02-06
版本号: v2.14.2
Argo CD提供了快速安装指南,支持标准模式和高可用性(HA)模式。标准安装需先创建argocd命名空间,再应用指定版本的安装配置文件;HA模式步骤类似但使用专用HA配置文件。所有容器镜像均通过cosign签名,且容器镜像和CLI二进制文件符合SLSA Level 3安全标准,具体验证方法可查阅文档。升级时若跨小版本需参考升级指南。最新版本v2.14.2修复了代理仓库密钥相关问题(提交efd9c32,PR#21791),完整更新记录可通过GitHub对比查看。
更新内容 (中文)
快速入门
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.14.2\/manifests\/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.14.2\/manifests\/ha\/install.yaml
发布签名与来源验证
所有 Argo CD 容器镜像均通过 cosign 签名。符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件均附带来源证明文件。具体验证方法请参阅验证文档。
升级指南
若需跨次版本号升级,请务必阅读升级文档。
变更日志
错误修复
- efd9c32e258602f7a37ab26a0f0fd5bd7e7aab9f: 修复: 通过目标服务器+名称添加代理注册表键 (cherry-pick #21791) (#21794) (@gcp-cherry-pick-bot[bot])
完整变更日志: https://github.com/argoproj/argo-cd/compare/v2.14.1…v2.14.2
<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.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.14.2/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
Bug fixes
- efd9c32e258602f7a37ab26a0f0fd5bd7e7aab9f: fix: Add proxy registry key by dest server + name (cherry-pick #21791) (#21794) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.14.1...v2.14.2