hashbang / gitops

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

argocd: update quay.io/argoproj/argocd Docker tag to v2.7.10 #197

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
quay.io/argoproj/argocd Kustomization patch v2.7.8 -> v2.7.10

Release Notes

argoproj/argo-cd (quay.io/argoproj/argocd) ### [`v2.7.10`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.7.10) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.7.9...v2.7.10) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.10/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.10/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 - [`ad00644`](https://togithub.com/argoproj/argo-cd/commit/ad006440f351cf7bb49e24e28894098524da39a6): fix(controller): cache deadlock on delete and re-add cluster ([#​14780](https://togithub.com/argoproj/argo-cd/issues/14780)) ([#​14794](https://togithub.com/argoproj/argo-cd/issues/14794)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`316be4e`](https://togithub.com/argoproj/argo-cd/commit/316be4eb2731184fe2dcf448177e41a5d97bae1f): fix(controller): log failed attempts to update operation state ([#​14273](https://togithub.com/argoproj/argo-cd/issues/14273)) ([#​14729](https://togithub.com/argoproj/argo-cd/issues/14729)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`84e2f77`](https://togithub.com/argoproj/argo-cd/commit/84e2f77520f84009bdf995c4486f0152d232769e): fix(server): handle PATCH in http/s server ([#​2677](https://togithub.com/argoproj/argo-cd/issues/2677)) ([#​14530](https://togithub.com/argoproj/argo-cd/issues/14530)) ([#​14732](https://togithub.com/argoproj/argo-cd/issues/14732)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`3e65ad2`](https://togithub.com/argoproj/argo-cd/commit/3e65ad2893528841dbfa8b02e3ac31f633715178): fix(sso): Set redirectURI for gitea, google, oauth Dex connectors ([#​11237](https://togithub.com/argoproj/argo-cd/issues/11237)) ([#​14737](https://togithub.com/argoproj/argo-cd/issues/14737)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`fbe7f8f`](https://togithub.com/argoproj/argo-cd/commit/fbe7f8f8d7c8843d10df63a2356ed5e4c9f51edb): fix: ApplicationSet Controller crashes when tag is not closed; panic: Cannot find end tag="}}"([#​14227](https://togithub.com/argoproj/argo-cd/issues/14227)) ( [#​14227](https://togithub.com/argoproj/argo-cd/issues/14227)) ([#​14689](https://togithub.com/argoproj/argo-cd/issues/14689)) ([@​schakrad](https://togithub.com/schakrad)) - [`284c16f`](https://togithub.com/argoproj/argo-cd/commit/284c16f8388ea9df6f1f5b6fc058024d808af4f2): fix: OCI dependency url can't contain part of repository ([#​14699](https://togithub.com/argoproj/argo-cd/issues/14699)) ([#​14757](https://togithub.com/argoproj/argo-cd/issues/14757)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Documentation - [`1960da7`](https://togithub.com/argoproj/argo-cd/commit/1960da7e8f42c3c3d04ae7ea149f1c14d5e0310e): docs: Add missing value ([#​14538](https://togithub.com/argoproj/argo-cd/issues/14538)) ([#​14775](https://togithub.com/argoproj/argo-cd/issues/14775)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`057a39d`](https://togithub.com/argoproj/argo-cd/commit/057a39d9626b586cdde776b2990698dc7983c5ad): docs: Clarify that security policy covers last 3 versions ([#​14786](https://togithub.com/argoproj/argo-cd/issues/14786)) ([#​14792](https://togithub.com/argoproj/argo-cd/issues/14792)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`0157f41`](https://togithub.com/argoproj/argo-cd/commit/0157f414f3f21bc87db107c5322639da77bf4f34): chore: Print in-cluster svr addr disabled warning when server starts ([#​14685](https://togithub.com/argoproj/argo-cd/issues/14685)) ([@​terrytangyuan](https://togithub.com/terrytangyuan)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.9...v2.7.10 ### [`v2.7.9`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.7.9) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.7.8...v2.7.9) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.9/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.9/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 - [`f1bfa8c`](https://togithub.com/argoproj/argo-cd/commit/f1bfa8c6555cfbfcd9e85452e9828780b93f49cf): fix(ui): Fix Destination Cluster URL/Name Drop down not updating destination field ([#​13813](https://togithub.com/argoproj/argo-cd/issues/13813)) ([#​14216](https://togithub.com/argoproj/argo-cd/issues/14216)) ([#​14627](https://togithub.com/argoproj/argo-cd/issues/14627)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`53eeed0`](https://togithub.com/argoproj/argo-cd/commit/53eeed06b0d871dbc87a3a9827d4da388356b7bc): fix(ui): correctly align status column in application resource list ([#​14618](https://togithub.com/argoproj/argo-cd/issues/14618)) ([@​aslafy-z](https://togithub.com/aslafy-z)) - [`ba44ddb`](https://togithub.com/argoproj/argo-cd/commit/ba44ddb9a1955f67906b31bd8ff72a09857d2623): fix: webhook handler fails to refresh when alternate application namespaces are configured ([#​13976](https://togithub.com/argoproj/argo-cd/issues/13976)) ([#​14653](https://togithub.com/argoproj/argo-cd/issues/14653)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Documentation - [`0d24330`](https://togithub.com/argoproj/argo-cd/commit/0d243302985f9d7a8d6af53806ac723057521e56): docs: Skip `export` keyword in notification docs ([#​14633](https://togithub.com/argoproj/argo-cd/issues/14633)) ([#​14643](https://togithub.com/argoproj/argo-cd/issues/14643)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`8249edd`](https://togithub.com/argoproj/argo-cd/commit/8249eddf7589ecde202f8832967e0b0616c5790b): docs(deep-links): Fix link to pkg.go.dev to not return 404 ([#​14595](https://togithub.com/argoproj/argo-cd/issues/14595)) ([#​14640](https://togithub.com/argoproj/argo-cd/issues/14640)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.8...v2.7.9

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.