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.8 #194

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.6 -> v2.7.8

Release Notes

argoproj/argo-cd (quay.io/argoproj/argocd) ### [`v2.7.8`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.7.8) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.7.7...v2.7.8) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.8/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.8/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 - [`697f2d4`](https://togithub.com/argoproj/argo-cd/commit/697f2d403e2026e50cf69082b0dfc6b49326ba7a): fix(appset): normalize app spec before applying ([#​14481](https://togithub.com/argoproj/argo-cd/issues/14481)) ([#​14555](https://togithub.com/argoproj/argo-cd/issues/14555)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`c45665f`](https://togithub.com/argoproj/argo-cd/commit/c45665f039cf1b0312db3be86d24a39beaf569eb): fix(cli): allow argocd cli app command for multi source apps ([#​14256](https://togithub.com/argoproj/argo-cd/issues/14256)) ([#​14587](https://togithub.com/argoproj/argo-cd/issues/14587)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`62e9973`](https://togithub.com/argoproj/argo-cd/commit/62e997307410a5c9a4c3e3bef6996f220a1775eb): fix(cli): argocd CLI RBAC validation doesn't work on actions ([#​13911](https://togithub.com/argoproj/argo-cd/issues/13911)) ([#​14578](https://togithub.com/argoproj/argo-cd/issues/14578)) ([#​14582](https://togithub.com/argoproj/argo-cd/issues/14582)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`fe4ba23`](https://togithub.com/argoproj/argo-cd/commit/fe4ba2399e5838e2c9a3e1d32c2301b9242e30a5): fix(cli): fix tracking annotation diff for non-namespaced resources ([#​14508](https://togithub.com/argoproj/argo-cd/issues/14508)) ([@​maxbrunet](https://togithub.com/maxbrunet)) - [`687323f`](https://togithub.com/argoproj/argo-cd/commit/687323fece803bfe33adc2275da007c45737c659): fix: 'argocd-server-tls' Secret should be loaded from informer ([#​14522](https://togithub.com/argoproj/argo-cd/issues/14522)) ([#​14547](https://togithub.com/argoproj/argo-cd/issues/14547)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`4f1d876`](https://togithub.com/argoproj/argo-cd/commit/4f1d8764269d919bc5d99eb75ea2b971081f662b): fix: Correct pod log viewer to support short log lines. Fixes [#​14402](https://togithub.com/argoproj/argo-cd/issues/14402) ([#​14543](https://togithub.com/argoproj/argo-cd/issues/14543)) ([#​14562](https://togithub.com/argoproj/argo-cd/issues/14562)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`2b326dc`](https://togithub.com/argoproj/argo-cd/commit/2b326dcd2f94573957557b3b101604f56a2f695f): fix: Fix pod log viewer scrollbars ([#​14199](https://togithub.com/argoproj/argo-cd/issues/14199)) ([#​14419](https://togithub.com/argoproj/argo-cd/issues/14419)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`85e5b0b`](https://togithub.com/argoproj/argo-cd/commit/85e5b0b102589e986a5f60ebb06a208120f5889e): fix: Update bitbucket.org rsa ssh key ([#​14392](https://togithub.com/argoproj/argo-cd/issues/14392)) ([#​14397](https://togithub.com/argoproj/argo-cd/issues/14397)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`7d67b4d`](https://togithub.com/argoproj/argo-cd/commit/7d67b4d498272e024c006a4f88d33f2ef1b9de41): fix: warn instead of error on failure to get plugin app details ([#​14430](https://togithub.com/argoproj/argo-cd/issues/14430)) ([@​crenshaw-dev](https://togithub.com/crenshaw-dev)) ##### Documentation - [`da5dab7`](https://togithub.com/argoproj/argo-cd/commit/da5dab7f2f01295ea969aaa3aacc65bec04704ca): docs: Correct example ClusterRole to allow Events in any namespace ([#​14544](https://togithub.com/argoproj/argo-cd/issues/14544)) ([#​14551](https://togithub.com/argoproj/argo-cd/issues/14551)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`63c45b3`](https://togithub.com/argoproj/argo-cd/commit/63c45b362511e3ff0c1fc89cab50ea5781d83236): docs: Update SLSA verification commands ([#​14437](https://togithub.com/argoproj/argo-cd/issues/14437)) ([#​14455](https://togithub.com/argoproj/argo-cd/issues/14455)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`cb06d7d`](https://togithub.com/argoproj/argo-cd/commit/cb06d7d78922a37f338fe6ba7684d98984f8e3be): docs: managedFieldsManagers example in docs needs double-quotes ([#​14324](https://togithub.com/argoproj/argo-cd/issues/14324)) ([#​14372](https://togithub.com/argoproj/argo-cd/issues/14372)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`d9dfdae`](https://togithub.com/argoproj/argo-cd/commit/d9dfdaed2225016a279db7b7579d9d12eab3b0ac): docs: typofix ([#​14344](https://togithub.com/argoproj/argo-cd/issues/14344)) ([#​14356](https://togithub.com/argoproj/argo-cd/issues/14356)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) ##### Other work - [`490fb79`](https://togithub.com/argoproj/argo-cd/commit/490fb79090e9ba978e4fd40889b19697ebe2b404): Cherry\[2.7] Helm repository might affect manifest generation of not related helm charts ([#​14528](https://togithub.com/argoproj/argo-cd/issues/14528)) ([@​alexmt](https://togithub.com/alexmt)) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.7...v2.7.8 ### [`v2.7.7`](https://togithub.com/argoproj/argo-cd/releases/tag/v2.7.7) [Compare Source](https://togithub.com/argoproj/argo-cd/compare/v2.7.6...v2.7.7) #### Quick Start ##### Non-HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.7/manifests/install.yaml ``` ##### HA: ```shell kubectl create namespace argocd kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.7/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 - [`0a368c2`](https://togithub.com/argoproj/argo-cd/commit/0a368c2835c372cf967fbe51426c4fc35d2dd019): feat: upgrade dexIDP from 2.36.0 -> 2.37.0 ([#​14305](https://togithub.com/argoproj/argo-cd/issues/14305)) ([#​14310](https://togithub.com/argoproj/argo-cd/issues/14310)) ([#​14322](https://togithub.com/argoproj/argo-cd/issues/14322)) ([@​venkatamutyala](https://togithub.com/venkatamutyala)) ##### Bug fixes - [`3424fa4`](https://togithub.com/argoproj/argo-cd/commit/3424fa467610764a62b804b5dd015d57653832f2): fix(appset): handles a race condition where RollingSync does not properly detect a successful sync ([#​13926](https://togithub.com/argoproj/argo-cd/issues/13926)) ([#​14200](https://togithub.com/argoproj/argo-cd/issues/14200)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`26a40aa`](https://togithub.com/argoproj/argo-cd/commit/26a40aa741bd78f927450df77043e4afb976f611): fix(ui): Add newlines to copy and paste of logs ([#​14019](https://togithub.com/argoproj/argo-cd/issues/14019)) ([#​14103](https://togithub.com/argoproj/argo-cd/issues/14103)) ([#​14144](https://togithub.com/argoproj/argo-cd/issues/14144)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`93b2228`](https://togithub.com/argoproj/argo-cd/commit/93b22286ee93f9304ea0a54122fb65d4e0bd3962): fix(ui): Polish pod logs viewer ([#​14050](https://togithub.com/argoproj/argo-cd/issues/14050)) ([#​14107](https://togithub.com/argoproj/argo-cd/issues/14107)) ([#​14193](https://togithub.com/argoproj/argo-cd/issues/14193)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`dd70d97`](https://togithub.com/argoproj/argo-cd/commit/dd70d97825bceeaed25663ff1cf938cfc3b11466): fix: Correctly verify signatures when targetRevision is a branch name (cherry-pick [#​14214](https://togithub.com/argoproj/argo-cd/issues/14214)) ([#​14236](https://togithub.com/argoproj/argo-cd/issues/14236)) ([@​jannfis](https://togithub.com/jannfis)) ##### Documentation - [`e48496c`](https://togithub.com/argoproj/argo-cd/commit/e48496cd4af24687967f9ba307b45fc4c64cf6fc): docs: Add documentation on background cascading deletion ([#​12229](https://togithub.com/argoproj/argo-cd/issues/12229)) ([#​14149](https://togithub.com/argoproj/argo-cd/issues/14149)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`6bd5bd0`](https://togithub.com/argoproj/argo-cd/commit/6bd5bd0ddd548885f06229512d745866d4ea9e78): docs: Adding explanation for CMP yaml/json generation (must be K8S object) ([#​9471](https://togithub.com/argoproj/argo-cd/issues/9471)) ([#​14295](https://togithub.com/argoproj/argo-cd/issues/14295)) ([#​14302](https://togithub.com/argoproj/argo-cd/issues/14302)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`5868627`](https://togithub.com/argoproj/argo-cd/commit/58686278f3e6e229185154707221b03607690d01): docs: Clarify "SSH known host public keys" text ([#​13537](https://togithub.com/argoproj/argo-cd/issues/13537)) ([#​14298](https://togithub.com/argoproj/argo-cd/issues/14298)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`ba2982e`](https://togithub.com/argoproj/argo-cd/commit/ba2982e69d916d5dbf0805dab8541a1612691551): docs: explicit that ArgoCD hooks replaces the Helm ones ([#​14283](https://togithub.com/argoproj/argo-cd/issues/14283)) ([#​14288](https://togithub.com/argoproj/argo-cd/issues/14288)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) - [`1611ca5`](https://togithub.com/argoproj/argo-cd/commit/1611ca5667989308fe2b4cecb714d8074be1f773): docs: howto configure clusters with iam ([#​14187](https://togithub.com/argoproj/argo-cd/issues/14187)) ([#​14190](https://togithub.com/argoproj/argo-cd/issues/14190)) ([@​gcp-cherry-pick-bot](https://togithub.com/gcp-cherry-pick-bot)\[bot]) **Full Changelog**: https://github.com/argoproj/argo-cd/compare/v2.7.6...v2.7.7

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.