v3.0.11
·
671 commits
to master
since this release
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 #23004
- fix(applicationset): requeue applicationste when application status changes by @rumstead in #23412
- fix(server): Propagate useAzureWorkloadIdentity flag from during repo validation (#23348) by @rumstead in #23416
- Bump version to 3.0.7 on release-3.0 branch by @github-actions in #23428
- fix(goreleaser): add darwin with CGO enabled to gorelease by @rumstead in #23438
- Bump version to 3.0.8 on release-3.0 branch by @github-actions in #23451
- fix(goreleaser): add darwin with CGO enabled and remove static to gorelease (cherry-pick #23457) by @gcp-cherry-pick-bot in #23459
- Bump version to 3.0.9 on release-3.0 branch by @github-actions in #23462
- fix(appset): Add token to enterprise client (#23240) (cherry-pick #23455) by @gcp-cherry-pick-bot in #23476
- fix(controller): impersonation with destination name (#23309) (cherry-pick #23504) by @gcp-cherry-pick-bot in #23517
- fix: kustomize components + monorepos (cherry-pick #23486) by @gcp-cherry-pick-bot in #23539
- fix(controller): get commit server url from env (cherry-pick #23536) by @gcp-cherry-pick-bot in #23542
- fix(sync): auto-sync loop when FailOnSharedResource (#23357) by @agaudreault in #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 #23671
- fix(server): infer resource status health for apps-in-any-ns (#22944) by @crenshaw-dev in #23706
- docs(images): add a note about missing images for 3.0 releases (#23612) (cherry-pick #23712) by @gcp-cherry-pick-bot in #23714
- fix(darwin): remove the need for cgo when building a darwin binary on linux (cherry-pick #23507) by @gcp-cherry-pick-bot in #23735
- docs(images): add a note about missing images for 3.0 releases (cherry-pick #23741) by @gcp-cherry-pick-bot in #23742
- fix(health): CRD health check message (#23690) (cherry-pick #23691) by @gcp-cherry-pick-bot in #23739
- Bump version to 3.0.10 on release-3.0 branch by @github-actions in #23744
- Bump version to 3.0.11 on release-3.0 branch by @github-actions in #23745
Full Changelog: v3.0.6...v3.0.11