Dashboard Versions Save

General-purpose web UI for Kubernetes clusters

kubernetes-dashboard-7.3.2

1 month ago

What's Changed

API

Helm Chart

Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.3.1...kubernetes-dashboard-7.3.2

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.5.0
docker.io/kubernetesui/dashboard-auth:1.1.3
docker.io/kubernetesui/dashboard-metrics-scraper:1.1.1
docker.io/kubernetesui/dashboard-web:1.3.0

api/v1.5.0

1 month ago

What's Changed

Full Changelog: https://github.com/kubernetes/dashboard/compare/api/v1.4.3...api/v1.5.0

Image

docker.io/kubernetesui/dashboard-api:1.5.0

kubernetes-dashboard-7.3.1

1 month ago

What's Changed

Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.3.0...kubernetes-dashboard-7.3.1

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.3
docker.io/kubernetesui/dashboard-auth:1.1.3
docker.io/kubernetesui/dashboard-metrics-scraper:1.1.1
docker.io/kubernetesui/dashboard-web:1.3.0

web/v1.3.0

1 month ago

What's Changed

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

Image

docker.io/kubernetesui/dashboard-web:1.3.0

api/v1.4.3

1 month ago

What's Changed

Full Changelog: https://github.com/kubernetes/dashboard/compare/api/v1.4.2...api/v1.4.3

Image

docker.io/kubernetesui/dashboard-api:1.4.3

auth/v1.1.3

1 month ago

What's Changed

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

Image

docker.io/kubernetesui/dashboard-auth:1.1.3

kubernetes-dashboard-7.3.0

1 month ago

What's Changed

Helm Chart

Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.2.0...kubernetes-dashboard-7.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.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.2

1 month ago

What's Changed

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

Image

docker.io/kubernetesui/dashboard-api:1.4.2

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