argo-cd v3.5.2 版本更新介绍
发布日期: 2026-08-27
版本号: v3.5.2
Argo CD 3.5.2版本的快速开始提供了非高可用和高可用的安装命令,通过kubectl创建命名空间并应用对应清单文件。所有容器镜像都使用cosign签名,并生成符合SLSA Level 3规范的Provenance以确保安全。关键更改和改进的详细说明可参考官方博客文章。如果从不同次版本升级,建议阅读升级文档以获取指导。更新日志包括多项错误修复,例如恢复appset忽略应用差异、修复仓库更新修订中的未类型化源类型、解决同步期间自动跳过新提交的问题,以及UI和健康检查的改进;依赖更新如dex升级到v2.45.1;其他工作包括通知控制器的缓存处理优化和版本更新。
更新内容 (中文)
快速入门
非高可用:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.5.2/manifests/install.yaml
高可用:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.5.2/manifests/ha/install.yaml
发布签名与来源
所有 Argo CD 容器镜像均使用 cosign 进行签名。符合 SLSA 第 3 级规范的容器镜像和 CLI 二进制文件会生成来源证明。请参阅文档了解验证方法。
发布说明博客文章
有关本次发布主要更改和改进的详细分解,请查看官方博客文章
升级
如果从不同次要版本升级,请务必阅读升级文档。
变更日志
错误修复
- f1f109cc20895275ebae2dc62e51cba6c788586b: fix(appset): 规范化后恢复 ignoreApplicationDifferences (cherry-pick #29070 for 3.5) (#29195) (@argo-cd-cherry-pick-bot[bot])
- a45dd38594f6f30bcc6c743e6f11080187cc84a1: fix(repository): 在 UpdateRevisionForPaths 中解析无类型的 helm 源类型 (cherry-pick #28904 for 3.5) (#29399) (@argo-cd-cherry-pick-bot[bot])
- 417c675b17207730f3b89ed579132267c9af4892: fix(revert): 当同步期间收到新提交时自动同步被跳过 (cherry-pick #28692 for 3.5) (#29224) (@rumstead)
- 961ee40cc32717bad323629284085b9f2cd7173f: fix(ui): 从 appset 页面移除 kind 过滤器 (#29310) (#29311) (cherry-pick 3.5) (#29314) (@crenshaw-dev)
- cc1f3eef40dfee35842cc5a4c27a80b5f5dbe82e: fix(ui): 在应用程序列表页面显示操作状态 (cherry-pick release-3.5) (#29344) (@antonu17)
- 5accee3440f1a140de32071a035b783d653ce452: fix: 在配置期间当 Ready 为 False 时不要降低 Cluster API 集群健康状态 (cherry-pick #29237 for 3.5) (#29273) (@argo-cd-cherry-pick-bot[bot])
- 4d99c524afda80d091dff81e8745eb3365285874: fix: 当 SA 被禁止时从 AuthReconcile 的 kubectl panic 中恢复 (cherry-pick #28669 for 3.5) (#29294) (@alexymantha)
依赖更新
- 8b9e270fa2cefb4eb370609b38606bf1a3ae410e: chore(deps): 将依赖项 dexidp/dex 更新至 v2.45.1 (#29334) (@nitishfy)
其他工作
- e258ee23c3e52266d407572f4bcdfe7d9ed36cb5: chore: 在 release-3.5 分支上将版本号提升至 3.5.2 (#29404) (@github-actions[bot])
- a9d94d68c8a5bee4e1708f6640e7922b91736fec: fix(notification-controller): 在修改共享缓存中的对象之前进行深拷贝 (cherry-pick #29350 for 3.5) (#29354) (@argo-cd-cherry-pick-bot[bot])
- cc1d7a2601ce87695808a2632687975a84900a54: fix(notification-controller): 从 informer 缓存中读取 appprojects (#28815) (cherry-pick release-3.5) (#29345) (@antonu17)
完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.5.1...v3.5.2
更新内容 (原始)
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.5.2/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.5.2/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
- f1f109cc20895275ebae2dc62e51cba6c788586b: fix(appset): restore ignoreApplicationDifferences after normalization (cherry-pick #29070 for 3.5) (#29195) (@argo-cd-cherry-pick-bot[bot])
- a45dd38594f6f30bcc6c743e6f11080187cc84a1: fix(repository): resolve untyped helm source type in UpdateRevisionForPaths (cherry-pick #28904 for 3.5) (#29399) (@argo-cd-cherry-pick-bot[bot])
- 417c675b17207730f3b89ed579132267c9af4892: fix(revert): auto-sync skipped when newer commit arrives during sync (cherry-pick #28692 for 3.5) (#29224) (@rumstead)
- 961ee40cc32717bad323629284085b9f2cd7173f: fix(ui): remove kind filter from appset page (#29310) (#29311) (cherry-pick 3.5) (#29314) (@crenshaw-dev)
- cc1f3eef40dfee35842cc5a4c27a80b5f5dbe82e: fix(ui): show operation state on applications list page (cherry-pick release-3.5) (#29344) (@antonu17)
- 5accee3440f1a140de32071a035b783d653ce452: fix: don’t degrade Cluster API Cluster health while Ready is False during provisioning (cherry-pick #29237 for 3.5) (#29273) (@argo-cd-cherry-pick-bot[bot])
- 4d99c524afda80d091dff81e8745eb3365285874: fix: recover from kubectl panic in AuthReconcile when SA is forbidden (cherry-pick #28669 for 3.5) (#29294) (@alexymantha)
Dependency updates
- 8b9e270fa2cefb4eb370609b38606bf1a3ae410e: chore(deps): update dependency dexidp/dex to v2.45.1 (#29334) (@nitishfy)
Other work
- e258ee23c3e52266d407572f4bcdfe7d9ed36cb5: chore: bump version to 3.5.2 on release-3.5 branch (#29404) (@github-actions[bot])
- a9d94d68c8a5bee4e1708f6640e7922b91736fec: fix(notification-controller): deep-copy before mutating object from a shared cache (cherry-pick #29350 for 3.5) (#29354) (@argo-cd-cherry-pick-bot[bot])
- cc1d7a2601ce87695808a2632687975a84900a54: fix(notification-controller): read appprojects from informer cache (#28815) (cherry-pick release-3.5) (#29345) (@antonu17)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.5.1...v3.5.2
