v3.0.0-alpha0
版本发布时间: 2023-07-07 23:00:03
kubernetes/dashboard最新发布版本:kubernetes-dashboard-7.7.0(2024-10-04 22:59:15)
! Breaking Change !
Starting from the release v3
of the Kubernetes Dashboard, the underlying architecture has changed, and it requires a clean installation. Please remove the previous installation first.
Kubernetes Dashboard now uses cert-manager and nginx-ingress-controller by default to work properly. Please make sure you have them installed in your cluster if you want to use a manifest-based installation path. The helm-based approach can install all required dependencies automatically for you if needed.
Compatibility
Kubernetes version | 1.25 | 1.26 | 1.27 |
---|---|---|---|
Compatibility | ? | ? | ✓ |
-
✓
Fully supported version range. -
?
Due to breaking changes between Kubernetes API versions, some features might not work correctly in the Dashboard.
Installation
You can now use Helm or a single Manifest to install Kubernetes Dashboard.
Helm
You can install Dashboard using Helm as described here.
Manifest
To install Kubernetes Dashboard using simple manifest and kubectl
simply run:
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v3.0.0-alpha0/charts/kubernetes-dashboard.yaml
Images
Kubernetes Dashboard
WEB
docker.io/kubernetesui/dashboard-web:v1.0.0
API
docker.io/kubernetesui/dashboard-api:v1.0.0
Metrics Scraper
docker.io/kubernetesui/metrics-scraper:v1.0.9
What's Changed
- Updated Simplified Chinese translation by @hwdef in https://github.com/kubernetes/dashboard/pull/7416
- Split frontend and backend by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/7047
- Use batch/v1 for fetching cronjob jobs by @neoaggelos in https://github.com/kubernetes/dashboard/pull/7465
- GitHub Workflows security hardening by @sashashura in https://github.com/kubernetes/dashboard/pull/7466
- Helm update v2.7.0 by @sobi3ch in https://github.com/kubernetes/dashboard/pull/7469
- fix: update Secret with non-latin1 UTF-8 string by @Senorsen in https://github.com/kubernetes/dashboard/pull/7477
- Build updates by @floreks in https://github.com/kubernetes/dashboard/pull/7478
- Update config and dependencies by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/7476
- Get rid of ng-in-viewport dependency by @floreks in https://github.com/kubernetes/dashboard/pull/7479
- check the existence of the http member of a ingress rule before iterating through it by @shankerwangmiao in https://github.com/kubernetes/dashboard/pull/7481
- Bump helm/kind-action from 1.3.0 to 1.4.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/7482
- Bump helm/chart-testing-action from 2.2.1 to 2.3.1 by @dependabot in https://github.com/kubernetes/dashboard/pull/7484
- Container resources by @marcosdiez in https://github.com/kubernetes/dashboard/pull/7488
- Move about page to footer by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/7490
- Add support for multiarch docker build and deploy by @floreks in https://github.com/kubernetes/dashboard/pull/7491
- fix:change toleration from master to control-plane by @yosshi825 in https://github.com/kubernetes/dashboard/pull/7506
- Bump k8s.io/api from 0.25.2 to 0.25.3 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7501
- Bump actions/setup-python from 3.1.2 to 4.3.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/7498
- Bump k8s.io/client-go from 0.25.2 to 0.25.3 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7499
- yaml link updated by @krouser in https://github.com/kubernetes/dashboard/pull/7524
- Bump actions/dependency-review-action from 2 to 3 by @dependabot in https://github.com/kubernetes/dashboard/pull/7529
- Helm Chart: update podDisruptionBudget apiVersion to policy/v1. by @desaintmartin in https://github.com/kubernetes/dashboard/pull/7530
- Helm Chart: if no image.tag is set, use default appVersion of Chart.yaml by @desaintmartin in https://github.com/kubernetes/dashboard/pull/7531
- Fix license check by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/7518
- Bump k8s.io/client-go from 0.25.3 to 0.25.4 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7528
- Bump github.com/emicklei/go-restful/v3 from 3.9.0 to 3.10.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7525
- Bump github.com/prometheus/client_golang from 1.13.0 to 1.14.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7520
- Replace deprecated k8s registry references. by @jmhbnz in https://github.com/kubernetes/dashboard/pull/7513
- feat: update Spanish localization by @anyulled in https://github.com/kubernetes/dashboard/pull/7492
- Bump k8s.io/apiextensions-apiserver from 0.25.2 to 0.25.4 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7526
- Cleanup & build system updates by @floreks in https://github.com/kubernetes/dashboard/pull/7537
- feat: update Korean localization by @jc01rho in https://github.com/kubernetes/dashboard/pull/7514
- Bump github.com/emicklei/go-restful/v3 from 3.10.0 to 3.10.1 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7540
- Bump wiremind/helm-kubeval-action from 1.2.1 to 1.2.2 by @dependabot in https://github.com/kubernetes/dashboard/pull/7538
- Bump golang.org/x/net from 0.1.0 to 0.2.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7539
- Fix graphs when using translations by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/7546
- Fix run command on Mac by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/7545
- Hide node port 0 and update Go dependencies by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/7543
- Fix HTTP headers display, restore Go static check and fix typo by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/7549
- ingress paths are now clickable by @marcosdiez in https://github.com/kubernetes/dashboard/pull/7487
- Bump golang.org/x/net from 0.2.0 to 0.4.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7555
- Bump actions/setup-python from 4.3.0 to 4.3.1 by @dependabot in https://github.com/kubernetes/dashboard/pull/7556
- Bump k8s.io/api from 0.25.4 to 0.25.5 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7557
- Bump helm/kind-action from 1.4.0 to 1.5.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/7562
- Bump actions/setup-python from 4.3.1 to 4.4.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/7566
- Setup development container for new architecture by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7563
- Update Japanese translation by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7570
- Bump golang.org/x/net from 0.4.0 to 0.5.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7573
- Enable npm update check with dependabot by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7574
- Add go.mod update check for tools and web by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7575
- Bump golang.org/x/text from 0.4.0 to 0.6.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7578
- Added helm chart optional containers by @daiyyr in https://github.com/kubernetes/dashboard/pull/7554
- Fix Scale Resource UI by @marcosdiez in https://github.com/kubernetes/dashboard/pull/7584
- Bump actions/setup-python from 4.4.0 to 4.5.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/7588
- Bump github.com/cosmtrek/air from 1.40.4 to 1.41.0 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7590
- Bump k8s modules to 0.26.1 by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7568
- Bump github.com/golangci/golangci-lint from 1.50.1 to 1.51.0 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7609
- Bump github.com/golangci/golangci-lint from 1.51.0 to 1.51.1 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7610
- Bump golang.org/x/text from 0.6.0 to 0.7.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7615
- Bump golang.org/x/net from 0.5.0 to 0.6.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7614
- Helm: Update CI, upgrade metrics-server by @desaintmartin in https://github.com/kubernetes/dashboard/pull/7600
- Support
kind
in development container by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7602 - Update OWNERS_ALIASES by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7620
- Update web dependencies by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/7619
- Fix build in development container by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7621
- Update Japanese translation guide by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7628
- Fix port number for dashboard by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7629
- Document helm chart PodSecurityPolicy deprecation and PodSecurityAdmission alternative by @jmhbnz in https://github.com/kubernetes/dashboard/pull/7626
- Disable e2e job by @floreks in https://github.com/kubernetes/dashboard/pull/7661
- Bump github.com/golang/glog from 1.0.0 to 1.1.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7648
- Bump golang.org/x/text from 0.7.0 to 0.8.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7649
- Bump github.com/golangci/golangci-lint from 1.51.1 to 1.51.2 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7630
- Bump golang.org/x/net from 0.6.0 to 0.8.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7647
- Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7650
- Bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 in /modules/common/certificates by @dependabot in https://github.com/kubernetes/dashboard/pull/7651
- Bump actions/setup-go from 3 to 4 by @dependabot in https://github.com/kubernetes/dashboard/pull/7662
- Bump golang.org/x/net from 0.5.0 to 0.7.0 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7652
- Bump github.com/cosmtrek/air from 1.41.0 to 1.42.0 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7634
- Bump k8s modules to 0.26.2 by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7665
- Add flag to prevent ingress by @jcpunk in https://github.com/kubernetes/dashboard/pull/7658
- Fix Scale Resource (part 2) by @marcosdiez in https://github.com/kubernetes/dashboard/pull/7627
- [zh] Change i18n text in messages.xlf by @windsonsea in https://github.com/kubernetes/dashboard/pull/7654
- Support auto skipping login page by @Thearas in https://github.com/kubernetes/dashboard/pull/7645
- Bump github.com/golangci/golangci-lint from 1.51.2 to 1.52.0 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7677
- Enable
make serve
on development container by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7631 - Bump github.com/golangci/golangci-lint from 1.52.0 to 1.52.1 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7679
- Bump github.com/golang/glog from 1.1.0 to 1.1.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7682
- Improve French I18N by @jeffmaury in https://github.com/kubernetes/dashboard/pull/7656
- Bump k8s modules to v0.26.3 by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7678
- Fix e2e by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7664
- Bump github.com/golangci/golangci-lint from 1.52.1 to 1.52.2 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7686
- Bump kindest/node image to 1.26.3 by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7689
- Bump golang.org/x/net from 0.8.0 to 0.9.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7693
- Bump golang.org/x/text from 0.8.0 to 0.9.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7694
- Bump k8s modules to 0.27.0 by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7701
- Bump metrics-server dependency in helm chart to 3.8.4 by @laurence-hudson-mindfoundry in https://github.com/kubernetes/dashboard/pull/7702
- Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7704
- Add support for NPM dep, and compatibility for "rm" by @FrenchBen in https://github.com/kubernetes/dashboard/pull/7521
- Update dependencies by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/7706
- Bump k8s modules to 0.27.1 by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7715
- Bump github.com/prometheus/client_golang from 1.15.0 to 1.15.1 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7724
- Bump golang.org/x/net from 0.9.0 to 0.10.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7727
- Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7730
- fix: use dl.k8s.io, not kubernetes-release bucket by @rjsadow in https://github.com/kubernetes/dashboard/pull/7729
- Update: Plugin resources, and docs by @frozenprocess in https://github.com/kubernetes/dashboard/pull/7732
- Bump helm/kind-action from 1.5.0 to 1.6.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/7734
- Bump helm/kind-action from 1.6.0 to 1.7.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/7737
- Bump k8s modules to 0.27.2. by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7745
- Add additional controls for pod admission restricted by @jcpunk in https://github.com/kubernetes/dashboard/pull/7722
- feat: add Prometheus labels by @ColdFire87 in https://github.com/kubernetes/dashboard/pull/7749
- Update Dashboard Tour href to point to Dashboard Docs instead of nothing by @mdbudnick in https://github.com/kubernetes/dashboard/pull/7750
- Rename master to control plane in the documentation by @ViliusS in https://github.com/kubernetes/dashboard/pull/7748
- Fix - translation ID by @frozenprocess in https://github.com/kubernetes/dashboard/pull/7753
- Specify bit size to int32 by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7756
- Bump kind version to 0.19.0 and node image to 1.27.2. by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7755
- Bump github.com/golangci/golangci-lint from 1.52.2 to 1.53.0 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7758
- Prevent to run postinstall for yarn during dependabot check by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7757
- Bump github.com/golangci/golangci-lint from 1.53.0 to 1.53.2 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7767
- Bump webpack-bundle-analyzer from 4.8.0 to 4.9.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7764
- Bump jasmine-core from 4.6.0 to 5.0.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7761
- Bump ngx-cookie-service from 14.0.1 to 16.0.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7762
- Bump core-js from 3.30.1 to 3.30.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7765
- Bump lint-staged from 13.2.1 to 13.2.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7769
- Bump json5 from 2.2.1 to 2.2.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7773
- Bump github.com/cosmtrek/air from 1.43.0 to 1.44.0 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7766
- Bump @babel/core from 7.21.4 to 7.22.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7771
- Bump @sideway/formula from 3.0.0 to 3.0.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7774
- Bump @babel/preset-env from 7.21.4 to 7.22.4 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7780
- Bump stylelint from 15.4.0 to 15.7.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7782
- Bump wait-on from 6.0.1 to 7.0.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7784
- Bump ace-builds from 1.17.0 to 1.22.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7777
- Bump stylelint-config-standard-scss from 8.0.0 to 9.0.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7778
- Bump @typescript-eslint/parser from 5.58.0 to 5.59.9 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7775
- Bump @swimlane/ngx-charts from 20.1.2 to 20.3.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7779
- Bump strip-ansi from 6.0.1 to 7.1.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7785
- Bump ts-loader from 9.4.2 to 9.4.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7786
- Bump js-beautify from 1.14.7 to 1.14.8 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7790
- Bump @types/jest from 29.5.0 to 29.5.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7793
- Bump semver from 7.4.0 to 7.5.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7788
- Bump del from 6.1.1 to 7.0.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7792
- Bump jest-preset-angular from 13.0.1 to 13.1.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7795
- Bump concurrently from 8.0.1 to 8.1.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7796
- Bump tslib from 2.5.0 to 2.5.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7797
- Bump rxjs from 7.8.0 to 7.8.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7799
- Bump cypress-fail-fast from 5.0.1 to 7.0.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7798
- Bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.9 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7801
- Bump sass from 1.62.0 to 1.62.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7806
- Bump xterm-addon-fit from 0.6.0 to 0.7.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7787
- Bump ngx-pipes from 3.2.0 to 3.2.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7808
- Bump minimatch from 5.1.0 to 9.0.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7809
- Bump @types/node from 18.15.11 to 20.2.5 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7805
- Bump eslint from 8.38.0 to 8.42.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7810
- Bump tar from 6.1.13 to 6.1.15 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7812
- Bump webpack-dev-server from 4.13.2 to 4.15.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7816
- Bump @cypress/webpack-preprocessor from 5.17.0 to 5.17.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7814
- Bump @types/jasmine from 4.3.1 to 4.3.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7815
- Bump cypress from 12.9.0 to 12.13.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7818
- Bump sass-loader from 13.2.2 to 13.3.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7819
- Bump xterm from 4.18.0 to 5.1.0 by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7821
- Fix: Plugin API reverted to the correct version by @frozenprocess in https://github.com/kubernetes/dashboard/pull/7824
- chore: pkg imported more than once by @testwill in https://github.com/kubernetes/dashboard/pull/7823
- Bump sass from 1.62.1 to 1.63.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7825
- Bump cypress from 12.13.0 to 12.14.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7827
- Bump @babel/preset-env from 7.22.4 to 7.22.5 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7838
- Bump xterm from 5.1.0 to 5.2.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7842
- Bump @babel/register from 7.21.0 to 7.22.5 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7841
- Bump http-cache-semantics from 4.1.0 to 4.1.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7846
- Bump loader-utils from 2.0.2 to 2.0.4 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7847
- Bump @babel/core from 7.22.1 to 7.22.5 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7839
- Bump xterm from 5.2.0 to 5.2.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7850
- Bump jasmine-core from 5.0.0 to 5.0.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7852
- Bump sass from 1.63.2 to 1.63.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7854
- Bump ace-builds from 1.22.0 to 1.22.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7855
- Bump concurrently from 8.1.0 to 8.2.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7856
- Bump webpack-dev-server from 4.15.0 to 4.15.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7849
- Bump sass-loader from 13.3.1 to 13.3.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7857
- Bump @types/node from 20.2.5 to 20.3.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7851
- Bump core-js from 3.30.2 to 3.31.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7853
- Bump ng-extract-i18n-merge from 1.4.0 to 2.7.0 by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7822
- Bump golang.org/x/text from 0.9.0 to 0.10.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7860
- Bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7861
- Bump zone.js from 0.13.0 to 0.13.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7863
- Bump @typescript-eslint/parser from 5.59.9 to 5.59.11 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7862
- Bump node-gyp from 9.3.1 to 9.4.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7864
- Bump @swimlane/ngx-charts from 20.3.1 to 20.4.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7865
- Bump @types/node from 20.3.0 to 20.3.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7866
- Bump sass from 1.63.3 to 1.63.4 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7872
- Bump golang.org/x/net from 0.10.0 to 0.11.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7874
- Bump @swimlane/ngx-charts from 20.4.0 to 20.4.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7889
- Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7901
- Bump semver from 7.5.1 to 7.5.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7903
- Bump github.com/golangci/golangci-lint from 1.53.2 to 1.53.3 in /modules/common/tools by @dependabot in https://github.com/kubernetes/dashboard/pull/7902
- Bump eslint from 8.42.0 to 8.43.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7907
- Bump stylelint from 15.7.0 to 15.8.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7905
- Bump @types/jasmine from 4.3.2 to 4.3.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7906
- Bump @types/jasmine from 4.3.3 to 4.3.4 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7908
- Bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7909
- Bump @typescript-eslint/parser from 5.59.11 to 5.60.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7910
- Bump sass from 1.63.4 to 1.63.5 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7911
- Bump cypress from 12.14.0 to 12.15.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7912
- Bump sass from 1.63.5 to 1.63.6 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7923
- Bump ace-builds from 1.22.1 to 1.23.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7924
- feat(helm-chart): support readinessprobe by @maxime1907 in https://github.com/kubernetes/dashboard/pull/7899
- Bump semver from 7.5.2 to 7.5.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7928
- Bump k8s modules to 0.27.3 by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7900
- Bump stylelint from 15.8.0 to 15.9.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7929
- Update deployment files to support new architecture by @floreks in https://github.com/kubernetes/dashboard/pull/7544
- Bump docker/setup-buildx-action from 2.5.0 to 2.7.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/7933
- Bump docker/login-action from 2.1.0 to 2.2.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/7934
- Bump docker/setup-qemu-action from 2.1.0 to 2.2.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/7935
- Bump minimatch from 9.0.1 to 9.0.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7937
- Bump tslib from 2.5.3 to 2.6.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7941
- Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.60.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7939
- Bump cypress from 12.15.0 to 12.16.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7940
- Bump @typescript-eslint/parser from 5.60.0 to 5.60.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7942
- Bump @types/node from 20.3.1 to 20.3.2 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7943
- chore(deps): bump ace-builds from 1.23.0 to 1.23.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7944
- chore(deps): bump docker/setup-buildx-action from 2.7.0 to 2.8.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/7946
- chore(deps-dev): bump lint-staged from 13.2.2 to 13.2.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7945
- chore(deps-dev): bump ts-loader from 9.4.3 to 9.4.4 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7952
- chore(deps-dev): bump @types/jasmine from 4.3.4 to 4.3.5 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7956
- chore(deps-dev): bump stylelint-config-standard-scss from 9.0.0 to 10.0.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7966
- chore(deps-dev): bump eslint from 8.43.0 to 8.44.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7971
- chore(deps-dev): bump ts-jest from 29.1.0 to 29.1.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7968
- chore(deps-dev): bump @types/node from 20.3.2 to 20.3.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7972
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.1 to 5.61.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7974
- chore(deps-dev): bump @typescript-eslint/parser from 5.60.1 to 5.61.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7975
- chore(deps-dev): bump @babel/core from 7.22.5 to 7.22.6 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7978
- chore(deps): bump golang.org/x/text from 0.10.0 to 0.11.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7979
- chore(deps-dev): bump jest from 29.5.0 to 29.6.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7980
- chore(deps-dev): bump stylelint from 15.9.0 to 15.10.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7981
- chore(deps-dev): bump @babel/preset-env from 7.22.5 to 7.22.6 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7977
- Fix Japanese translation file by @shu-mutou in https://github.com/kubernetes/dashboard/pull/7983
- chore(deps): bump golang.org/x/net from 0.11.0 to 0.12.0 in /modules/api by @dependabot in https://github.com/kubernetes/dashboard/pull/7986
- chore(deps-dev): bump @types/node from 20.3.3 to 20.4.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7987
- cleanup: links to authentication were broken (linking to 404). Issue #7970 by @Kallepan in https://github.com/kubernetes/dashboard/pull/7982
- chore(deps): bump core-js from 3.31.0 to 3.31.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7988
- chore(deps-dev): bump stylelint from 15.10.0 to 15.10.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7990
- chore(deps-dev): bump @babel/core from 7.22.6 to 7.22.8 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7992
- chore(deps-dev): bump cypress from 12.16.0 to 12.17.0 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/8002
- chore(deps-dev): bump @babel/preset-env from 7.22.6 to 7.22.7 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/7997
- chore(deps-dev): bump minimatch from 9.0.2 to 9.0.3 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/8006
- chore(deps-dev): bump jest from 29.6.0 to 29.6.1 in /modules/web by @dependabot in https://github.com/kubernetes/dashboard/pull/8010
- chore(deps): bump docker/setup-buildx-action from 2.8.0 to 2.9.0 by @dependabot in https://github.com/kubernetes/dashboard/pull/8011
- Add metrics-scraper module by @maciaszczykm in https://github.com/kubernetes/dashboard/pull/7931
- feat: Update helm deployment by @floreks in https://github.com/kubernetes/dashboard/pull/7969
New Contributors
- @neoaggelos made their first contribution in https://github.com/kubernetes/dashboard/pull/7465
- @sashashura made their first contribution in https://github.com/kubernetes/dashboard/pull/7466
- @sobi3ch made their first contribution in https://github.com/kubernetes/dashboard/pull/7469
- @Senorsen made their first contribution in https://github.com/kubernetes/dashboard/pull/7477
- @shankerwangmiao made their first contribution in https://github.com/kubernetes/dashboard/pull/7481
- @yosshi825 made their first contribution in https://github.com/kubernetes/dashboard/pull/7506
- @krouser made their first contribution in https://github.com/kubernetes/dashboard/pull/7524
- @jmhbnz made their first contribution in https://github.com/kubernetes/dashboard/pull/7513
- @jc01rho made their first contribution in https://github.com/kubernetes/dashboard/pull/7514
- @daiyyr made their first contribution in https://github.com/kubernetes/dashboard/pull/7554
- @jcpunk made their first contribution in https://github.com/kubernetes/dashboard/pull/7658
- @windsonsea made their first contribution in https://github.com/kubernetes/dashboard/pull/7654
- @Thearas made their first contribution in https://github.com/kubernetes/dashboard/pull/7645
- @jeffmaury made their first contribution in https://github.com/kubernetes/dashboard/pull/7656
- @laurence-hudson-mindfoundry made their first contribution in https://github.com/kubernetes/dashboard/pull/7702
- @rjsadow made their first contribution in https://github.com/kubernetes/dashboard/pull/7729
- @frozenprocess made their first contribution in https://github.com/kubernetes/dashboard/pull/7732
- @ColdFire87 made their first contribution in https://github.com/kubernetes/dashboard/pull/7749
- @mdbudnick made their first contribution in https://github.com/kubernetes/dashboard/pull/7750
- @ViliusS made their first contribution in https://github.com/kubernetes/dashboard/pull/7748
- @testwill made their first contribution in https://github.com/kubernetes/dashboard/pull/7823
- @maxime1907 made their first contribution in https://github.com/kubernetes/dashboard/pull/7899
- @Kallepan made their first contribution in https://github.com/kubernetes/dashboard/pull/7982
Full Changelog: https://github.com/kubernetes/dashboard/compare/v2.7.0...v3.0.0-alpha0