shepherdjerred / homelab

Configuration-as-code for my homelab
15 stars 5 forks source link

chore(deps): update dependency argoproj/argo-cd to v2.12.3 #901

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.12.2 -> v2.12.3

Release Notes

argoproj/argo-cd (argoproj/argo-cd) ### [`v2.12.3`](https://redirect.github.com/argoproj/argo-cd/releases/tag/v2.12.3) [Compare Source](https://redirect.github.com/argoproj/argo-cd/compare/v2.12.2...v2.12.3) ##### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.3/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.12.3/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 - [`343dec0`](https://redirect.github.com/argoproj/argo-cd/commit/343dec049aaeb75cadc78aa87a8fdac7e56a6db5): feat(sourceNamespace): Regex Support ([#​19016](https://redirect.github.com/argoproj/argo-cd/issues/19016)) ([#​19017](https://redirect.github.com/argoproj/argo-cd/issues/19017)) ([#​19664](https://redirect.github.com/argoproj/argo-cd/issues/19664)) ([@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) ##### Bug fixes - [`cafd35c`](https://redirect.github.com/argoproj/argo-cd/commit/cafd35cea7acdb3c5ad53376b57970de79fc5eb4): fix(AnyNameSpaceRegex): Additional Functions Glob to Regexexp ([#​19516](https://redirect.github.com/argoproj/argo-cd/issues/19516)) ([#​19665](https://redirect.github.com/argoproj/argo-cd/issues/19665)) ([@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.12.2...v2.12.3

Configuration

📅 Schedule: Branch creation - "after 3am on Sunday" (UTC), 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.



This PR was generated by Mend Renovate. View the repository job log.