argo-cd v3.0.11 版本更新介绍
发布日期: 2025-07-10
版本号: v3.0.11
Argo CD v3.0.11 是一个修复版本,合并了从 3.0.7 到 3.0.10 的发布说明,主要解决了构建问题并包含了多项功能修复与稳定性改进。此版本提供了标准和高可用两种安装方式的快速入门指南,并强调所有容器镜像均使用 cosign 签名,符合 SLSA Level 3 规范。更新内容涉及修复 Azure 身份验证、应用集控制器处理、服务器标志传播、发布构建问题(特别是 Darwin 平台)、模拟授权、Kustomize 组件支持、自动同步循环优化、操作终止的 UI 消息改进,以及资源状态健康推断等多个方面。用户若从不同小版本升级,应参考官方升级文档。完整变更可通过指定链接查阅。
更新内容 (中文)
注意: 由于构建问题,3.0.7至3.0.10版本的发行说明已合并于此。
快速开始
非高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.11/manifests/install.yaml
高可用模式:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.11/manifests/ha/install.yaml
发布签名与出处证明
所有Argo CD容器镜像均由cosign签名。符合SLSA Level 3规范的容器镜像和CLI二进制文件会生成出处证明。验证方法请参阅文档。
发行说明博文
如需了解本次发布的关键变更和改进的详细分解,请查看官方博文
升级指南
若从不同次版本升级,请务必阅读升级文档。
更新日志
- fix(azure):使用兼容的工作负载标识模块(由@rumstead在https://github.com/argoproj/argo-cd/pull/23004中贡献)
- fix(applicationset):当应用状态变化时重新排队应用集(由@rumstead在https://github.com/argoproj/argo-cd/pull/23412中贡献)
- fix(server):在仓库验证期间传播useAzureWorkloadIdentity标志(#23348)(由@rumstead在https://github.com/argoproj/argo-cd/pull/23416中贡献)
- 在release-3.0分支上将版本提升至3.0.7(由@github-actions在https://github.com/argoproj/argo-cd/pull/23428中贡献)
- fix(goreleaser):在gorelease中添加启用CGO的darwin版本(由@rumstead在https://github.com/argoproj/argo-cd/pull/23438中贡献)
- 在release-3.0分支上将版本提升至3.0.8(由@github-actions在https://github.com/argoproj/argo-cd/pull/23451中贡献)
- fix(goreleaser):在gorelease中添加启用CGO的darwin版本并移除静态链接(精选提交#23457)(由@gcp-cherry-pick-bot在https://github.com/argoproj/argo-cd/pull/23459中贡献)
- 在release-3.0分支上将版本提升至3.0.9(由@github-actions在https://github.com/argoproj/argo-cd/pull/23462中贡献)
- fix(appset):为企业客户端添加令牌(#23240)(精选提交#23455)(由@gcp-cherry-pick-bot在https://github.com/argoproj/argo-cd/pull/23476中贡献)
- fix(controller):使用目标名称进行模拟(#23309)(精选提交#23504)(由@gcp-cherry-pick-bot在https://github.com/argoproj/argo-cd/pull/23517中贡献)
- fix:kustomize组件与单仓库(精选提交#23486)(由@gcp-cherry-pick-bot在https://github.com/argoproj/argo-cd/pull/23539中贡献)
- fix(controller):从环境变量获取提交服务器URL(精选提交#23536)(由@gcp-cherry-pick-bot在https://github.com/argoproj/argo-cd/pull/23542中贡献)
- fix(sync):当FailOnSharedResource启用时的自动同步循环(#23357)(由@agaudreault在https://github.com/argoproj/argo-cd/pull/23639中贡献)
- fix:改进因控制器同步超时导致操作终止时的UI消息(精选提交#23657)(由@gcp-cherry-pick-bot在https://github.com/argoproj/argo-cd/pull/23671中贡献)
- fix(server):为任意命名空间中的应用推断资源状态健康状况(#22944)(由@crenshaw-dev在https://github.com/argoproj/argo-cd/pull/23706中贡献)
- docs(images):添加关于3.0版本缺失镜像的说明(#23612)(精选提交#23712)(由@gcp-cherry-pick-bot在https://github.com/argoproj/argo-cd/pull/23714中贡献)
- fix(darwin):在Linux上构建darwin二进制文件时移除对cgo的需求(精选提交#23507)(由@gcp-cherry-pick-bot在https://github.com/argoproj/argo-cd/pull/23735中贡献)
- docs(images):添加关于3.0版本缺失镜像的说明(精选提交#23741)(由@gcp-cherry-pick-bot在https://github.com/argoproj/argo-cd/pull/23742中贡献)
- fix(health):CRD健康检查消息(#23690)(精选提交#23691)(由@gcp-cherry-pick-bot在https://github.com/argoproj/argo-cd/pull/23739中贡献)
- 在release-3.0分支上将版本提升至3.0.10(由@github-actions在https://github.com/argoproj/argo-cd/pull/23744中贡献)
- 在release-3.0分支上将版本提升至3.0.11(由@github-actions在https://github.com/argoproj/argo-cd/pull/23745中贡献)
完整更新日志:https://github.com/argoproj/argo-cd/compare/v3.0.6…v3.0.11
更新内容 (原始)
Note: due to build issues, release notes for 3.0.7-3.0.10 are consolidated here.
Quick Start
Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.11/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.11/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
- fix(azure): use compatible workload identity modules by @rumstead in https://github.com/argoproj/argo-cd/pull/23004
- fix(applicationset): requeue applicationste when application status changes by @rumstead in https://github.com/argoproj/argo-cd/pull/23412
- fix(server): Propagate useAzureWorkloadIdentity flag from during repo validation (#23348) by @rumstead in https://github.com/argoproj/argo-cd/pull/23416
- Bump version to 3.0.7 on release-3.0 branch by @github-actions in https://github.com/argoproj/argo-cd/pull/23428
- fix(goreleaser): add darwin with CGO enabled to gorelease by @rumstead in https://github.com/argoproj/argo-cd/pull/23438
- Bump version to 3.0.8 on release-3.0 branch by @github-actions in https://github.com/argoproj/argo-cd/pull/23451
- fix(goreleaser): add darwin with CGO enabled and remove static to gorelease (cherry-pick #23457) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/23459
- Bump version to 3.0.9 on release-3.0 branch by @github-actions in https://github.com/argoproj/argo-cd/pull/23462
- fix(appset): Add token to enterprise client (#23240) (cherry-pick #23455) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/23476
- fix(controller): impersonation with destination name (#23309) (cherry-pick #23504) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/23517
- fix: kustomize components + monorepos (cherry-pick #23486) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/23539
- fix(controller): get commit server url from env (cherry-pick #23536) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/23542
- fix(sync): auto-sync loop when FailOnSharedResource (#23357) by @agaudreault in https://github.com/argoproj/argo-cd/pull/23639
- fix: improves the ui message when an operation is terminated due to controller sync timeout (cherry-pick #23657) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/23671
- fix(server): infer resource status health for apps-in-any-ns (#22944) by @crenshaw-dev in https://github.com/argoproj/argo-cd/pull/23706
- docs(images): add a note about missing images for 3.0 releases (#23612) (cherry-pick #23712) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/23714
- fix(darwin): remove the need for cgo when building a darwin binary on linux (cherry-pick #23507) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/23735
- docs(images): add a note about missing images for 3.0 releases (cherry-pick #23741) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/23742
- fix(health): CRD health check message (#23690) (cherry-pick #23691) by @gcp-cherry-pick-bot in https://github.com/argoproj/argo-cd/pull/23739
- Bump version to 3.0.10 on release-3.0 branch by @github-actions in https://github.com/argoproj/argo-cd/pull/23744
- Bump version to 3.0.11 on release-3.0 branch by @github-actions in https://github.com/argoproj/argo-cd/pull/23745
Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.6...v3.0.11
