From bff7d616872820fcfc4fe9900e15b4e4fd65447d Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sun, 27 Oct 2024 19:49:02 +0100 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/kuber?= =?UTF-8?q?netesui/dashboard-api=201.10.0=20=E2=86=92=201.10.1=20(#28421)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/kubernetesui/dashboard-api](https://redirect.github.com/kubernetes/dashboard) | patch | `004f22c` -> `a73ae22` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
kubernetes/dashboard (docker.io/kubernetesui/dashboard-api) ### [`v1.10.1`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.10.1) [Compare Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.10.0...v1.10.1) #### Changelog - CVE-2018-18264: Fix security issue related to using Dashboard's Service Account ([https://github.com/kubernetes/dashboard/pull/3400](https://redirect.github.com/kubernetes/dashboard/pull/3400) and [https://github.com/kubernetes/dashboard/pull/3289](https://redirect.github.com/kubernetes/dashboard/pull/3289)) - Add new flag `--enable-skip-login` and disable `Skip` option on the login view by default - Fix issue with closing terminal ([https://github.com/kubernetes/dashboard/pull/3327](https://redirect.github.com/kubernetes/dashboard/pull/3327)) - Fix saving Dashboard's settings into Config Maps without any data ([https://github.com/kubernetes/dashboard/pull/3280](https://redirect.github.com/kubernetes/dashboard/pull/3280)) - Update links on deploy view ([https://github.com/kubernetes/dashboard/pull/3249](https://redirect.github.com/kubernetes/dashboard/pull/3249)) - Minor performance enhancements and typography fixes #### Compatibility | Kubernetes version | 1.8 | 1.9 | 1.10 | 1.11 | 1.12 | 1.13 | |--------------------|----|----|-----|-----|-----|-----| | Compatibility | ✓ | ✓ | ✓ | ? | ? | ✕ | - `✓` Fully supported version range. - `?` Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard. - `✕` Unsupported version range. #### Images k8s.gcr.io/kubernetes-dashboard-arm64:v1.10.1 k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1 k8s.gcr.io/kubernetes-dashboard-ppc64le:v1.10.1 k8s.gcr.io/kubernetes-dashboard-arm:v1.10.1 k8s.gcr.io/kubernetes-dashboard-s390x:v1.10.1 #### Installation kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.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/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 8ccd2031448..83060791fea 100644 --- a/charts/premium/kubernetes-dashboard/values.yaml +++ b/charts/premium/kubernetes-dashboard/values.yaml @@ -16,7 +16,7 @@ authImage: apiImage: repository: docker.io/kubernetesui/dashboard-api pullPolicy: IfNotPresent - tag: 1.10.0@sha256:004f22c35f2cb801445740633e6f14b4ea8e2c7d4b30c19f45ba29e7a5e7f32d + tag: 1.10.1@sha256:a73ae2274e47dc5339f69bd97c9d80a299c2ae1b45eef4d1b32390e248980dd5 scraperImage: repository: docker.io/kubernetesui/dashboard-metrics-scraper