发布日期: 2026-05-28
版本号: v3.4.3

Argo CD v3.4.3版本现已发布,提供了快速安装指南,支持非高可用和高可用两种部署方式,可通过kubectl命令直接应用官方清单文件。所有容器镜像均经过cosign签名,并生成符合SLSA Level 3规范的来源证明。从旧版本升级时,建议查阅升级文档。本次更新包含多项错误修复,例如改进了CLI的app wait命令响应、UI预获取错误处理、标签截断逻辑,以及修复了应用控制器启动时的竞态条件等问题。此外还更新了依赖项以修复安全漏洞,并包含对gitops引擎的修复。

更新内容 (中文)

快速开始

非高可用模式:

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

发布签名与来源验证

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

发布说明博客文章

如需了解本次发布的主要变更和改进详情,请查看官方博客文章

升级指南

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

变更日志

错误修复

  • f435b0fd4c740fd49151b9cdf22263f4ca0c6ae8 fix(cli): 当应用已处于期望状态时立即从’app wait’返回 (#12211) (#27503) (#27713) (jheyduk)
  • b39fe4fb1035e27d36b6d3afeaab8446418a017c fix(lint): 移除不必要的嵌套 (cherry-pick #27815 for 3.4) (#27817) (argo-cd-cherry-pick-bot[bot], Michael Crenshaw)
  • 668f2c56a62bd03b597cf547b31afe3e058e2ceb fix(ui): 不预获取错误信息 (#27877) (cherry-pick #27925 for 3.4) (#28024) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)
  • b796979ce219c8d5de0f330a8e67baa92ea1c6e3 fix(ui): 在参数选项卡中为非hydrator应用返回完整源 (cherry-pick #26946 for 3.4) (#27964) (Gabriel Barreto, himeshp)
  • 5d3f8a0b50b3507ae007e8bbb063b1f3fb2a6fff fix: 在gitSourceHasChanges和fetch函数中遵守仓库深度设置 (cherry-pick #27838 for 3.4) (#28043) (argo-cd-cherry-pick-bot[bot], alexandresavicki, Cursor)
  • 35ed877840f530d7868e524cdf27e203fbf3974a fix: 空值检查 (cherry-pick #28039 for 3.4) (#28040) (argo-cd-cherry-pick-bot[bot], Blake Pettersson, Soumya Ghosh Dastidar)
  • b0f1553a61f61e0dac8f79ba9d0771274a2fc6c8 fix: 防止应用程序控制器启动时发生InvalidSpecError竞争 (cherry-pick #27672 for 3.4) (#27845) (argo-cd-cherry-pick-bot[bot], Michele Baldessari)
  • 4fa095050bb318b412519aecb1ac18f69aec4c23 fix: 截断删除钩子资源的标签 (cherry-pick #27542 for 3.4) (#27714) (argo-cd-cherry-pick-bot[bot], Jaewoo Choi)

依赖更新

  • 0edd404f7f1996abeec3ac411e33a1449fc94664 chore(deps): 将/ui中的redoc/dompurify升级至v3.4.0以修复CVE-2026-41240 (cherry-pick 3.4) (#27913) (Alka Kumari)

其他工作

  • ce55c857b5e525f72c5c496d1bf69bc0d048edfa fix(gitops-engine): 修复removeWebookMutation()中的空指针解引用错误 (cherry-pick #27749 for 3.4) (#28031) (argo-cd-cherry-pick-bot[bot], Pierre Guinoiseau)

完整变更日志:https://github.com/argoproj/argo-cd/compare/v3.4.2…v3.4.3

<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.3/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.3/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

  • f435b0fd4c740fd49151b9cdf22263f4ca0c6ae8 fix(cli): return immediately from ‘app wait’ when app is already in desired state (#12211) (#27503) (#27713) (jheyduk)
  • b39fe4fb1035e27d36b6d3afeaab8446418a017c fix(lint): unnecessary nesting (cherry-pick #27815 for 3.4) (#27817) (argo-cd-cherry-pick-bot[bot], Michael Crenshaw)
  • 668f2c56a62bd03b597cf547b31afe3e058e2ceb fix(ui): don’t prefetch errors (#27877) (cherry-pick #27925 for 3.4) (#28024) (argo-cd-cherry-pick-bot[bot], Blake Pettersson)
  • b796979ce219c8d5de0f330a8e67baa92ea1c6e3 fix(ui): return full source for non-hydrator apps in Parameters tab (cherry-pick #26946 for 3.4) (#27964) (Gabriel Barreto, himeshp)
  • 5d3f8a0b50b3507ae007e8bbb063b1f3fb2a6fff fix: honor repo depth setting in gitSourceHasChanges and fetch functions (cherry-pick #27838 for 3.4) (#28043) (argo-cd-cherry-pick-bot[bot], alexandresavicki, Cursor)
  • 35ed877840f530d7868e524cdf27e203fbf3974a fix: nil-check (cherry-pick #28039 for 3.4) (#28040) (argo-cd-cherry-pick-bot[bot], Blake Pettersson, Soumya Ghosh Dastidar)
  • b0f1553a61f61e0dac8f79ba9d0771274a2fc6c8 fix: prevent InvalidSpecError race in application controller startup (cherry-pick #27672 for 3.4) (#27845) (argo-cd-cherry-pick-bot[bot], Michele Baldessari)
  • 4fa095050bb318b412519aecb1ac18f69aec4c23 fix: truncate labels for deletion hook resources (cherry-pick #27542 for 3.4) (#27714) (argo-cd-cherry-pick-bot[bot], Jaewoo Choi)

Dependency updates

  • 0edd404f7f1996abeec3ac411e33a1449fc94664 chore(deps): bump redoc/dompurify to v3.4.0 in /ui for fixing CVE-2026-41240(cherry-pick 3.4) (#27913) (Alka Kumari)

Other work

  • ce55c857b5e525f72c5c496d1bf69bc0d048edfa fix(gitops-engine): fix nil pointer dereference error in removeWebookMutation() (cherry-pick #27749 for 3.4) (#28031) (argo-cd-cherry-pick-bot[bot], Pierre Guinoiseau)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.4.2...v3.4.3

下载链接