From fe4d45c55062139e8076eabe8e94f54f80064986 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Tue, 8 Oct 2024 19:05:23 +0200 Subject: [PATCH] chore(deps): update container image kubernetesui/dashboard-web to v1.5.0@fc2c7fe by renovate (#27444) 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-web](https://redirect.github.com/kubernetes/dashboard) | minor | `1.4.0` -> `1.5.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
kubernetes/dashboard (kubernetesui/dashboard-web) ### [`v1.5.0`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.5.0) [Compare Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.4.0...v1.5.0) #### Changelog ##### New features - Deploy a containerized app/Create feature now creates a Deployment instead of a Replication Controller ([#​1330](https://redirect.github.com/kubernetes/dashboard/issues/1330)) - Display annotations for all objects ([#​1307](https://redirect.github.com/kubernetes/dashboard/issues/1307)) - Improved display of the status of pods ([#​1444](https://redirect.github.com/kubernetes/dashboard/issues/1444), [#​1308](https://redirect.github.com/kubernetes/dashboard/issues/1308)) - Show Resource Quotas on the namespace detail page ([#​1292](https://redirect.github.com/kubernetes/dashboard/issues/1292)) - Show Limit Ranges on the namespace detail page ([#​1258](https://redirect.github.com/kubernetes/dashboard/issues/1258)) - Show information about the creator of a Pod on the Pod detail page ([#​1306](https://redirect.github.com/kubernetes/dashboard/issues/1306)) - Switch from using Pet Sets to using new Stateful Sets api ([#​1395](https://redirect.github.com/kubernetes/dashboard/issues/1395)) - Requires kubernetes 1.5 to work, we don't support kubernetes 1.4 Pet Sets at all - Display Horizontal Pod Autoscalers on Deployments, Replica Sets and Replication Controllers ([#​1389](https://redirect.github.com/kubernetes/dashboard/issues/1389)) - Redesign Secrets page to not show secrets in plain text by default ([#​1291](https://redirect.github.com/kubernetes/dashboard/issues/1291)) ##### Bug fixes - Fix various layout issues ([#​1479](https://redirect.github.com/kubernetes/dashboard/issues/1479), [#​1268](https://redirect.github.com/kubernetes/dashboard/issues/1268), [#​1473](https://redirect.github.com/kubernetes/dashboard/issues/1473), [#​1470](https://redirect.github.com/kubernetes/dashboard/issues/1470), [#​1468](https://redirect.github.com/kubernetes/dashboard/issues/1468), [#​1451](https://redirect.github.com/kubernetes/dashboard/issues/1451)) - Various wording improvements ([#​1472](https://redirect.github.com/kubernetes/dashboard/issues/1472), [#​1223](https://redirect.github.com/kubernetes/dashboard/issues/1223)) - Fix XSS vulnerability in the namespace selector ([#​1361](https://redirect.github.com/kubernetes/dashboard/issues/1361)) - Set correct mimetype on appConfig.json ([#​1497](https://redirect.github.com/kubernetes/dashboard/issues/1497)) - Improved handling of resource Usage graphs. ([#​1346](https://redirect.github.com/kubernetes/dashboard/issues/1346)) - Still some differences between memory graphs and the sparklines because the graphs include caches ([#​1432](https://redirect.github.com/kubernetes/dashboard/issues/1432)) - Support deletion of Jobs from the dashboard ([#​1429](https://redirect.github.com/kubernetes/dashboard/issues/1429)) - Fix Persistent Volumes list to allow for more than 10 ([#​1422](https://redirect.github.com/kubernetes/dashboard/issues/1422)) #### Images gcr.io/google_containers/kubernetes-dashboard-arm64:v1.5.0 gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0 gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.5.0 gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.0 #### Installation ```bash kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.5.0/src/deploy/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/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/premium/kubernetes-dashboard/values.yaml b/charts/premium/kubernetes-dashboard/values.yaml index 3165d045c9a..ee188f3d7e4 100644 --- a/charts/premium/kubernetes-dashboard/values.yaml +++ b/charts/premium/kubernetes-dashboard/values.yaml @@ -6,7 +6,7 @@ image: webImage: repository: kubernetesui/dashboard-web pullPolicy: IfNotPresent - tag: 1.4.0@sha256:4445b31a2c25c875e2df8ca103a8e3f3275778d10065c7c011f6ca42cd4bec5f + tag: 1.5.0@sha256:fc2c7fea19cb016d9ab7122229ede48ec38702a299ad5b379a3765c7c73883b3 authImage: repository: docker.io/kubernetesui/dashboard-auth