Dashboard Versions Save

General-purpose web UI for Kubernetes clusters

kubernetes-dashboard-7.2.0

1 month ago

What's Changed

API

Helm Chart

  • Update csrf secret handling. It will no longer be regenerated on every helm run. Instead, it will use a lookup function to make sure that the private.key value is not empty. If secret will be deleted or key changed, then checksum annotation on api/auth containers will trigger a rollout restart.
  • Update kong dns_order configuration to include experimental AAAA record for ipv6 lookup. It can potentially fix issues with accessing Dashboard on IPv6-enabled cluster. Closes #8855
  • Reenable SA token automount for auth container. It is required to initialize the in-cluster go client.
  • Bump API image to 1.4.1
  • Optimize kong deployment to minimize memory usage (down from ~250Mi to ~75Mi on start)
  • feat(chart): add automountServiceAccountToken to deployment specs in Helm chart by @jnoordsij in https://github.com/kubernetes/dashboard/pull/8869
  • feat(chart): allow setting priorityClassName on deployments by @jnoordsij in https://github.com/kubernetes/dashboard/pull/8870
  • feat(chart): bump chart version to 7.2.0 by @floreks in https://github.com/kubernetes/dashboard/pull/8882

New Contributors

Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.1.3...kubernetes-dashboard-7.2.0

Installation

helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard

Compatibility

Kubernetes version 1.27 1.28 1.29
Compatibility ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

docker.io/kubernetesui/dashboard-api:1.4.1
docker.io/kubernetesui/dashboard-auth:1.1.2
docker.io/kubernetesui/dashboard-metrics-scraper:1.1.1
docker.io/kubernetesui/dashboard-web:1.2.3

api/v1.4.1

1 month ago

What's Changed

Full Changelog: https://github.com/kubernetes/dashboard/compare/api/v1.4.0...api/v1.4.1

Image

docker.io/kubernetesui/dashboard-api:1.4.1

kubernetes-dashboard-7.1.3

2 months ago

What's Changed

API

Web

Helm Chart

New Contributors

Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.1.2...kubernetes-dashboard-7.1.3

Installation

helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard

Compatibility

Kubernetes version 1.27 1.28 1.29
Compatibility ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

docker.io/kubernetesui/dashboard-api:1.4.0
docker.io/kubernetesui/dashboard-auth:1.1.2
docker.io/kubernetesui/dashboard-metrics-scraper:1.1.1
docker.io/kubernetesui/dashboard-web:1.2.3

api/v1.4.0

2 months ago

What's Changed

Full Changelog: https://github.com/kubernetes/dashboard/compare/api/v1.3.0...api/v1.4.0

Image

docker.io/kubernetesui/dashboard-api:1.4.0

web/v1.2.3

2 months ago

What's Changed

Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.1.2...web/v1.2.3

Image

docker.io/kubernetesui/dashboard-web:1.2.3

auth/v1.1.2

2 months ago

What's Changed

Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.1.2...auth/v1.1.2

Image

docker.io/kubernetesui/dashboard-auth:1.1.2

kubernetes-dashboard-7.1.2

2 months ago

What's changed

Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.1.1...kubernetes-dashboard-7.1.2

Helm Chart

  • bump API image to 1.3.0

Installation

helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard

Compatibility

Kubernetes version 1.27 1.28 1.29
Compatibility ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

docker.io/kubernetesui/dashboard-api:1.3.0
docker.io/kubernetesui/dashboard-auth:1.1.1
docker.io/kubernetesui/dashboard-metrics-scraper:1.1.1
docker.io/kubernetesui/dashboard-web:1.2.2

api/v1.3.0

2 months ago

What's Changed

Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.1.1...api/v1.3.0

Image

docker.io/kubernetesui/dashboard-api:1.3.0

kubernetes-dashboard-7.1.1

2 months ago

What's changed

Full Changelog: https://github.com/kubernetes/dashboard/compare/auth/v1.1.1...kubernetes-dashboard-7.1.1

Auth

  • add /api/v1/me endpoint with username and as an information if user was correctly authenticated

Web

  • update auth header handling
  • update user info panel with username from /me endpoint
  • update login to skip login view when auth header is present

Helm Chart

  • update gateway configuration to support /me endpoint routing

Installation

helm repo add kubernetes-dashboard https://kubernetes.github.io/dashboard/
helm upgrade --install kubernetes-dashboard kubernetes-dashboard/kubernetes-dashboard --create-namespace --namespace kubernetes-dashboard

Compatibility

Kubernetes version 1.27 1.28 1.29
Compatibility ? ?
  • Fully supported version range.
  • ? Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.

Images

docker.io/kubernetesui/dashboard-api:1.2.0
docker.io/kubernetesui/dashboard-auth:1.1.1
docker.io/kubernetesui/dashboard-metrics-scraper:1.1.1
docker.io/kubernetesui/dashboard-web:1.2.2

web/v1.2.2

2 months ago

Image

docker.io/kubernetesui/dashboard-web:1.2.2