chore(helm): update image docker.io/kubernetesui/dashboard-api 1.9.0 → 1.10.0 (#28174)
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 <details> <summary>kubernetes/dashboard (docker.io/kubernetesui/dashboard-api)</summary> ### [`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 ``` </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjEyOS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user