argo-cd v3.4.0-rc4 版本更新介绍
发布日期: 2026-03-27
版本号: v3.4.0-rc4
Argo CD 3.4.0-rc4版本已发布,提供非高可用和高可用两种快速安装方式,均通过kubectl命令在
argocd命名空间中应用对应的安装清单文件完成。所有容器镜像均经过cosign签名,并生成了符合SLSA Level 3规范的来源证明以供验证。此次更新包含若干错误修复,例如修正了控制器在应用规范化时错误检测差异的问题,以及解决了从缓存返回错误安装ID的问题。对于从其他次版本升级的用户,请务必参考官方升级文档。更详细的变更内容可查阅发布说明博客和完整的变更日志。
更新内容 (中文)
快速开始
非高可用:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.0-rc4/manifests/install.yaml
高可用:
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.4.0-rc4/manifests/ha/install.yaml
发布签名与出处
所有 Argo CD 容器镜像均由 cosign 签名。对于符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件,会生成出处证明。有关如何验证,请参阅文档。
发布说明博文
有关此版本关键变更和改进的详细分解,请查看官方博文
升级
如果您从不同的次版本进行升级,请务必阅读升级文档。
变更日志
缺陷修复
- ed4c63ba836da0f33076b150e31decbd17c13ecb: fix: controller incorrectly detecting diff during app normalization (cherry-pick #27002 for 3.4) (#27014) (@argo-cd-cherry-pick-bot[bot])
- 249b91d75b6170779b8376492c05ff28c38568c8: fix: wrong installation id returned from cache (cherry-pick #26969 for 3.4) (#27028) (@argo-cd-cherry-pick-bot[bot])
完整变更日志: https://github.com/argoproj/argo-cd/compare/v3.4.0-rc3...v3.4.0-rc4
更新内容 (原始)
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.4.0-rc4/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.4.0-rc4/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
- ed4c63ba836da0f33076b150e31decbd17c13ecb: fix: controller incorrectly detecting diff during app normalization (cherry-pick #27002 for 3.4) (#27014) (@argo-cd-cherry-pick-bot[bot])
- 249b91d75b6170779b8376492c05ff28c38568c8: fix: wrong installation id returned from cache (cherry-pick #26969 for 3.4) (#27028) (@argo-cd-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.4.0-rc3...v3.4.0-rc4
