发布日期: 2026-04-30
版本号: v3.4.0-rc7

Argo CD v3.4.0-rc7版本发布了。快速安装时,非高可用部署使用标准的install.yaml文件,而高可用部署需使用ha/install.yaml文件。所有容器镜像均通过cosign签名,并提供符合SLSA Level 3规范的来源信息,可参照文档进行验证。如需从其他次版本升级,请务必阅读升级指南。本次更新包含多项错误修复、文档更新及依赖项升级,具体变更详见完整变更日志。

更新内容 (中文)

快速开始

非高可用版:

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

发布签名与来源证明

所有 Argo CD 容器镜像均由 cosign 签名。满足 SLSA Level 3 规范的容器镜像和 CLI 二进制文件会生成来源证明。查看文档了解如何验证。

发布说明博文

要了解本版本关键变更和改进的详细分解,请查看官方博文

升级指南

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

更新日志

缺陷修复

  • 6665f949eb3e5b635e8c9e812c58c08d851bcd6f: 修复(appcontroller): 核心模式下的应用控制器在缺少 server.secretkey 时同步失败的问题 (#26793) (#27476) (@anandf)
  • 0a3f634db22f347ecf7f3b8a5894c407e350dfda: 修复(server): 避免在尝试第二次删除操作时出错 (cherry-pick #27495 for 3.4) (#27499) (@argo-cd-cherry-pick-bot[bot])
  • cc3b88ef57c46ea2d21be258979269c31f946780: 修复(ui): 防止 Pod 日志查看器因过时的容器索引而崩溃 (cherry-pick #27553 for 3.4) (#27564) (@argo-cd-cherry-pick-bot[bot])
  • f7b24bad666c6211d4c87831677b00090e699695: 修复: ApplicationSet DuckType 生成器在聚类…时遇到非字符串值会崩溃 (cherry-pick #27265 for 3.4) (#27526) (@argo-cd-cherry-pick-bot[bot])
  • f4e667fee5954a3b49e894b8a039fcbcbe7cfcf7: 修复: 缺少导入 (cherry-pick #27491 for 3.4) (#27504) (@argo-cd-cherry-pick-bot[bot])
  • 822a0e446d645238df3b42e97ecae1425b061b23: 修复: 将 ocimetadata 写入/从 Redis 缓存 (#27521) (cherry-pick #27589 for 3.4) (#27594) (@argo-cd-cherry-pick-bot[bot])

文档

  • 0fe5b7e74b6948a65efcb3752be7fd5b9b538c77: 文档: 修复渐进式同步的起始版本,以反映 v3.3.0 中的 beta 版晋升 (cherry-pick #27608 for 3.4) (#27613) (@argo-cd-cherry-pick-bot[bot])

依赖更新

  • 11567f3bb23df919a498fafa1507c9b5e9e38b22: 杂务(deps): 将 SonarSource/sonarqube-scan-action 从 7.0.0 升级到 8.0.0 (cherry-pick 27602 to 3.4) (#27606) (@dudinea)

其他工作

  • 5e4a4ce9ef14cf5ee608d8f8f7e3202adcfab314: 合并来自 fork 的提交 (@alexmt)

完整更新日志: https://github.com/argoproj/argo-cd/compare/v3.4.0-rc6...v3.4.0-rc7

<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-rc7/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-rc7/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

  • 6665f949eb3e5b635e8c9e812c58c08d851bcd6f: fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (#27476) (@anandf)
  • 0a3f634db22f347ecf7f3b8a5894c407e350dfda: fix(server): Avoid error when attempting a second delete operation (cherry-pick #27495 for 3.4) (#27499) (@argo-cd-cherry-pick-bot[bot])
  • cc3b88ef57c46ea2d21be258979269c31f946780: fix(ui): prevent pod logs viewer crash on stale container index (cherry-pick #27553 for 3.4) (#27564) (@argo-cd-cherry-pick-bot[bot])
  • f7b24bad666c6211d4c87831677b00090e699695: fix: ApplicationSet DuckType Generator panics on non-string values in Clus… (cherry-pick #27265 for 3.4) (#27526) (@argo-cd-cherry-pick-bot[bot])
  • f4e667fee5954a3b49e894b8a039fcbcbe7cfcf7: fix: missing import (cherry-pick #27491 for 3.4) (#27504) (@argo-cd-cherry-pick-bot[bot])
  • 822a0e446d645238df3b42e97ecae1425b061b23: fix: put/get ocimetadata to/from redis cache (#27521) (cherry-pick #27589 for 3.4) (#27594) (@argo-cd-cherry-pick-bot[bot])

Documentation

  • 0fe5b7e74b6948a65efcb3752be7fd5b9b538c77: docs: fix progressive sync since version to reflect beta promotion in v3.3.0 (cherry-pick #27608 for 3.4) (#27613) (@argo-cd-cherry-pick-bot[bot])

Dependency updates

  • 11567f3bb23df919a498fafa1507c9b5e9e38b22: chore(deps): bump SonarSource/sonarqube-scan-action from 7.0.0 to 8.0.0 (cherry-pick 27602 to 3.4) (#27606) (@dudinea)

Other work

  • 5e4a4ce9ef14cf5ee608d8f8f7e3202adcfab314: Merge commit from fork (@alexmt)

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

下载链接