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

Argo CD的快速启动包括非HA和HA两种安装方式,都需要先创建名为argocd的命名空间,然后分别应用对应的安装文件。所有Argo CD容器镜像都由cosign签名,并生成符合SLSA Level 3规范的来源证明。如果从不同小版本升级,务必参考升级文档。本次版本更新修复了多个错误,例如防止自动刷新问题、解决应用控制器同步失败、调整appset资源状态计数等。

更新内容 (中文)

快速入门

非高可用:

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

发布签名和出处

所有 Argo CD 容器镜像均由 cosign 签名。对于符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件,会生成出处。有关如何验证,请参阅文档

发布说明博客文章

有关此版本中关键更改和改进的详细分解,请查看官方博客文章

升级

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

变更日志

错误修复

  • fb727cf7c1ea579854ff0f0323f291ab02174347: Revert "fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #25290 for 3.3)" (#27400) (@crenshaw-dev)
  • 26c81520167817209f717a5ea9b1ee0ce6e4c3dd: fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (#27462) (@anandf)
  • 82b6d45701f16f093da8711ad40d212c4865ae29: fix(appset): change appset resource status count to 5000 by default (cherry-pick #26249 for 3.3) (#26263) (@argo-cd-cherry-pick-bot[bot])
  • 9bff1c5b8dcf1e30c4cb85e56a35305dda6dac44: fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator (#23817) (cherry-pick #24670 for 3.3) (#27481) (@argo-cd-cherry-pick-bot[bot])
  • 6f3ef7dc95cdb7a7e9f7daa402ef38199eb575c7: fix: avoid stale informer cache in RevisionMetadata handler (cherry-pick #27392 for 3.3) (#27396) (@argo-cd-cherry-pick-bot[bot])
  • b64eb4f07a5d01482cf7d9628250781056e3f91e: fix: revert autosync event message format change (cherry-pick #27387 for 3.3) (#27389) (@argo-cd-cherry-pick-bot[bot])

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

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

  • fb727cf7c1ea579854ff0f0323f291ab02174347: Revert “fix: prevent automatic refreshes from informer resync and status updates (cherry-pick #25290 for 3.3)” (#27400) (@crenshaw-dev)
  • 26c81520167817209f717a5ea9b1ee0ce6e4c3dd: fix(appcontroller): application controller in core mode fails to sync when server.secretkey is missing (#26793) (#27462) (@anandf)
  • 82b6d45701f16f093da8711ad40d212c4865ae29: fix(appset): change appset resource status count to 5000 by default (cherry-pick #26249 for 3.3) (#26263) (@argo-cd-cherry-pick-bot[bot])
  • 9bff1c5b8dcf1e30c4cb85e56a35305dda6dac44: fix(cli): uses DrySource revision for app diff/manifests with sourceHydrator (#23817) (cherry-pick #24670 for 3.3) (#27481) (@argo-cd-cherry-pick-bot[bot])
  • 6f3ef7dc95cdb7a7e9f7daa402ef38199eb575c7: fix: avoid stale informer cache in RevisionMetadata handler (cherry-pick #27392 for 3.3) (#27396) (@argo-cd-cherry-pick-bot[bot])
  • b64eb4f07a5d01482cf7d9628250781056e3f91e: fix: revert autosync event message format change (cherry-pick #27387 for 3.3) (#27389) (@argo-cd-cherry-pick-bot[bot])

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.7...v3.3.8

下载链接