argo-cd v3.2.8 版本更新介绍
发布日期: 2026-03-26
版本号: v3.2.8
Argo CD v3.2.8版本已发布。安装时,可根据需要选择非高可用或高可用模式,在指定命名空间中应用对应的安装清单文件。所有容器镜像均经过签名,并提供了符合SLSA Level 3规范的来源证明,可通过官方文档了解验证方法。若从其他次版本升级,请务必查阅升级文档。本次更新包含了若干错误修复,例如改进了UI中RollingSync步骤的显示,修正了控制器在应用规范化过程中的差异检测错误,并缓解了特定的gRPC安全漏洞。完整的变更日志可在GitHub仓库的比较页面中查看。
更新内容 (中文)
快速入门
非高可用版本:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.8/manifests/install.yaml
高可用版本:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.8/manifests/ha/install.yaml
发布签名与来源证明
所有 Argo CD 容器镜像均通过 cosign 进行签名。对于符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件,会生成来源证明。请参阅 文档 了解验证方法。
发布说明博文
如需了解此版本关键变更和改进的详细说明,请查看 官方博文
升级指南
若从其他次版本升级,请务必阅读 升级文档。
变更日志
错误修复
- 65378e6d14dd94e2920ca5874eee8cef15dd3140: 修复(UI):当标签未匹配任何步骤时清晰显示滚动同步步骤(针对 3.2 的 #26877 端口选择)(#26883) (@argo-cd-cherry-pick-bot[bot])
- 1515e91ce8d5f3b3cf38b179cb29fd878ef47726: 修复:控制器在应用规范化过程中错误检测差异(针对 3.2 的 #27002 端口选择)(#27012) (@argo-cd-cherry-pick-bot[bot])
- 5fca1ce7d8c42e5cf44053bf7eb3aea8ead73c79: 修复:针对 release-3.2 缓解 grpc-go CVE-2026-33186 漏洞 (#26983) (@dudinea)
其他工作
- e7d33de05cb1f09f307dadc44fdc3295a1d05a1a: 常规:用于端口选择 PR 的基础引用(针对 3.2 的 #26551 端口选择)(#26554) (@argo-cd-cherry-pick-bot[bot])
完整变更日志:https://github.com/argoproj/argo-cd/compare/v3.2.7…v3.2.8
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.8/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.2.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
- 65378e6d14dd94e2920ca5874eee8cef15dd3140: fix(UI): show RollingSync step clearly when labels match no step (cherry-pick #26877 for 3.2) (#26883) (@argo-cd-cherry-pick-bot[bot])
- 1515e91ce8d5f3b3cf38b179cb29fd878ef47726: fix: controller incorrectly detecting diff during app normalization (cherry-pick #27002 for 3.2) (#27012) (@argo-cd-cherry-pick-bot[bot])
- 5fca1ce7d8c42e5cf44053bf7eb3aea8ead73c79: fix: mitigation of grpc-go CVE-2026-33186 for release-3.2 (#26983) (@dudinea)
Other work
- e7d33de05cb1f09f307dadc44fdc3295a1d05a1a: chore: use base ref for cherry-pick prs (cherry-pick #26551 for 3.2) (#26554) (@argo-cd-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.2.7...v3.2.8
