发布日期: 2026-04-21
版本号: v3.4.0-rc6

Argo CD v3.4.0-rc6 提供了非高可用和高可用两种快速安装方式,分别通过 kubectl 命令创建命名空间并应用对应的部署清单。本次发布的容器镜像均经过 cosign 签名,并为符合 SLSA Level 3 规范的镜像与二进制文件生成来源证明。若从其他次要版本升级,请务必查阅升级文档。此版本修复了多项错误,包括自动刷新逻辑、CLI 工具在特定场景下的问题、缓存数据同步以及事件消息格式等,并提供了完整的更新日志链接供查阅。

更新内容 (中文)

快速入门

非高可用模式:

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

高可用模式:

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

发布签名与溯源

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

发布说明博文

如需了解本版本的关键变更和改进详情,请查阅官方博文

升级指南

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

变更日志

错误修复

  • 9fd02aac33c6a7a19acc9a12ff7f9547eabaf6e4: 回滚"修复:防止来自informer重新同步和状态更新的自动刷新(为3.4版本挑选#25290)"(#27402)(@crenshaw-dev)
  • a19a83a06f57f1b922a3f583ec1f9b0eaebf8ba0: 修复(cli):使用DrySource版本处理带sourceHydrator的应用diff/清单(#23817)(为3.4版本挑选#24670)(#27483)(@argo-cd-cherry-pick-bot[bot])
  • bcea79b3c65642f221af37acb9ff6fe6db2e5642: 修复:避免RevisionMetadata处理器中的陈旧informer缓存(为3.4版本挑选#27392)(#27395)(@argo-cd-cherry-pick-bot[bot])
  • 06310bc7f7ab91b92356263a230e259a495af215: 修复:从ssd中移除resourceVersion(为3.4版本挑选#27406)(#27461)(@argo-cd-cherry-pick-bot[bot])
  • d7a8170dc6b2fe65fb418791c5ab8d67b651d593: 修复:回滚自动同步事件消息格式变更(为3.4版本挑选#27387)(#27390)(@argo-cd-cherry-pick-bot[bot])

完整变更日志:https://github.com/argoproj/argo-cd/compare/v3.4.0-rc5…v3.4.0-rc6

<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%" >

更新内容 (原始)

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.4.0-rc6/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.4.0-rc6/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

  • 9fd02aac33c6a7a19acc9a12ff7f9547eabaf6e4: Revert “fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #25290 for 3.4)” (#27402) (@crenshaw-dev)
  • a19a83a06f57f1b922a3f583ec1f9b0eaebf8ba0: fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator (#23817) (cherry-pick #24670 for 3.4) (#27483) (@argo-cd-cherry-pick-bot[bot])
  • bcea79b3c65642f221af37acb9ff6fe6db2e5642: fix: avoid stale informer cache in RevisionMetadata handler (cherry-pick #27392 for 3.4) (#27395) (@argo-cd-cherry-pick-bot[bot])
  • 06310bc7f7ab91b92356263a230e259a495af215: fix: remove resourceVersion from ssd (cherry-pick #27406 for 3.4) (#27461) (@argo-cd-cherry-pick-bot[bot])
  • d7a8170dc6b2fe65fb418791c5ab8d67b651d593: fix: revert autosync event message format change (cherry-pick #27387 for 3.4) (#27390) (@argo-cd-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.4.0-rc5...v3.4.0-rc6

下载链接