Releases: kubernetes/dashboard
Releases · kubernetes/dashboard
web/v1.6.0
Image
docker.io/kubernetesui/dashboard-web:1.6.0
kubernetes-dashboard-7.10.0
What's Changed
- fix(api): ssar resource kind name and resource updates by @floreks in #9599
- fix(signin button): signin button is clickable when token is autofilled by browser by @lsq645599166 in #9610
- feat: allow hiding "All namespaces" in namespaces dropdown list by @avanish23 in #9547
- chore(chart): release 7.10.0 by @floreks in #9621
Dependency updates
- chore(deps-dev): bump @babel/core from 7.25.8 to 7.25.9 in /modules/web by @dependabot in #9565
- chore(deps-dev): bump @types/node from 22.7.8 to 22.7.9 in /modules/web by @dependabot in #9569
- chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /modules/web by @dependabot in #9574
- chore(deps-dev): bump @graphql-mesh/transform-replace-field from 0.102.7 to 0.102.9 in /modules/web by @dependabot in #9578
- chore(deps-dev): bump @graphql-mesh/openapi from 0.107.1 to 0.107.3 in /modules/web by @dependabot in #9575
- chore(deps-dev): bump @babel/preset-env from 7.25.8 to 7.25.9 in /modules/web by @dependabot in #9564
- chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 in /modules/web by @dependabot in #9571
- chore(deps-dev): bump @graphql-mesh/runtime from 0.103.8 to 0.103.10 in /modules/web by @dependabot in #9577
- chore(deps-dev): bump @babel/register from 7.25.7 to 7.25.9 in /modules/web by @dependabot in #9570
- chore(deps-dev): bump sass from 1.80.3 to 1.80.4 in /modules/web by @dependabot in #9587
- chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #9592
- chore(deps-dev): bump cypress from 13.15.0 to 13.15.1 in /modules/web by @dependabot in #9597
- chore(deps-dev): bump @graphql-mesh/runtime from 0.103.10 to 0.103.11 in /modules/web by @dependabot in #9596
- chore(deps-dev): bump @graphql-mesh/transform-replace-field from 0.102.9 to 0.102.10 in /modules/web by @dependabot in #9595
- chore(deps-dev): bump @graphql-mesh/openapi from 0.107.3 to 0.107.4 in /modules/web by @dependabot in #9593
- chore(deps-dev): bump sass from 1.80.4 to 1.80.5 in /modules/web by @dependabot in #9614
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.11.0 to 8.12.2 in /modules/web by @dependabot in #9613
- chore(deps-dev): bump @babel/preset-env from 7.25.9 to 7.26.0 in /modules/web by @dependabot in #9604
- chore(deps-dev): bump @typescript-eslint/parser from 8.11.0 to 8.12.2 in /modules/web by @dependabot in #9612
- chore(deps-dev): bump @babel/core from 7.25.9 to 7.26.0 in /modules/web by @dependabot in #9603
- chore(deps-dev): bump @types/node from 22.7.9 to 22.8.4 in /modules/web by @dependabot in #9611
New Contributors
- @lsq645599166 made their first contribution in #9610
- @avanish23 made their first contribution in #9547
Full Changelog: kubernetes-dashboard-7.9.0...kubernetes-dashboard-7.10.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.28 | 1.29 | 1.30 | 1.31 |
---|---|---|---|---|
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.10.1
docker.io/kubernetesui/dashboard-auth:1.2.2
docker.io/kubernetesui/dashboard-metrics-scraper:1.2.1
docker.io/kubernetesui/dashboard-web:1.6.0
web/v1.5.2
Image
docker.io/kubernetesui/dashboard-web:1.5.2
auth/v1.2.2
Image
docker.io/kubernetesui/dashboard-auth:1.2.2
api/v1.10.1
Image
docker.io/kubernetesui/dashboard-api:1.10.1
web/v1.5.1
Image
docker.io/kubernetesui/dashboard-web:1.5.1
metrics-scraper/v1.2.1
Image
docker.io/kubernetesui/dashboard-metrics-scraper:1.2.1
kubernetes-dashboard-7.9.0
Important
This release adds the caching functionality to the Dashboard API. Once the cache is hydrated it significantly improves both responsiveness and memory usage of Dashboard on clusters with large amounts of resources. You can find more information in the design doc and new cache-related arguments added to the API module. If you have any questions, feel free to reach out to us through the SIG-UI Slack channel or GitHub discussions.
What's Changed
- chore(deps): bump github.com/air-verse/air from 1.60.0 to 1.61.0 in /modules/common/tools by @dependabot in #9515
- chore(deps): bump github.com/emicklei/go-restful-openapi/v2 from 2.10.2 to 2.11.0 in /modules/api by @dependabot in #9519
- chore(deps-dev): bump typescript-eslint modules to 8.8.0 by @shu-mutou in #9359
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.9.0 in /modules/web by @dependabot in #9522
- chore(deps): bump dset from 3.1.3 to 3.1.4 in /modules/web by @dependabot in #9523
- chore(deps-dev): bump husky from 9.1.4 to 9.1.6 in /modules/web by @dependabot in #9508
- chore(deps): bump core-js from 3.38.0 to 3.38.1 in /modules/web by @dependabot in #9509
- chore(deps-dev): bump sass from 1.77.8 to 1.79.5 in /modules/web by @dependabot in #9517
- chore(deps-dev): bump wait-on from 7.2.0 to 8.0.1 in /modules/web by @dependabot in #9510
- chore(deps-dev): bump webpack-dev-server from 5.0.4 to 5.1.0 in /modules/web by @dependabot in #9512
- chore(deps-dev): bump concurrently from 8.2.2 to 9.0.1 in /modules/web by @dependabot in #9513
- chore(deps-dev): bump @babel/register from 7.24.6 to 7.25.7 in /modules/web by @dependabot in #9505
- chore(deps-dev): bump @babel/preset-env from 7.25.3 to 7.25.8 in /modules/web by @dependabot in #9518
- chore(deps): bump github.com/air-verse/air from 1.61.0 to 1.61.1 in /modules/common/tools by @dependabot in #9524
- chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 in /modules/api by @dependabot in #9525
- chore(deps-dev): bump stylelint from 16.9.0 to 16.10.0 in /modules/web by @dependabot in #9526
- chore(deps-dev): bump @graphql-mesh/runtime from 0.103.6 to 0.103.7 in /modules/web by @dependabot in #9527
- chore(deps-dev): bump @types/node from 22.7.4 to 22.7.5 in /modules/web by @dependabot in #9529
- chore(deps-dev): bump jest-preset-angular from 14.2.2 to 14.2.4 in /modules/web by @dependabot in #9531
- chore(deps-dev): bump @graphql-mesh/transform-replace-field from 0.102.5 to 0.102.6 in /modules/web by @dependabot in #9530
- chore(deps-dev): bump jasmine-core from 5.2.0 to 5.4.0 in /modules/web by @dependabot in #9535
- chore(deps-dev): bump @typescript-eslint/parser from 8.8.0 to 8.9.0 in /modules/web by @dependabot in #9532
- chore(deps-dev): bump del from 7.1.0 to 8.0.0 in /modules/web by @dependabot in #9533
- chore(deps): bump tslib from 2.6.3 to 2.8.0 in /modules/web by @dependabot in #9543
- chore(deps): bump ace-builds from 1.35.4 to 1.36.2 in /modules/web by @dependabot in #9539
- chore(deps-dev): bump @babel/core from 7.25.2 to 7.25.8 in /modules/web by @dependabot in #9541
- chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 in /modules/web by @dependabot in #9544
- chore(deps-dev): bump @graphql-mesh/runtime from 0.103.7 to 0.103.8 in /modules/web by @dependabot in #9542
- chore(deps-dev): bump sass from 1.79.5 to 1.80.1 in /modules/web by @dependabot in #9546
- chore(deps-dev): bump @types/node from 22.7.5 to 22.7.6 in /modules/web by @dependabot in #9540
- chore(deps-dev): bump @graphql-mesh/openapi from 0.106.8 to 0.107.1 in /modules/web by @dependabot in #9545
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.9.0 to 8.10.0 in /modules/web by @dependabot in #9551
- chore(deps-dev): bump sass from 1.80.1 to 1.80.2 in /modules/web by @dependabot in #9552
- chore(deps-dev): bump lint-staged from 15.2.9 to 15.2.10 in /modules/web by @dependabot in #9553
- chore(deps-dev): bump @graphql-mesh/transform-replace-field from 0.102.6 to 0.102.7 in /modules/web by @dependabot in #9549
- chore(deps-dev): bump @typescript-eslint/parser from 8.9.0 to 8.10.0 in /modules/web by @dependabot in #9550
- chore(deps-dev): bump sass from 1.80.2 to 1.80.3 in /modules/web by @dependabot in #9556
- chore(deps-dev): bump @types/node from 22.7.6 to 22.7.7 in /modules/web by @dependabot in #9557
- chore(deps): bump ace-builds from 1.36.2 to 1.36.3 in /modules/web by @dependabot in #9559
- chore(deps-dev): bump @typescript-eslint/parser from 8.10.0 to 8.11.0 in /modules/web by @dependabot in #9560
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.10.0 to 8.11.0 in /modules/web by @dependabot in #9561
- chore(deps-dev): bump @types/node from 22.7.7 to 22.7.8 in /modules/web by @dependabot in #9558
- feat(client): add optional in-memory cache to client by @floreks in #9521
- fix: the divisor field in resourceFieldRefs should be a string by @elohmeier in #9548
- chore: release v7.9.0 by @maciaszczykm in #9562
New Contributors
- @elohmeier made their first contribution in #9548
Full Changelog: kubernetes-dashboard-7.8.0...kubernetes-dashboard-7.9.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.28 | 1.29 | 1.30 | 1.31 |
---|---|---|---|---|
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.10.0
docker.io/kubernetesui/dashboard-auth:1.2.1
docker.io/kubernetesui/dashboard-metrics-scraper:1.2.1
docker.io/kubernetesui/dashboard-web:1.5.1
auth/v1.2.1
Image
docker.io/kubernetesui/dashboard-auth:1.2.1
api/v1.10.0
Image
docker.io/kubernetesui/dashboard-api:1.10.0