UNCLASSIFIED - NO CUI

Skip to content

Update kubernetesui/dashboard-web Docker tag to v1.6.0

This MR contains the following updates:

Package Type Update Change
kubernetesui/dashboard-web ironbank-docker minor 1.4.0 -> 1.6.0
kubernetesui/dashboard-web stage minor 1.4.0 -> 1.6.0

Warning

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


Release Notes

kubernetes/dashboard (kubernetesui/dashboard-web)

v1.6.0

Breaking change

Due to migration to client-go Dashboard no longer supports in-cluster config without enabled Service Accounts.

You can read more about it in our troubleshooting guide.

Changelog
Bug Fixes
  • Don't display pods for services without selector
  • Return status 200 instead of 201 while getting resources
  • Fix "unknown creator" display bug
  • Fix status icon for terminated successful pods
  • Use valid error status coming from cluster
  • Fix orphaned pods view bug
  • Fix node events
  • Fix card issue on daemon set and node details view
  • Fix created by list on pod detail page
Features
  • Add Storage Classes view
  • Add initial Third Party Resources view
  • Add bind-address CLI option
  • Add custom page title for each view
  • Parse URLs in annotations
  • Add events list for Pods view
  • Update Japanese translations
  • Improve project documentation
  • Migrate to Kubernetes client-go and refactor backend
  • Update internal error page
  • Cap Dashboard's replica set limit at 10
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.6.0
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.0
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.6.0
gcr.io/google_containers/kubernetes-dashboard-arm:v1.6.0
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.6.0/src/deploy/kubernetes-dashboard.yaml

v1.5.1

Compare Source

Changelog

Bug Fixes
  • Fix CSRF vulnerability in the Deploy form
  • Fix not able to edit and delete objects not in a namespace (Physical Volumes etc)
  • Various typos
Minor Features
  • Improved display of pod state (use condition when determining color of icon)
  • Provide basic statistics to Prometheus

Images

gcr.io/google_containers/kubernetes-dashboard-arm64:v1.5.1
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.1
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.5.1
gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.1

Installation

kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.5.1/src/deploy/kubernetes-dashboard.yaml

v1.5.0

Compare Source

Changelog
New features
  • Deploy a containerized app/Create feature now creates a Deployment instead of a Replication Controller (#​1330)
  • Display annotations for all objects (#​1307)
  • Improved display of the status of pods (#​1444, #​1308)
  • Show Resource Quotas on the namespace detail page (#​1292)
  • Show Limit Ranges on the namespace detail page (#​1258)
  • Show information about the creator of a Pod on the Pod detail page (#​1306)
  • Switch from using Pet Sets to using new Stateful Sets api (#​1395)
    • Requires kubernetes 1.5 to work, we don't support kubernetes 1.4 Pet Sets at all
  • Display Horizontal Pod Autoscalers on Deployments, Replica Sets and Replication Controllers (#​1389)
  • Redesign Secrets page to not show secrets in plain text by default (#​1291)
Bug fixes
Images
gcr.io/google_containers/kubernetes-dashboard-arm64:v1.5.0
gcr.io/google_containers/kubernetes-dashboard-amd64:v1.5.0    
gcr.io/google_containers/kubernetes-dashboard-ppc64le:v1.5.0
gcr.io/google_containers/kubernetes-dashboard-arm:v1.5.0
Installation
kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/v1.5.0/src/deploy/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.

Edited by POPs-renovate-tools_03Dec2024

Merge request reports