From d5bbca27c3c990374b23adb846db713d7bbc5e35 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 13 Sep 2024 14:34:49 +0200 Subject: [PATCH] chore(deps): update container image kubernetesui/dashboard-api to v1.8.0@f6f2f0b by renovate (#26330) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetesui/dashboard-api](https://redirect.github.com/kubernetes/dashboard) | minor | `1.7.0` -> `1.8.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
kubernetes/dashboard (kubernetesui/dashboard-api) ### [`v1.8.0`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.7.0...v1.8.0) #### Changelog - Update dependencies to be compatible with Kubernetes v1.8 - Add support for Cron Jobs - Remove support for Third Party Resources - Introduce global settings page ([#​2532](https://redirect.github.com/kubernetes/dashboard/issues/2532), [#​2581](https://redirect.github.com/kubernetes/dashboard/issues/2581)) - Fix init containers not being shown in frontend - Add logs autorefresh option - Improve charts shown on overview page - Add global system banner feature ([#​2607](https://redirect.github.com/kubernetes/dashboard/issues/2607)) - Use polling instead of watch to tighten RBAC rules required to start the application - Redesign namespace selector - Add insecure login option (login view can be shown even when Dashboard is not served over HTTPS) - Add support for force language change by providing `ACCEPT_LANGUAGE` env variable to Dashboard container - Fix download logs for Firefox - Fix status display of Job's pod - Update and unify age tooltip display across application - Add QoS class info to pod details view - Add namespace change info dialog - Add link to overview of namespace from namespace details page - Add certificate autogeneration option and remove dependency on init container - Add Node IP to Node details page - Several updates of PV, PVC and Storage Class views. More information will be shown. #### Images gcr.io/google_containers/kubernetes-dashboard-arm64:v1.8.0 gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.0 gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.8.0 gcr.io/google_containers/kubernetes-dashboard-arm:v1.8.0 gcr.io/google_containers/kubernetes-dashboard-s390x:v1.8.0 #### Installation ```bash kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.8.0/src/deploy/recommended/kubernetes-dashboard.yaml ```
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/premium/kubernetes-dashboard/Chart.yaml | 2 +- charts/premium/kubernetes-dashboard/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/premium/kubernetes-dashboard/Chart.yaml b/charts/premium/kubernetes-dashboard/Chart.yaml index 0bd956778ad..8d9b48b21db 100644 --- a/charts/premium/kubernetes-dashboard/Chart.yaml +++ b/charts/premium/kubernetes-dashboard/Chart.yaml @@ -45,4 +45,4 @@ sources: - https://hub.docker.com/r/kubernetesui/dashboard-web - https://kubernetes-dashboard.universe.tf type: application -version: 1.4.3 +version: 1.5.0 diff --git a/charts/premium/kubernetes-dashboard/values.yaml b/charts/premium/kubernetes-dashboard/values.yaml index fe6c42889df..3a73ee27f95 100644 --- a/charts/premium/kubernetes-dashboard/values.yaml +++ b/charts/premium/kubernetes-dashboard/values.yaml @@ -16,7 +16,7 @@ authImage: apiImage: repository: kubernetesui/dashboard-api pullPolicy: IfNotPresent - tag: 1.7.0@sha256:60595892c2cf21b7fbd09324120e339e0e44874cd96267bc4712cb86694835f1 + tag: 1.8.0@sha256:f6f2f0b74804930fc8de666f02ca1e00247c8abe2c89d20fc48d9086a2cbe17e scraperImage: repository: kubernetesui/dashboard-metrics-scraper