chore(deps): update quay.io/argoproj/argocd docker tag to v2.13.1 #2

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 v2.13.0 -> v2.13.1

Release Notes

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

v2.13.1

Compare Source

Quick Start

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

Upgrading

If upgrading from a different minor version, be sure to read the upgrading documentation.

Changelog

Features
Bug fixes
Other work

Full Changelog: https://github.com/argoproj/argo-cd/compare/v2.13.0...v2.13.1


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 | `v2.13.0` -> `v2.13.1` | --- ### Release Notes <details> <summary>argoproj/argo-cd (quay.io/argoproj/argocd)</summary> ### [`v2.13.1`](https://github.com/argoproj/argo-cd/releases/tag/v2.13.1) [Compare Source](https://github.com/argoproj/argo-cd/compare/v2.13.0...v2.13.1) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.13.1/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. #### 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 ##### Features - [`6a8cb6e`](https://github.com/argoproj/argo-cd/commit/6a8cb6eff098ef6db623126fa0d93dcaa2f54bef): feat: option to disable writing k8s events([#&#8203;18205](https://github.com/argoproj/argo-cd/issues/18205)) ([#&#8203;18441](https://github.com/argoproj/argo-cd/issues/18441)) ([#&#8203;20788](https://github.com/argoproj/argo-cd/issues/20788)) ([@&#8203;Jack-R-lantern](https://github.com/Jack-R-lantern)) ##### Bug fixes - [`449e693`](https://github.com/argoproj/argo-cd/commit/449e6939b2a729bba32d11f055d7c6067a44b9cc): fix(pkce): 20202 Backport PKCE auth flow fix for basehref and reauth ([#&#8203;20675](https://github.com/argoproj/argo-cd/issues/20675)) ([@&#8203;austin5219](https://github.com/austin5219)) - [`68606c6`](https://github.com/argoproj/argo-cd/commit/68606c6caf058f7c4f2ecdbb4381d2cba40aa249): fix: Fix repeated 403 due to app namespace being undefined ([#&#8203;20699](https://github.com/argoproj/argo-cd/issues/20699)) ([#&#8203;20819](https://github.com/argoproj/argo-cd/issues/20819)) ([#&#8203;20860](https://github.com/argoproj/argo-cd/issues/20860)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`99aab9a`](https://github.com/argoproj/argo-cd/commit/99aab9a5f3812f2f4089ce6982d4764145271f78): fix: check for source position when --show-params is set ([#&#8203;20682](https://github.com/argoproj/argo-cd/issues/20682)) ([#&#8203;20689](https://github.com/argoproj/argo-cd/issues/20689)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) - [`d03ccf3`](https://github.com/argoproj/argo-cd/commit/d03ccf305c60f7305a076e4b3c1c28e1749ba6c9): fix: disable automaxprocs logging ([#&#8203;20069](https://github.com/argoproj/argo-cd/issues/20069)) - cherry-pick 2.13 ([#&#8203;20718](https://github.com/argoproj/argo-cd/issues/20718)) ([@&#8203;pasha-codefresh](https://github.com/pasha-codefresh)) ##### Other work - [`7f45c9e`](https://github.com/argoproj/argo-cd/commit/7f45c9e09398b1d8e65ad9fdf1dab2dd2c1532d7): chore: Don't degrade PDB on InsufficientPods ([#&#8203;20171](https://github.com/argoproj/argo-cd/issues/20171)) ([#&#8203;20665](https://github.com/argoproj/argo-cd/issues/20665)) ([#&#8203;20694](https://github.com/argoproj/argo-cd/issues/20694)) ([@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.13.0...v2.13.1 <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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNiIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->
renovate added 1 commit 2024-11-21 03:08:49 +00:00
chore(deps): update quay.io/argoproj/argocd docker tag to v2.13.1
All checks were successful
ZeroDownTime/zdt-argocd/pipeline/pr-main This commit looks good
3522db5445
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
No Milestone
No project
No Assignees
1 Participants
Notifications
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: ZeroDownTime/zdt-argocd#2
No description provided.