argoproj / argo-helm

ArgoProj Helm Charts
https://argoproj.github.io/argo-helm/
Apache License 2.0
1.77k stars 1.88k forks source link

chore(argo-cd): Update dependency argoproj/argo-cd to v2.13.1 #3043

Closed argoproj-renovate[bot] closed 5 days ago

argoproj-renovate[bot] commented 5 days ago

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.13.0 -> v2.13.1

Release Notes

argoproj/argo-cd (argoproj/argo-cd) ### [`v2.13.1`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.13.1) [Compare Source](https://redirect.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://redirect.github.com/argoproj/argo-cd/commit/6a8cb6eff098ef6db623126fa0d93dcaa2f54bef): feat: option to disable writing k8s events([#​18205](https://redirect.github.com/argoproj/argo-cd/issues/18205)) ([#​18441](https://redirect.github.com/argoproj/argo-cd/issues/18441)) ([#​20788](https://redirect.github.com/argoproj/argo-cd/issues/20788)) ([@​Jack-R-lantern](https://redirect.github.com/Jack-R-lantern)) ##### Bug fixes - [`449e693`](https://redirect.github.com/argoproj/argo-cd/commit/449e6939b2a729bba32d11f055d7c6067a44b9cc): fix(pkce): 20202 Backport PKCE auth flow fix for basehref and reauth ([#​20675](https://redirect.github.com/argoproj/argo-cd/issues/20675)) ([@​austin5219](https://redirect.github.com/austin5219)) - [`68606c6`](https://redirect.github.com/argoproj/argo-cd/commit/68606c6caf058f7c4f2ecdbb4381d2cba40aa249): fix: Fix repeated 403 due to app namespace being undefined ([#​20699](https://redirect.github.com/argoproj/argo-cd/issues/20699)) ([#​20819](https://redirect.github.com/argoproj/argo-cd/issues/20819)) ([#​20860](https://redirect.github.com/argoproj/argo-cd/issues/20860)) ([@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`99aab9a`](https://redirect.github.com/argoproj/argo-cd/commit/99aab9a5f3812f2f4089ce6982d4764145271f78): fix: check for source position when --show-params is set ([#​20682](https://redirect.github.com/argoproj/argo-cd/issues/20682)) ([#​20689](https://redirect.github.com/argoproj/argo-cd/issues/20689)) ([@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) - [`d03ccf3`](https://redirect.github.com/argoproj/argo-cd/commit/d03ccf305c60f7305a076e4b3c1c28e1749ba6c9): fix: disable automaxprocs logging ([#​20069](https://redirect.github.com/argoproj/argo-cd/issues/20069)) - cherry-pick 2.13 ([#​20718](https://redirect.github.com/argoproj/argo-cd/issues/20718)) ([@​pasha-codefresh](https://redirect.github.com/pasha-codefresh)) ##### Other work - [`7f45c9e`](https://redirect.github.com/argoproj/argo-cd/commit/7f45c9e09398b1d8e65ad9fdf1dab2dd2c1532d7): chore: Don't degrade PDB on InsufficientPods ([#​20171](https://redirect.github.com/argoproj/argo-cd/issues/20171)) ([#​20665](https://redirect.github.com/argoproj/argo-cd/issues/20665)) ([#​20694](https://redirect.github.com/argoproj/argo-cd/issues/20694)) ([@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) **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 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.



This PR has been generated by Renovate Bot.