UNCLASSIFIED - NO CUI

Skip to content

Update kubernetesui/dashboard-api Docker tag to v1.8.1

This MR contains the following updates:

Package Type Update Change
kubernetesui/dashboard-api ironbank-docker minor 1.7.0 -> 1.8.1
kubernetesui/dashboard-api stage minor 1.7.0 -> 1.8.1

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

kubernetes/dashboard (kubernetesui/dashboard-api)

v1.8.1

Compare Source

Changelog
  • Redesign resource creation (#​2636).
  • Redesign logs download to respect user permissions (#​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
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.8.1/src/deploy/recommended/kubernetes-dashboard.yaml

v1.8.0

Compare Source

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, #​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)
  • 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

kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.8.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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports