chore(deps): update quay.io/argoproj/argocd docker tag to v3.0.9 #14

Open
renovate wants to merge 1 commits from renovate/all-minor-patch into main
Member

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd final patch v3.0.5 -> v3.0.9

Release Notes

argoproj/argo-cd (quay.io/argoproj/argocd)

v3.0.9

Compare Source

v3.0.8

Compare Source

v3.0.7

Compare Source

v3.0.6

Compare Source

Quick Start

Non-HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.6/manifests/install.yaml
HA:
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.6/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
Other work

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


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 | |---|---|---|---| | [quay.io/argoproj/argocd](https://github.com/argoproj/argo-cd) | final | patch | `v3.0.5` -> `v3.0.9` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v3.0.9`](https://github.com/argoproj/argo-cd/compare/v3.0.8...v3.0.9) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.0.8...v3.0.9) ### [`v3.0.8`](https://github.com/argoproj/argo-cd/compare/v3.0.7...v3.0.8) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.0.7...v3.0.8) ### [`v3.0.7`](https://github.com/argoproj/argo-cd/compare/v3.0.6...v3.0.7) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.0.6...v3.0.7) ### [`v3.0.6`](https://github.com/argoproj/argo-cd/releases/tag/v3.0.6) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.0.5...v3.0.6) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.6/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.0.6/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 ##### Bug fixes - [`fc271d4`](https://github.com/argoproj/argo-cd/commit/fc271d4f24277bd463f7656be31652a059bc05ad): fix(metrics): populate dest_server label ([#&#8203;23246](https://github.com/argoproj/argo-cd/issues/23246)) ([#&#8203;23269](https://github.com/argoproj/argo-cd/issues/23269)) ([#&#8203;23308](https://github.com/argoproj/argo-cd/issues/23308)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`5c24b6b`](https://github.com/argoproj/argo-cd/commit/5c24b6bd7a6d18236c00f34ee58a086452fc27c9): fix(server): avoid unecessary claims restrictions ([#&#8203;22973](https://github.com/argoproj/argo-cd/issues/22973)) (3.0) ([#&#8203;23207](https://github.com/argoproj/argo-cd/issues/23207)) ([@&#8203;crenshaw-dev](https://github.com/crenshaw-dev)) - [`59d4519`](https://github.com/argoproj/argo-cd/commit/59d4519c61c525b3554970fd84ac895f465d8ad6): fix(tls): validate RSA keys before marshaling (cherry-pick [#&#8203;23295](https://github.com/argoproj/argo-cd/issues/23295)) ([#&#8203;23300](https://github.com/argoproj/argo-cd/issues/23300)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`f72ac78`](https://github.com/argoproj/argo-cd/commit/f72ac787b69f467ea7041fe46f7ce32c1cafe965): fix: Change workloadidentity token cache expiry based on token expiry ([#&#8203;23100](https://github.com/argoproj/argo-cd/issues/23100)) ([#&#8203;23264](https://github.com/argoproj/argo-cd/issues/23264)) ([@&#8203;agaudreault](https://github.com/agaudreault)) - [`a31d5c9`](https://github.com/argoproj/argo-cd/commit/a31d5c915b0abec97f8f5a11a894ff45367d1c3a): fix: parse project with applicationset resource (cherry-pick [#&#8203;23252](https://github.com/argoproj/argo-cd/issues/23252)) ([#&#8203;23267](https://github.com/argoproj/argo-cd/issues/23267)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`d98a0ca`](https://github.com/argoproj/argo-cd/commit/d98a0caf5ecd852486385409bb9f964f24d1057a): chore(repo-server): unify semver resolution in new versions subpackage ([#&#8203;20216](https://github.com/argoproj/argo-cd/issues/20216)) ([#&#8203;23310](https://github.com/argoproj/argo-cd/issues/23310)) ([@&#8203;rouke-broersma](https://github.com/rouke-broersma)) - [`001848e`](https://github.com/argoproj/argo-cd/commit/001848ee6983189069867dfb25784e0011ae1617): chore: replace heptio-images with argocd-e2e-container (cherry-pick [#&#8203;23040](https://github.com/argoproj/argo-cd/issues/23040)) ([#&#8203;23058](https://github.com/argoproj/argo-cd/issues/23058)) ([@&#8203;nitishfy](https://github.com/nitishfy)) - [`0ef49b6`](https://github.com/argoproj/argo-cd/commit/0ef49b6a5a6519a24b00987159ae7f05022c71d7): chore: upgrade Go from 1.24.1 to 1.24.4 (release-3.0) ([#&#8203;23293](https://github.com/argoproj/argo-cd/issues/23293)) ([@&#8203;thevilledev](https://github.com/thevilledev)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v3.0.5...v3.0.6 <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> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0MC4yMi4xIiwidXBkYXRlZEluVmVyIjoiNDAuMjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUiXX0=-->
renovate added 1 commit 2025-06-10 03:04:32 +00:00
chore(deps): update quay.io/argoproj/argocd docker tag to v3.0.6
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/pr-main This commit looks good
9551e98c78
renovate force-pushed renovate/all-minor-patch from 9551e98c78 to f770d41e45 2025-06-17 03:07:32 +00:00 Compare
renovate changed title from chore(deps): update quay.io/argoproj/argocd docker tag to v3.0.6 to chore(deps): update quay.io/argoproj/argocd docker tag to v3.0.7 2025-06-17 03:07:49 +00:00
renovate force-pushed renovate/all-minor-patch from f770d41e45 to 7e3620b760 2025-06-18 03:06:57 +00:00 Compare
renovate changed title from chore(deps): update quay.io/argoproj/argocd docker tag to v3.0.7 to chore(deps): update quay.io/argoproj/argocd docker tag to v3.0.9 2025-06-18 03:06:58 +00:00
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/pr-main This commit looks good
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-patch:renovate/all-minor-patch
git checkout renovate/all-minor-patch
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ZeroDownTime/zdt-argocd#14
No description provided.