发布日期: 2026-05-12
版本号: v3.3.10

这是Argo CD v3.3.10版本的发布说明。快速安装部分提供了非高可用和高可用两种部署方式,均通过kubectl命令在指定命名空间应用官方清单文件。所有容器镜像均通过cosign签名,并满足SLSA Level 3规范以确保安全。升级时请务必参考官方升级文档。本次更新主要包括两项错误修复:解决了权限验证器中的潜在崩溃问题,以及修复了日志行自动换行导致容器输出溢出的问题。完整变更日志可通过提供的GitHub链接查看。

更新内容 (中文)

快速开始

非高可用模式:

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

发布签名与出处证明

所有Argo CD容器镜像均由cosign签名。符合SLSA Level 3规范的容器镜像和CLI二进制文件会生成出处证明。验证方法详见文档

发布说明博客

欲了解本版本关键变更与改进的详细分解,请查阅官方博客文章

升级指南

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

变更日志

问题修复

  • eb947bfea26df18294600efa65235df44e68ff47: 修复:防止权限校验器在空API资源时发生panic(为3.3版本cherry-pick #26610)(#27753) (@argo-cd-cherry-pick-bot[bot])
  • 7b8c7be98657082396e1726ff9b1d97c1c4f5166: 修复:自动换行开关导致日志行溢出容器 - 解决[问题 #27586](为3.3版本cherry-pick #27627)(#27671) (@argo-cd-cherry-pick-bot[bot])

其他工作

  • 7879e6322465080a82d152bf00f2b92e0f36c658: 合并提交自分支(@pjiang-dev)
  • 00f83c41dcfd879f34f8e0248c860d704b41cf0f: 合并提交自分支(@blakepettersson)
  • d7f8ba1b6c62634faf9894161dbdd632e3e39528: 维护:统一Dockerfile中的Go版本并降级go.mod中的Go版本 (#27808) (@reggie-k)
  • 5c7eb8f083342e48867e8857e52408c114a4baf3: 维护:将otel/sdk升级至1.43.0(release-3.3)(#27807) (@nitishfy)
  • 7830a129c9c87267e1b74dc453c199d4fa327dfb: 维护:在release-3.3分支将Go更新至1.25.9以解决CVE漏洞 (#27639) (#27656) (@ihmdika)
  • ac11bec9986807adc8886ef1181eced7347ef5c6: 修复(gitops-engine):对服务端差异结果应用HideSecretData … (#27762) (@pjiang-dev)

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

<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.3.10/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.10/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

  • eb947bfea26df18294600efa65235df44e68ff47: fix: prevent panic on nil APIResource in permission validator (cherry-pick #26610 for 3.3) (#27753) (@argo-cd-cherry-pick-bot[bot])
  • 7b8c7be98657082396e1726ff9b1d97c1c4f5166: fix: wrap lines toggle causes log lines to overflow container - Fixes [Issue #27586] (cherry-pick #27627 for 3.3) (#27671) (@argo-cd-cherry-pick-bot[bot])

Other work

  • 7879e6322465080a82d152bf00f2b92e0f36c658: Merge commit from fork (@pjiang-dev)
  • 00f83c41dcfd879f34f8e0248c860d704b41cf0f: Merge commit from fork (@blakepettersson)
  • d7f8ba1b6c62634faf9894161dbdd632e3e39528: chore: align Go versions across Dockerfiles and downgrade Go version in go.mod (#27808) (@reggie-k)
  • 5c7eb8f083342e48867e8857e52408c114a4baf3: chore: bump otel/sdk to 1.43.0 (release-3.3) (#27807) (@nitishfy)
  • 7830a129c9c87267e1b74dc453c199d4fa327dfb: chore: update Go to 1.25.9 on release-3.3 to resolve CVEs (#27639) (#27656) (@ihmdika)
  • ac11bec9986807adc8886ef1181eced7347ef5c6: fix(gitops-engine): apply HideSecretData to server-side diff results … (#27762) (@pjiang-dev)

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.9...v3.3.10

下载链接