chore(deps): update container image kubernetesui/dashboard-api to v1.8.1@530f3da by renovate (#26340)
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 <details> <summary>kubernetes/dashboard (kubernetesui/dashboard-api)</summary> ### [`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 ``` </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:eyJjcmVhdGVkSW5WZXIiOiIzOC43Ny41IiwidXBkYXRlZEluVmVyIjoiMzguNzcuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
250d38c6c1
commit
6e2dada3ee
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue