chore(deps): update container image kubernetesui/dashboard-api to v1.8.0@f6f2f0b by renovate (#26330)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetesui/dashboard-api](https://redirect.github.com/kubernetes/dashboard) | minor | `1.7.0` -> `1.8.0` | --- > [!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.0`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.8.0) [Compare Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.7.0...v1.8.0) #### Changelog - Update dependencies to be compatible with Kubernetes v1.8 - Add support for Cron Jobs - Remove support for Third Party Resources - Introduce global settings page ([#​2532](https://redirect.github.com/kubernetes/dashboard/issues/2532), [#​2581](https://redirect.github.com/kubernetes/dashboard/issues/2581)) - Fix init containers not being shown in frontend - Add logs autorefresh option - Improve charts shown on overview page - Add global system banner feature ([#​2607](https://redirect.github.com/kubernetes/dashboard/issues/2607)) - Use polling instead of watch to tighten RBAC rules required to start the application - Redesign namespace selector - Add insecure login option (login view can be shown even when Dashboard is not served over HTTPS) - Add support for force language change by providing `ACCEPT_LANGUAGE` env variable to Dashboard container - Fix download logs for Firefox - Fix status display of Job's pod - Update and unify age tooltip display across application - Add QoS class info to pod details view - Add namespace change info dialog - Add link to overview of namespace from namespace details page - Add certificate autogeneration option and remove dependency on init container - Add Node IP to Node details page - Several updates of PV, PVC and Storage Class views. More information will be shown. #### Images gcr.io/google_containers/kubernetes-dashboard-arm64:v1.8.0 gcr.io/google_containers/kubernetes-dashboard-amd64:v1.8.0 gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.8.0 gcr.io/google_containers/kubernetes-dashboard-arm:v1.8.0 gcr.io/google_containers/kubernetes-dashboard-s390x:v1.8.0 #### Installation ```bash kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.8.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:eyJjcmVhdGVkSW5WZXIiOiIzOC43Ny4zIiwidXBkYXRlZEluVmVyIjoiMzguNzcuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
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.4.3
|
||||
version: 1.5.0
|
||||
|
||||
@@ -16,7 +16,7 @@ authImage:
|
||||
apiImage:
|
||||
repository: kubernetesui/dashboard-api
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.7.0@sha256:60595892c2cf21b7fbd09324120e339e0e44874cd96267bc4712cb86694835f1
|
||||
tag: 1.8.0@sha256:f6f2f0b74804930fc8de666f02ca1e00247c8abe2c89d20fc48d9086a2cbe17e
|
||||
|
||||
scraperImage:
|
||||
repository: kubernetesui/dashboard-metrics-scraper
|
||||
|
||||
Reference in New Issue
Block a user