发布日期: 2024-10-17
版本号: v2.11.10

要快速安装Argo CD,非高可用性模式需在argocd命名空间下执行指定YAML文件,高可用性模式则使用ha目录下的安装文件。所有容器镜像均经过cosign签名,符合SLSA Level 3标准,支持来源验证。跨小版本升级时需查阅升级文档。当前版本v2.11.10修复了CLI中Redis密码相关的错误(提交号b9567a4),完整变更记录可通过GitHub对比链接查看。

更新内容 (中文)

快速入门

非高可用模式:

kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.11.10\/manifests\/install.yaml

高可用模式:

kubectl create namespace argocd
kubectl apply -n argocd -f https:\/\/raw.githubusercontent.com\/argoproj\/argo-cd\/v2.11.10\/manifests\/ha\/install.yaml

发布签名与来源验证

所有 Argo CD 容器镜像均通过 cosign 签名。符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件将生成来源证明。查看文档了解验证方法。

升级指南

若从不同次要版本升级,请务必阅读升级文档

变更日志

缺陷修复

  • b9567a480ba4bc53d674a835040f0fcce0a43726: 修复(cli): 将 Redis 密码修复 #19599 合并至 2.11 版本 (#20261) (@NetanelK)

完整变更日志: https://github.com/argoproj/argo-cd/compare/v2.11.9…v2.11.10

<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.11.10/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.10/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

  • b9567a480ba4bc53d674a835040f0fcce0a43726: fix(cli): cherrypick Redis password fix #19599 into 2.11 (#20261) (@NetanelK)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.11.9...v2.11.10

下载链接