发布日期: 2026-03-16
版本号: v3.3.4

Argo CD v3.3.4 版本提供了快速开始指南,包括非高可用和高可用两种安装方式,均需先创建命名空间并使用 kubectl apply 命令部署。所有 Argo CD 容器镜像均通过 cosign 签名,并为符合 SLSA Level 3 规范的镜像和 CLI 二进制文件生成出处,验证方法详见官方文档。升级时若从不同次要版本迁移,请参考升级文档。此版本修复了多个问题,如 CI 中 ppc64le 架构的 git-lfs 安装校验和问题及无关组件 token 刷新阈值解析错误,更新了 ClusterGenerator 相关文档,并升级了 otel-sdk 依赖。完整变更日志可在 GitHub 上查看。

更新内容 (中文)

快速开始

非高可用部署:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.4/manifests/install.yaml

高可用部署:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.4/manifests/ha/install.yaml

发布签名与来源证明

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

发布说明博客文章

要了解此版本关键变更和改进的详细说明,请查阅官方博客文章

升级指南

如果从其他次版本升级,请务必阅读升级文档

变更日志

错误修复

  • 182e4c62b2e2b41212e7c6d2eae0ac206c96fc99: 修复(ci): 添加 ppc64le 平台缺失的 git-lfs 安装程序校验和 (为 3.3 版本 cherry-pick #26835) (#26836) (@argo-cd-cherry-pick-bot[bot])
  • 2fcc40a0fce851063970eaff1d3c59d3b1ab87b1: 修复: 在无关组件中跳过令牌刷新阈值解析 (cherry-pick 3.3) (#26806) (@gdsoumya)

文档

  • 01b86e79007678d6cbf7a04f00da35afd3db77c8: 文档: 澄清集群版本变更对 ClusterGenerator、CMP 插件和迁移的影响 (#26851) (@reggie-k)

其他工作

  • e164f8c50bf3d363c96c6ac31b50355fc76edf2f: 杂务: 升级 otel-sdk (release-3.3) (#26808) (@blakepettersson)

完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.3.3...v3.3.4

更新内容 (原始)

Quick Start

Non-HA:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.4/manifests/install.yaml

HA:

kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.4/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.

Release Notes Blog Post

For a detailed breakdown of the key changes and improvements in this release, check out the official blog post

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Bug fixes

  • 182e4c62b2e2b41212e7c6d2eae0ac206c96fc99: fix(ci): Add missing git-lfs installer checksum for ppc64le (cherry-pick #26835 for 3.3) (#26836) (@argo-cd-cherry-pick-bot[bot])
  • 2fcc40a0fce851063970eaff1d3c59d3b1ab87b1: fix: skip token refresh threshold parsing in unrelated components (cherry-pick 3.3) (#26806) (@gdsoumya)

Documentation

  • 01b86e79007678d6cbf7a04f00da35afd3db77c8: docs: clarify cluster version change impact for ClusterGenerator, CMP Plugins and migration (#26851) (@reggie-k)

Other work

  • e164f8c50bf3d363c96c6ac31b50355fc76edf2f: chore: bump otel-sdk (release-3.3) (#26808) (@blakepettersson)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.3...v3.3.4

下载链接