argo-cd v3.0.2 版本更新介绍
发布日期: 2025-05-19
版本号: v3.0.2
Argo CD v3.0.2提供了简洁的快速启动方法:非高可用版本只需创建命名空间并应用标准清单文件,高可用版本则对应应用ha安装清单。所有发布容器镜像均通过cosign签名并生成符合SLSA Level 3标准的来源证明,可通过官方文档验证。从其他次版本升级时需参考升级指南。本次更新修复了包括HAProxy最大连接数设置、端到端测试及默认跟踪方法返回在内的多项问题,并更新了相关文档。完整变更日志可查看GitHub比较页面,官方博客提供了发布内容的详细解读。
更新内容 (中文)
快速开始
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.2/manifests/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.2/manifests/ha/install.yaml
发布签名与来源证明
所有Argo CD容器镜像均由cosign签名。符合SLSA三级规范的容器镜像和CLI二进制文件会生成来源证明。请参阅文档了解验证方法。
发布说明博客文章
如需了解本次版本关键变更与改进的详细说明,请查阅官方博客文章
升级指南
若从其他次版本升级,请务必阅读升级文档。
变更日志
缺陷修复
- 3fb34b99de2a87334fc0bdd3dc183d1e8ed4daf4: 修复(haproxy):在haproxy配置中设置最大连接数 (cherry-pick #15319) (#18283) (#23037) (@reggie-k)
- cca991a018d03d1b1ddb5a03ad82878d9cde6039: 修复(test):修复端到端测试 (cherry-pick #22975) (#23017) (@gcp-cherry-pick-bot[bot])
- 90e9d1a5ad10207c37d85801024828559a6c6154: 修复:设置请求未返回默认跟踪方法 (#22965) (cherry-pick) (#23034) (@oleksandr-codefresh)
文档更新
- 3d37cfac04bb4b0a372f2bd7598cfa08bd39ba9f: 文档(server):修复使用列表API时不显示资源健康状态的问题 (cherry-pick #22954) (#22972) (@gcp-cherry-pick-bot[bot])
完整变更日志:https://github.com/argoproj/argo-cd/compare/v3.0.1…v3.0.2
更新内容 (原始)
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.2/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.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
- 3fb34b99de2a87334fc0bdd3dc183d1e8ed4daf4: fix(haproxy): setting maxconn in haproxy config cherry-pick (#15319) (#18283) (#23037) (@reggie-k)
- cca991a018d03d1b1ddb5a03ad82878d9cde6039: fix(test): broken e2e test (cherry-pick #22975) (#23017) (@gcp-cherry-pick-bot[bot])
- 90e9d1a5ad10207c37d85801024828559a6c6154: fix: settings request doesn’t return default tracking method (#22965) (cherry-pick) (#23034) (@oleksandr-codefresh)
Documentation
- 3d37cfac04bb4b0a372f2bd7598cfa08bd39ba9f: docs(server): no resource health when using the list api (cherry-pick #22954) (#22972) (@gcp-cherry-pick-bot[bot])
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.1...v3.0.2
