argo-cd v3.3.6 版本更新介绍
发布日期: 2026-03-27
版本号: v3.3.6
Argo CD v3.3.6版本发布,提供非高可用和高可用两种安装方式,通过kubectl创建argocd命名空间并应用相应YAML文件。所有容器镜像均使用cosign签名,并为符合SLSA Level 3规范的镜像和CLI二进制文件生成来源证明。发布说明博客文章详细介绍了关键变化和改进,升级时需参考官方升级文档,特别是从不同次要版本升级。变更日志包括两个bug修复:修复控制器在应用规范化期间错误检测差异的问题,以及修复从缓存返回错误安装ID的问题,完整变更日志可在GitHub上查看。
更新内容 (中文)
快速开始
非高可用版:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.3.6/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.6/manifests/ha/install.yaml
发布签名与来源验证
所有Argo CD容器镜像均由cosign签名。对于符合SLSA第3级规范的容器镜像和CLI二进制文件,会生成来源证明。验证方法详见文档。
发布说明博文
关于本版本主要变更和改进的详细解析,请查阅官方博文
升级说明
若从不同次版本升级,请务必阅读升级文档。
变更日志
缺陷修复
- 4a823fecf0c2ddcc299629078318d9e705e5c2b6: fix: controller incorrectly detecting diff during app normalization (cherry-pick #27002 for 3.3) (#27013) (@argo-cd-cherry-pick-bot[bot])
- c5d7748f2e8fc5ebd179f1d2c0708803c1c8780f: fix: wrong installation id returned from cache (cherry-pick #26969 for 3.3) (#27027) (@argo-cd-cherry-pick-bot[bot])
完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.3.5...v3.3.6
更新内容 (原始)
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.6/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.6/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
- 4a823fecf0c2ddcc299629078318d9e705e5c2b6: fix: controller incorrectly detecting diff during app normalization (cherry-pick #27002 for 3.3) (#27013) (@argo-cd-cherry-pick-bot[bot])
- c5d7748f2e8fc5ebd179f1d2c0708803c1c8780f: fix: wrong installation id returned from cache (cherry-pick #26969 for 3.3) (#27027) (@argo-cd-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.3.5...v3.3.6
