From be028dc76de6582b7a832669eeb5e4c5d15fb62e Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Wed, 23 Oct 2024 02:31:55 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/kuber?= =?UTF-8?q?netesui/dashboard-api=201.9.0=20=E2=86=92=201.10.0=20(#28174)?= 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) | minor | `6b6db6a` -> `004f22c` | 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.0`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.10.0) #### Changelog - Hide nodePort in internal endpoints when nodePort is not set ([#​2858](https://redirect.github.com/kubernetes/dashboard/issues/2858)) - Fix occasional Dashboard crashes when using terminal ([#​3062](https://redirect.github.com/kubernetes/dashboard/issues/3062)) - Allow disabling the skip button ([#​3077](https://redirect.github.com/kubernetes/dashboard/issues/3077)) - Support for viewing completed/inactive jobs ([#​3103](https://redirect.github.com/kubernetes/dashboard/issues/3103)) - Fix issue when displaying pods with owner reference set to another pod ([#​3108](https://redirect.github.com/kubernetes/dashboard/issues/3108)) - Fix job status display ([#​3098](https://redirect.github.com/kubernetes/dashboard/issues/3098)) - Improve backend logging ([#​3180](https://redirect.github.com/kubernetes/dashboard/issues/3180)) - Filter out sensitive data from the logs ([#​3198](https://redirect.github.com/kubernetes/dashboard/issues/3198)) - Update client-go to version 1.10.1 ([#​3157](https://redirect.github.com/kubernetes/dashboard/issues/3157)) - Other minor fixes and translation updates #### 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 gcr.io/google_containers/kubernetes-dashboard-arm64:v1.10.0 gcr.io/google_containers/kubernetes-dashboard-amd64:v1.10.0 gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.10.0 gcr.io/google_containers/kubernetes-dashboard-arm:v1.10.0 gcr.io/google_containers/kubernetes-dashboard-s390x:v1.10.0 #### Installation ```bash kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.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 de1408bbbcd..9a2156fb29f 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.8.1 +version: 1.9.0 diff --git a/charts/premium/kubernetes-dashboard/values.yaml b/charts/premium/kubernetes-dashboard/values.yaml index 5b9eb207129..7675ef16f38 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.9.0@sha256:6b6db6adafe7811600232027c1f0c83068d3296ad6bb1bb1ed63f2e8203c2798 + tag: 1.10.0@sha256:004f22c35f2cb801445740633e6f14b4ea8e2c7d4b30c19f45ba29e7a5e7f32d scraperImage: repository: docker.io/kubernetesui/dashboard-metrics-scraper