argo-cd v3.0.3 版本更新介绍
发布日期: 2025-05-21
版本号: v3.0.3
Argo CD v3.0.3版本提供了快速部署方式,包括非高可用和高可用两种配置。所有发布产物均经过签名以确保安全性。若从旧版本升级,建议参考升级文档。该版本主要包含错误修复、文档改进及其他更新。
更新内容 (中文)
快速开始
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.3/manifests/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.3/manifests/ha/install.yaml
发布签名与来源证明
所有 Argo CD 容器镜像均由 cosign 签名。符合 SLSA Level 3 规范的容器镜像和 CLI 二进制文件会生成来源证明。请参阅文档了解验证方法。
发布说明博客文章
要了解本版本关键变更和改进的详细分解,请查看官方博客文章
升级指南
如果从不同次版本升级,请务必阅读升级文档。
变更日志
问题修复
- af3d9266a868c7c25804d653dad15e2a05e8ec44: 修复:在端到端测试中考虑批量事件处理(cherry-pick #22356)(#23070)(@gcp-cherry-pick-bot[bot])
- ddd6df5d44ea5eaad8c309c5d74660df3ae9bc31: 修复:应用处于错误状态时无限协调循环(#23067)(@agaudreault)
- 927ed3504e23b015ece64dafdc08156ed0c884df: 修复:移除 CRD 的默认
spec.preserveUnknownFieldsignoreDifference(cherry-pick #22948)(#23044)(@gcp-cherry-pick-bot[bot])
文档
- b1cafa9d767bfe91a9a2ca2409be9b4712907ef7: 文档:修复 2.14-3.0 升级文档中的 jsonpath(cherry-pick #23045)(#23046)(@gcp-cherry-pick-bot[bot])
其他工作
- 866db14e30624e62a23195008856e5df60bf7558: 维护:升级 gitops-engine ssd 修复(#23071)(@pjiang-dev)
完整变更日志:https://github.com/argoproj/argo-cd/compare/v3.0.2…v3.0.3
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.3/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.3/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
- af3d9266a868c7c25804d653dad15e2a05e8ec44: fix: Account for batch event processing in e2e tests (cherry-pick #22356) (#23070) (@gcp-cherry-pick-bot[bot])
- ddd6df5d44ea5eaad8c309c5d74660df3ae9bc31: fix: infinite reconciliation loop when app is in error (#23067) (@agaudreault)
- 927ed3504e23b015ece64dafdc08156ed0c884df: fix: remove default
spec.preserveUnknownFieldsignoreDifference for CRD (cherry-pick #22948) (#23044) (@gcp-cherry-pick-bot[bot])
Documentation
- b1cafa9d767bfe91a9a2ca2409be9b4712907ef7: docs: fix jsonpath in 2.14-3.0 upgrade doc (cherry-pick #23045) (#23046) (@gcp-cherry-pick-bot[bot])
Other work
- 866db14e30624e62a23195008856e5df60bf7558: chore: bump gitops-engine ssd fix (#23071) (@pjiang-dev)
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.2...v3.0.3
