dc-tec / k8s-gitops

Kubernetes GitOps repository for my homelab
1 stars 0 forks source link

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

Closed dc-tec closed 3 months ago

dc-tec commented 3 months ago

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.11.2 -> v2.11.3

Release Notes

argoproj/argo-cd (argoproj/argo-cd) ### [`v2.11.3`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.11.3) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.11.2...v2.11.3) ##### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.3/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.11.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 ##### Bug fixes - [`46342a9`](https://togithub.com/argoproj/argo-cd/commit/46342a9e82f0ba53b996b1d4441301814d508e3f): fix: app names with non-alphanumeric characters in position 63 break syncs (issue [#​18237](https://togithub.com/argoproj/argo-cd/issues/18237)) ([#​18256](https://togithub.com/argoproj/argo-cd/issues/18256)) ([#​18439](https://togithub.com/argoproj/argo-cd/issues/18439)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`e01bb53`](https://togithub.com/argoproj/argo-cd/commit/e01bb5303ae664d5af0dc1560ce0b2f819494c12): Merge pull request from GHSA-3cqf-953p-h5cp ([@​pasha-codefresh](https://togithub.com/pasha-codefresh)) - [`320abb8`](https://togithub.com/argoproj/argo-cd/commit/320abb8d649eecba86b1c8cc84e8a81df09b0b55): Merge pull request from GHSA-87p9-x75h-p4j2 ([@​blakepettersson](https://togithub.com/blakepettersson)) - [`cf17283`](https://togithub.com/argoproj/argo-cd/commit/cf17283ebed196f44fa1bba38afe5a5cfdc18ee2): fix source ordering issue in manifest generation for multi-source app while using manifests and diff commands ([#​18395](https://togithub.com/argoproj/argo-cd/issues/18395)) ([#​18408](https://togithub.com/argoproj/argo-cd/issues/18408)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.11.2...v2.11.3

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.



This PR has been generated by Renovate Bot.