Update Helm release kubernetes-dashboard to v7.10.0
Successfully upgraded Helm Chart version of Kubernetes Dashboard by means of GitOps workflow with Flux V2.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
kubernetes-dashboard | minor | 7.6.1 -> 7.10.0 |
Release Notes
kubernetes/dashboard (kubernetes-dashboard)v7.10.0
What's Changed
- fix(api): ssar resource kind name and resource updates by @floreks in https://github.com/kubernetes/dashboard/pull/9599
- fix(signin button): signin button is clickable when token is autofilled by browser by @lsq645599166 in https://github.com/kubernetes/dashboard/pull/9610
- feat: allow hiding "All namespaces" in namespaces dropdown list by @avanish23 in https://github.com/kubernetes/dashboard/pull/9547
- chore(chart): release 7.10.0 by @floreks in https://github.com/kubernetes/dashboard/pull/9621
- chore(deps-dev): bump @babel/core from 7.25.8 to 7.25.9 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9565
- chore(deps-dev): bump @types/node from 22.7.8 to 22.7.9 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9569
- chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9574
- chore(deps-dev): bump @graphql-mesh/transform-replace-field from 0.102.7 to 0.102.9 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9578
- chore(deps-dev): bump @graphql-mesh/openapi from 0.107.1 to 0.107.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9575
- chore(deps-dev): bump @babel/preset-env from 7.25.8 to 7.25.9 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9564
- chore(deps-dev): bump @types/jest from 29.5.13 to 29.5.14 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9571
- chore(deps-dev): bump @graphql-mesh/runtime from 0.103.8 to 0.103.10 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9577
- chore(deps-dev): bump @babel/register from 7.25.7 to 7.25.9 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9570
- chore(deps-dev): bump sass from 1.80.3 to 1.80.4 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9587
- chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/9592
- chore(deps-dev): bump cypress from 13.15.0 to 13.15.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9597
- chore(deps-dev): bump @graphql-mesh/runtime from 0.103.10 to 0.103.11 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9596
- chore(deps-dev): bump @graphql-mesh/transform-replace-field from 0.102.9 to 0.102.10 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9595
- chore(deps-dev): bump @graphql-mesh/openapi from 0.107.3 to 0.107.4 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9593
- chore(deps-dev): bump sass from 1.80.4 to 1.80.5 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9614
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.11.0 to 8.12.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9613
- chore(deps-dev): bump @babel/preset-env from 7.25.9 to 7.26.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9604
- chore(deps-dev): bump @typescript-eslint/parser from 8.11.0 to 8.12.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9612
- chore(deps-dev): bump @babel/core from 7.25.9 to 7.26.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9603
- chore(deps-dev): bump @types/node from 22.7.9 to 22.8.4 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9611
New Contributors
- @lsq645599166 made their first contribution in https://github.com/kubernetes/dashboard/pull/9610
- @avanish23 made their first contribution in https://github.com/kubernetes/dashboard/pull/9547
Full Changelog: https://github.com/kubernetes/dashboard/compare/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
v7.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 https://github.com/kubernetes/dashboard/pull/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 https://github.com/kubernetes/dashboard/pull/9519
- chore(deps-dev): bump typescript-eslint modules to 8.8.0 by @shu-mutou in https://github.com/kubernetes/dashboard/pull/9359
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.9.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9522
- chore(deps): bump dset from 3.1.3 to 3.1.4 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9523
- chore(deps-dev): bump husky from 9.1.4 to 9.1.6 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9508
- chore(deps): bump core-js from 3.38.0 to 3.38.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9509
- chore(deps-dev): bump sass from 1.77.8 to 1.79.5 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9517
- chore(deps-dev): bump wait-on from 7.2.0 to 8.0.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9510
- chore(deps-dev): bump webpack-dev-server from 5.0.4 to 5.1.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9512
- chore(deps-dev): bump concurrently from 8.2.2 to 9.0.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9513
- chore(deps-dev): bump @babel/register from 7.24.6 to 7.25.7 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9505
- chore(deps-dev): bump @babel/preset-env from 7.25.3 to 7.25.8 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9518
- chore(deps): bump github.com/air-verse/air from 1.61.0 to 1.61.1 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/9524
- chore(deps): bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/9525
- chore(deps-dev): bump stylelint from 16.9.0 to 16.10.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9526
- chore(deps-dev): bump @graphql-mesh/runtime from 0.103.6 to 0.103.7 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9527
- chore(deps-dev): bump @types/node from 22.7.4 to 22.7.5 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9529
- chore(deps-dev): bump jest-preset-angular from 14.2.2 to 14.2.4 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9531
- chore(deps-dev): bump @graphql-mesh/transform-replace-field from 0.102.5 to 0.102.6 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9530
- chore(deps-dev): bump jasmine-core from 5.2.0 to 5.4.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9535
- chore(deps-dev): bump @typescript-eslint/parser from 8.8.0 to 8.9.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9532
- chore(deps-dev): bump del from 7.1.0 to 8.0.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9533
- chore(deps): bump tslib from 2.6.3 to 2.8.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9543
- chore(deps): bump ace-builds from 1.35.4 to 1.36.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9539
- chore(deps-dev): bump @babel/core from 7.25.2 to 7.25.8 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9541
- chore(deps-dev): bump @types/jest from 29.5.12 to 29.5.13 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9544
- chore(deps-dev): bump @graphql-mesh/runtime from 0.103.7 to 0.103.8 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9542
- chore(deps-dev): bump sass from 1.79.5 to 1.80.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9546
- chore(deps-dev): bump @types/node from 22.7.5 to 22.7.6 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9540
- chore(deps-dev): bump @graphql-mesh/openapi from 0.106.8 to 0.107.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9545
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.9.0 to 8.10.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9551
- chore(deps-dev): bump sass from 1.80.1 to 1.80.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9552
- chore(deps-dev): bump lint-staged from 15.2.9 to 15.2.10 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9553
- chore(deps-dev): bump @graphql-mesh/transform-replace-field from 0.102.6 to 0.102.7 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9549
- chore(deps-dev): bump @typescript-eslint/parser from 8.9.0 to 8.10.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9550
- chore(deps-dev): bump sass from 1.80.2 to 1.80.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9556
- chore(deps-dev): bump @types/node from 22.7.6 to 22.7.7 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9557
- chore(deps): bump ace-builds from 1.36.2 to 1.36.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9559
- chore(deps-dev): bump @typescript-eslint/parser from 8.10.0 to 8.11.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9560
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.10.0 to 8.11.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9561
- chore(deps-dev): bump @types/node from 22.7.7 to 22.7.8 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/9558
- feat(client): add optional in-memory cache to client by @floreks in https://github.com/kubernetes/dashboard/pull/9521
- fix: the divisor field in resourceFieldRefs should be a string by @elohmeier in https://github.com/kubernetes/dashboard/pull/9548
- chore: release v7.9.0 by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/9562
New Contributors
- @elohmeier made their first contribution in https://github.com/kubernetes/dashboard/pull/9548
Full Changelog: https://github.com/kubernetes/dashboard/compare/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
v7.8.0
What's Changed
- fix: add missing newline to common labels by @Moglum in https://github.com/kubernetes/dashboard/pull/9504
- chore(chart): bump modules and helm chart by @floreks in https://github.com/kubernetes/dashboard/pull/9514
New Contributors
- @Moglum made their first contribution in https://github.com/kubernetes/dashboard/pull/9504
Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.7.0...kubernetes-dashboard-7.8.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.9.0
docker.io/kubernetesui/dashboard-auth:1.2.0
docker.io/kubernetesui/dashboard-metrics-scraper:1.2.0
docker.io/kubernetesui/dashboard-web:1.5.0
v7.7.0
What's Changed
- docs: Update creating-sample-user.md by @paul-grozav in https://github.com/kubernetes/dashboard/pull/9443
- feat(chart): add supported settings to values.yaml based on settings.go by @krichter722 in https://github.com/kubernetes/dashboard/pull/9380
- Fix incorrect resource divisors in Helm templates by @jnoordsij in https://github.com/kubernetes/dashboard/pull/9486
- feat(chart): Disable Kong Manager by default by @jnoordsij in https://github.com/kubernetes/dashboard/pull/8971
- docs: warn users about https requirement by @darmbrust in https://github.com/kubernetes/dashboard/pull/9138
- feat: add full support for labels and annotations in helm chart by @tuunit in https://github.com/kubernetes/dashboard/pull/9490
New Contributors
- @paul-grozav made their first contribution in https://github.com/kubernetes/dashboard/pull/9443
- @krichter722 made their first contribution in https://github.com/kubernetes/dashboard/pull/9380
- @darmbrust made their first contribution in https://github.com/kubernetes/dashboard/pull/9138
- @tuunit made their first contribution in https://github.com/kubernetes/dashboard/pull/9490
Full Changelog: https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.6.1...kubernetes-dashboard-7.7.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 |
---|---|---|---|
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.8.1
docker.io/kubernetesui/dashboard-auth:1.1.3
docker.io/kubernetesui/dashboard-metrics-scraper:1.1.1
docker.io/kubernetesui/dashboard-web:1.4.0