From 6e2dada3ee4d515ff835bcc06c2f195d557efc66 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 13 Sep 2024 20:30:18 +0200 Subject: [PATCH] chore(deps): update container image kubernetesui/dashboard-api to v1.8.1@530f3da by renovate (#26340) 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) | patch | `1.8.0` -> `1.8.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
kubernetes/dashboard (kubernetesui/dashboard-api) ### [`v1.8.1`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.8.1) [Compare Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.8.0...v1.8.1) #### Changelog - Redesign resource creation ([#​2636](https://redirect.github.com/kubernetes/dashboard/issues/2636)). - Redesign logs download to respect user permissions ([#​2647](https://redirect.github.com/kubernetes/dashboard/issues/2647)). - Restrict access to the Settings page for users that do not have access to `kubernetes-dashboard-settings` config map. - Fix occasional Dashboard crash during start due to race condition issue. - Mask token input on login view - Add partial support for password managers. They should now correctly ask you to save "credentials". - Update translations #### Images gcr.io/google_containers/kubernetes-dashboard-arm64:v1.8.1 gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.1 gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.8.1 gcr.io/google_containers/kubernetes-dashboard-arm:v1.8.1 gcr.io/google_containers/kubernetes-dashboard-s390x:v1.8.1 #### Installation ```bash kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.8.1/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 8d9b48b21db..ef2970f6357 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.5.0 +version: 1.5.1 diff --git a/charts/premium/kubernetes-dashboard/values.yaml b/charts/premium/kubernetes-dashboard/values.yaml index 3a73ee27f95..39db62db900 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.8.0@sha256:f6f2f0b74804930fc8de666f02ca1e00247c8abe2c89d20fc48d9086a2cbe17e + tag: 1.8.1@sha256:530f3da1583b975c91fe6883160502a5f70d9f26d03094217ebb2c7d16a669d0 scraperImage: repository: kubernetesui/dashboard-metrics-scraper