Update quay.io/argoproj/argocd Docker tag to v3.1.6 #28

Merged
lilly merged 1 commit from renovate/quay.io-argoproj-argocd-3.x into main 2025-09-19 10:19:19 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd final patch v3.1.5 -> v3.1.6

Release Notes

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

v3.1.6

Compare Source

Quick Start

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

Full Changelog: https://github.com/argoproj/argo-cd/compare/v3.1.5...v3.1.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.1.5` -> `v3.1.6` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v3.1.6`](https://github.com/argoproj/argo-cd/releases/tag/v3.1.6) [Compare Source](https://github.com/argoproj/argo-cd/compare/v3.1.5...v3.1.6) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.6/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v3.1.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/announcing-argo-cd-v3-1-f4389bc783c8) #### 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 - [`b46a57a`](https://github.com/argoproj/argo-cd/commit/b46a57ab825980366e2fbcfb5ac0896cfd15a59c): fix(oci): loosen up layer restrictions (cherry-pick [#&#8203;24640](https://github.com/argoproj/argo-cd/issues/24640) for 3.1) ([#&#8203;24649](https://github.com/argoproj/argo-cd/issues/24649)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`468870f`](https://github.com/argoproj/argo-cd/commit/468870f65d169bf24b397d2f897e3f0815219b88): fix: Ensure that symlink targets are not made absolute on extracting a tar ([#&#8203;24145](https://github.com/argoproj/argo-cd/issues/24145)) - backport/cherry-pick to 3.1 ([#&#8203;24519](https://github.com/argoproj/argo-cd/issues/24519)) ([@&#8203;leh-ppi](https://github.com/leh-ppi)) - [`cb95745`](https://github.com/argoproj/argo-cd/commit/cb9574597e946dff1618bd9dc84bc276d8f585ba): fix: correct post-delete finalizer removal when cluster not found (cherry-pick [#&#8203;24415](https://github.com/argoproj/argo-cd/issues/24415) for 3.1) ([#&#8203;24590](https://github.com/argoproj/argo-cd/issues/24590)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) - [`2b3df7f`](https://github.com/argoproj/argo-cd/commit/2b3df7f5a81251a9b6f4b632add5d2247f59de75): fix: use informer in webhook handler to reduce memory usage ([#&#8203;24622](https://github.com/argoproj/argo-cd/issues/24622)) ([#&#8203;24626](https://github.com/argoproj/argo-cd/issues/24626)) ([@&#8203;alexmt](https://github.com/alexmt)) ##### Documentation - [`4ef5663`](https://github.com/argoproj/argo-cd/commit/4ef56634b4e5cdf99d0bc6a69124ea1cb7b8e563): docs: Delete dangling word in Source Hydrator docs (cherry-pick [#&#8203;24601](https://github.com/argoproj/argo-cd/issues/24601) for 3.1) ([#&#8203;24603](https://github.com/argoproj/argo-cd/issues/24603)) ([@&#8203;argo-cd-cherry-pick-bot](https://github.com/argo-cd-cherry-pick-bot)\[bot]) **Full Changelog**: <https://github.com/argoproj/argo-cd/compare/v3.1.5...v3.1.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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMTYuMTAiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xMTYuMTAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
Update quay.io/argoproj/argocd Docker tag to v3.1.6
All checks were successful
ci/woodpecker/pr/container_image Pipeline was successful
ci/woodpecker/pull_request_closed/container_image Pipeline was successful
ci/woodpecker/push/container_image Pipeline was successful
d3ff1f2e5f
lilly merged commit d3ff1f2e5f into main 2025-09-19 10:19:19 +02:00
lilly deleted branch renovate/quay.io-argoproj-argocd-3.x 2025-09-19 10:19:20 +02:00
Commenting is not possible because the repository is archived.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lilly/argocd-kustomize-pass#28
No description provided.