Update dependency argoproj/argo-cd to v3.0.11 #536

Merged
renovate merged 1 commits from renovate/argoproj-argo-cd-3.x into main 2025-07-10 16:01:50 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
argoproj/argo-cd Kustomization patch v3.0.10 -> v3.0.11

Release Notes

argoproj/argo-cd (argoproj/argo-cd)

v3.0.11

Compare Source

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.0.6...v3.0.11


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [argoproj/argo-cd](https://github.com/argoproj/argo-cd) | Kustomization | patch | `v3.0.10` -> `v3.0.11` | --- ### Release Notes <details> <summary>argoproj/argo-cd (argoproj/argo-cd)</summary> ### [`v3.0.11`](https://github.com/argoproj/argo-cd/releases/tag/v3.0.11) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.0.10...v3.0.11) **Note:** due to build issues, release notes for 3.0.7-3.0.10 are consolidated here. #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.11/manifests/install.yaml ``` ##### HA: ```shell 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](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) 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](https://blog.argoproj.io/argo-cd-v2-14-release-candidate-57a664791e2a) #### Upgrading If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation. #### Changelog - fix(azure): use compatible workload identity modules by [@&#8203;rumstead](https://github.com/rumstead) in https://github.com/argoproj/argo-cd/pull/23004 - fix(applicationset): requeue applicationste when application status changes by [@&#8203;rumstead](https://github.com/rumstead) in https://github.com/argoproj/argo-cd/pull/23412 - fix(server): Propagate useAzureWorkloadIdentity flag from during repo validation ([#&#8203;23348](https://github.com/argoproj/argo-cd/issues/23348)) by [@&#8203;rumstead](https://github.com/rumstead) in https://github.com/argoproj/argo-cd/pull/23416 - Bump version to 3.0.7 on release-3.0 branch by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/argoproj/argo-cd/pull/23428 - fix(goreleaser): add darwin with CGO enabled to gorelease by [@&#8203;rumstead](https://github.com/rumstead) in https://github.com/argoproj/argo-cd/pull/23438 - Bump version to 3.0.8 on release-3.0 branch by [@&#8203;github-actions](https://github.com/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 [#&#8203;23457](https://github.com/argoproj/argo-cd/issues/23457)) by [@&#8203;gcp-cherry-pick-bot](https://github.com/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 [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/argoproj/argo-cd/pull/23462 - fix(appset): Add token to enterprise client ([#&#8203;23240](https://github.com/argoproj/argo-cd/issues/23240)) (cherry-pick [#&#8203;23455](https://github.com/argoproj/argo-cd/issues/23455)) by [@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot) in https://github.com/argoproj/argo-cd/pull/23476 - fix(controller): impersonation with destination name ([#&#8203;23309](https://github.com/argoproj/argo-cd/issues/23309)) (cherry-pick [#&#8203;23504](https://github.com/argoproj/argo-cd/issues/23504)) by [@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot) in https://github.com/argoproj/argo-cd/pull/23517 - fix: kustomize components + monorepos (cherry-pick [#&#8203;23486](https://github.com/argoproj/argo-cd/issues/23486)) by [@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot) in https://github.com/argoproj/argo-cd/pull/23539 - fix(controller): get commit server url from env (cherry-pick [#&#8203;23536](https://github.com/argoproj/argo-cd/issues/23536)) by [@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot) in https://github.com/argoproj/argo-cd/pull/23542 - fix(sync): auto-sync loop when FailOnSharedResource ([#&#8203;23357](https://github.com/argoproj/argo-cd/issues/23357)) by [@&#8203;agaudreault](https://github.com/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 [#&#8203;23657](https://github.com/argoproj/argo-cd/issues/23657)) by [@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot) in https://github.com/argoproj/argo-cd/pull/23671 - fix(server): infer resource status health for apps-in-any-ns ([#&#8203;22944](https://github.com/argoproj/argo-cd/issues/22944)) by [@&#8203;crenshaw-dev](https://github.com/crenshaw-dev) in https://github.com/argoproj/argo-cd/pull/23706 - docs(images): add a note about missing images for 3.0 releases ([#&#8203;23612](https://github.com/argoproj/argo-cd/issues/23612)) (cherry-pick [#&#8203;23712](https://github.com/argoproj/argo-cd/issues/23712)) by [@&#8203;gcp-cherry-pick-bot](https://github.com/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 [#&#8203;23507](https://github.com/argoproj/argo-cd/issues/23507)) by [@&#8203;gcp-cherry-pick-bot](https://github.com/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 [#&#8203;23741](https://github.com/argoproj/argo-cd/issues/23741)) by [@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot) in https://github.com/argoproj/argo-cd/pull/23742 - fix(health): CRD health check message ([#&#8203;23690](https://github.com/argoproj/argo-cd/issues/23690)) (cherry-pick [#&#8203;23691](https://github.com/argoproj/argo-cd/issues/23691)) by [@&#8203;gcp-cherry-pick-bot](https://github.com/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 [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/argoproj/argo-cd/pull/23744 - Bump version to 3.0.11 on release-3.0 branch by [@&#8203;github-actions](https://github.com/github-actions) in https://github.com/argoproj/argo-cd/pull/23745 <a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a> **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v3.0.6...v3.0.11 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjQiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2025-07-10 16:01:45 +00:00
renovate merged commit 553ce3e9f9 into main 2025-07-10 16:01:50 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: remoll/k3s-infra#536
No description provided.