hashbang / gitops

gitops repo for our kubernetes cluster
23 stars 8 forks source link

argocd: update dependency argoproj/argo-cd to v2.6.1 #114

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Update Change
argoproj/argo-cd patch v2.6.0 -> v2.6.1

Release Notes

argoproj/argo-cd ### [`v2.6.1`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.6.1) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.6.0...v2.6.1) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.1/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.6.1/manifests/ha/install.yaml ``` #### Release signatures All Argo CD container images and CLI binaries are signed by cosign. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets/) on how to verify the signatures. ```shell -----BEGIN PUBLIC KEY----- MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesHEB7vX5Y2RxXypjMy1nI1z7iRG JI9/gt/sYqzpsa65aaNP4npM43DDxoIy/MQBo9s/mxGxmA+8UXeDpVC9vw== -----END PUBLIC KEY----- ``` #### 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. #### Changes This release includes 1 contributions from 1 contributors with 0 features and 1 bug fixes. ##### Security (1) - MEDIUM: Argo CD leaks repository credentials in user-facing error messages and in logs ([GHSA-mv6w-j4xc-qpfw](https://togithub.com/argoproj/argo-cd/security/advisories/GHSA-mv6w-j4xc-qpfw))

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 Mend Renovate. View repository job log here.