Releases: kubernetes/dashboard
v2.2.0
Changelog
- Add node count information to the node list (#5723)
- Fix issue with language reload due to
index.html
caching (#5729) - Upgrade Angular to v11 (#5745)
- Update Ingress API version from
extensions/v1beta1
tonetworking/v1beta1
(#5742) - Fix potential security issue related to the log viewer and ANSI color handling (#5737)
- Add Rules table to the Ingress details (#5734)
- PVC name on the PV details is now a link to the related PVC (#5767)
- Translation updates (#5762, #5779, #5804)
- Optimize DaemonSet querying to a smaller scope (#5761)
- Display Volume Mounts inside Pod's container tab (#5752)
- Preserve deep-links after logging in (#5777)
- Improvements of theming options (#5763, #5789)
- Show Endpoints list on Ingress details and on the list (#5771, #5800)
- Add Security Context information to the Pod's container tab (#5780)
- Add Security Context and Image Pull Secrets information to the Pod resource information (#5788, #5794)
- Add namespace-related settings to the Settings view (#5682)
Full commit history since the latest release candidate can be found here.
Compatibility
Kubernetes version | 1.17 | 1.18 | 1.19 | 1.20 |
---|---|---|---|---|
Compatibility | ? | ? | ? | ✓ |
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Images
Kubernetes Dashboard
kubernetesui/dashboard:v2.2.0
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.6
Installation
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml
v2.1.0
Changelog
- Update Kubernetes dependencies to support v1.20 #5708
- Fix login with kubeconfig file #5715
- Fix closing side menu #5703
- Update translations #5697
Full commit history since the latest release candidate can be found here.
Compatibility
Kubernetes version | 1.17 | 1.18 | 1.19 | 1.20 |
---|---|---|---|---|
Compatibility | ? | ? | ? | ✓ |
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Images
Kubernetes Dashboard
kubernetesui/dashboard:v2.1.0
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.6
Installation
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.1.0/aio/deploy/recommended.yaml
v2.0.5
Changelog
- Moved local settings from cookies to local storage #5529
- Added trimming for login token input #5550
- Fixed menu and card paddings #5551
- Updated translations #5560 #5631 #5629 #5673 #5684 #5672
- Upgraded to a newer metrics-scraper #5593
- Relative time is now used for events #5604
- Sync pod status logic with kubectl and simplify API #5660
- Add option to change language #5693
Full commit history since the latest release candidate can be found here.
Compatibility
Kubernetes version | 1.16 | 1.17 | 1.18 | 1.19 |
---|---|---|---|---|
Compatibility | ? | ? | ? | ✓ |
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Images
Kubernetes Dashboard
kubernetesui/dashboard:v2.0.5
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.6
Installation
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml
v2.0.4
Changelog
- Add network policy support (#5307)
- Add role support (#5428)
- Add role bindings and cluster role bindings support (#5448)
- Allow getting node details without pod/event privileges (#5375)
- Turn off hover effects on disabled buttons (#5297)
- Add setting for limit of displayed labels (#5477)
- Add nonroot user to final image (#5237)
- Update translations
- Update dependencies
Full commit history since the latest release candidate can be found here.
Compatibility
Kubernetes version | 1.16 | 1.17 | 1.18 | 1.19 |
---|---|---|---|---|
Compatibility | ? | ? | ? | ✓ |
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Images
Kubernetes Dashboard
kubernetesui/dashboard:v2.0.4
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.4
Installation
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.4/aio/deploy/recommended.yaml
v2.0.3
Changelog
- Fix image pull secret list name in the service account detail view
- Update dependencies
Full commit history since the latest release candidate can be found here.
Compatibility
Kubernetes version | 1.15 | 1.16 | 1.17 | 1.18 |
---|---|---|---|---|
Compatibility | ? | ? | ? | ✓ |
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Images
Kubernetes Dashboard
kubernetesui/dashboard:v2.0.3
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.4
Installation
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.3/aio/deploy/recommended.yaml
v2.0.2
Changelog
- Update translations (#5174, #5179, #5207, #5257)
- Fix can-i check for settings ConfigMap (#5182)
- Disable graph refresh when not visible (#5198)
- Add helm chart support (#4502)
- Adjust Pod status display logic (#4742)
- Display Job conditions (#5215)
- Save and reuse last used login mode (#5246)
- Display Service Accounts (#5249)
- Improve change detection for the resource lists (#5245)
- Move namespace selector to the top bar and redesign sidebar (#5250)
- Category marked with
N
means that every resource underneath is a namespaced resource - If the category contains both namespaced and non-namespaced resources, namespaced resources will be marked with
N
sign. - Removed the
Overview
as it did not fit the new sidebar layout. We'll have to rethink how and if we should show it.
- Category marked with
Full commit history since the latest release candidate can be found here.
Compatibility
Kubernetes version | 1.15 | 1.16 | 1.17 | 1.18 |
---|---|---|---|---|
Compatibility | ? | ? | ? | ✓ |
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Images
Kubernetes Dashboard
kubernetesui/dashboard:v2.0.2
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.4
Installation
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.2/aio/deploy/recommended.yaml
v2.0.1
Changelog
- Fix default sort by age on the lists (#5115)
- Temporarily disable sorting by status (#5121)
- Update empty list message on namespaced CRDs (#5109)
- Fix issue with chip dialog crashing in certain cases (#5108)
- Reduce resource consumption when Dashboard tab is not active (#5107)
- Fix ace editor configuration when deploying Dashboard on a sub-path (#5120)
- Detect and block insecure login (#5124)
- Fix card expand animation (#5161)
- Fix cookie handling in Firefox when using HTTP (#5160)
- Fix issue with secrets editor (#5162)
Full commit history since the latest release candidate can be found here.
Compatibility
Kubernetes version | 1.15 | 1.16 | 1.17 | 1.18 |
---|---|---|---|---|
Compatibility | ? | ? | ? | ✓ |
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Images
Kubernetes Dashboard
kubernetesui/dashboard:v2.0.1
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.4
Installation
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.1/aio/deploy/recommended.yaml
v2.0.0
Changelog
- Add option to inline edit secret entries (#5040)
- Update
client-go
to v0.18.2 and support Kubernetes v1.18. - Fix exec into pod (#5066, #5073)
- Fix breadcrumbs for logs view (#5085)
- Fix concurrent map writes that were causing crashes (#5085)
- Improve status icon logic for ReplicaSet, StatefulSet, Deployment (#5055, #5061)
- Improve Dashboard styling (#5059)
Full commit history since the latest release candidate can be found here.
Full commit history since the release v1.10.1 can be found here.
Compatibility
Kubernetes version | 1.15 | 1.16 | 1.17 | 1.18 |
---|---|---|---|---|
Compatibility | ? | ? | ? | ✓ |
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Images
Kubernetes Dashboard
kubernetesui/dashboard:v2.0.0
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.4
Installation
Before installing the new version, remove the previous version by deleting its namespace:
kubectl delete ns kubernetes-dashboard
Then deploy the new version:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
v2.0.0-rc7
Changelog
- Update status display logic for Service (#5010)
- Set min version for TLS to v1.2 (#5013)
- Add option to disable access denied notifications to settings and show only unique notifications (#5004)
- Fix CRD details switch (#5016)
- Action item: Unpin and pin again all of your CRDs.
- Fix deploying dashboard on a sub-paths (#5022)
- Autofocus filter input (#5030)
- Fix deploy form redirect and error message (#5033)
- Translation updates (#5020, #5023, #5024, #5025, #5029, #5041)
Full commit history from the latest release candidate can be found here.
Compatibility
Kubernetes version | 1.14 | 1.15 | 1.16 | 1.17 |
---|---|---|---|---|
Compatibility | ? | ? | ? | ✓ |
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Images
Kubernetes Dashboard
kubernetesui/dashboard:v2.0.0-rc7
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.4
Installation
Before installing the new beta, remove the previous version by deleting its namespace:
kubectl delete ns kubernetes-dashboard
Then deploy new beta:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-rc7/aio/deploy/recommended.yaml
v2.0.0-rc6
Changelog
- Calculate average usage for metrics that have more data points in a single minute timespan (#4904)
- Add German translation (#4905)
- Set default authentication mode on the login screen to
token
- Migrate angular to v9 (#4930)
- Add support for ANSI color codes to exec into pod (#4963)
- Fix create from file/input (#5002)
- Better handle very small usage change display on the graphs (#5000)
Full commit history from the latest release candidate can be found here.
Compatibility
Kubernetes version | 1.14 | 1.15 | 1.16 | 1.17 |
---|---|---|---|---|
Compatibility | ? | ? | ? | ✓ |
✓
Fully supported version range.?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Images
Kubernetes Dashboard
kubernetesui/dashboard:v2.0.0-rc6
Metrics Scraper
kubernetesui/metrics-scraper:v1.0.3
Installation
Before installing the new beta, remove the previous version by deleting its namespace:
kubectl delete ns kubernetes-dashboard
Then deploy new beta:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-rc6/aio/deploy/recommended.yaml