发布日期: 2025-02-05
版本号: v2.13.5

要快速安装Argo CD,可选择标准模式或高可用(HA)模式。标准模式需先创建argocd命名空间,再通过指定v2.13.5版本的安装YAML部署;HA模式则使用相同命名空间下的高可用专用配置文件。所有容器镜像均采用cosign签名,且符合SLSA Level 3安全标准。升级时若涉及跨小版本需参考官方升级指南。本次v2.13.5版本修复了应用页面导航异常及代理注册表配置问题,完整更新日志可通过GitHub对比查看。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

发布签名与来源证明

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

升级指南

若需跨次要版本升级,请务必阅读升级文档

更新日志

缺陷修复

  • 49771c1d4f967b260017afa2e0f1edfe5604b8f5: 修复(UI): 解决从应用程序页面使用下拉菜单导航的问题 (cherry-pick #21737) (#21747) (@gcp-cherry-pick-bot[bot])
  • c6112c05fe0ba9142eb48fd70e6d5dd4484e1244: 修复: 按目标服务器+名称添加代理注册表键 (cherry-pick #21791) (#21793) (@gcp-cherry-pick-bot[bot])

完整更新日志: https://github.com/argoproj/argo-cd/compare/v2.13.4…v2.13.5

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

HA:

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

  • 49771c1d4f967b260017afa2e0f1edfe5604b8f5: fix(ui): Solve issue with navigating with dropdown from an application’s page (cherry-pick #21737) (#21747) (@gcp-cherry-pick-bot[bot])
  • c6112c05fe0ba9142eb48fd70e6d5dd4484e1244: fix: Add proxy registry key by dest server + name (cherry-pick #21791) (#21793) (@gcp-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.4...v2.13.5

下载链接