-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(chart): bump chart to 7.3.0 #8896
Conversation
floreks
commented
Apr 9, 2024
- Allow overriding csrfKey with custom value
- Bump chart to 7.3.0
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: floreks The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #8896 +/- ##
=======================================
Coverage 37.62% 37.63%
=======================================
Files 256 256
Lines 11187 11187
Branches 158 157 -1
=======================================
+ Hits 4209 4210 +1
+ Misses 6727 6726 -1
Partials 251 251 |
…445) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes-dashboard](https://togithub.com/kubernetes/dashboard) | minor | `7.2.0` -> `7.3.0` | --- ### Release Notes <details> <summary>kubernetes/dashboard (kubernetes-dashboard)</summary> ### [`v7.3.0`](https://togithub.com/kubernetes/dashboard/releases/tag/kubernetes-dashboard-7.3.0) [Compare Source](https://togithub.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.2.0...kubernetes-dashboard-7.3.0) #### What's Changed - chore(deps): bump codecov/codecov-action from 4.1.1 to 4.2.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kubernetes/dashboard/pull/8872](https://togithub.com/kubernetes/dashboard/pull/8872) - chore(deps-dev): bump ng-extract-i18n-merge from 2.11.1 to 2.11.2 in /modules/web by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kubernetes/dashboard/pull/8874](https://togithub.com/kubernetes/dashboard/pull/8874) - chore(deps-dev): bump [@​babel/preset-env](https://togithub.com/babel/preset-env) from 7.24.3 to 7.24.4 in /modules/web by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kubernetes/dashboard/pull/8876](https://togithub.com/kubernetes/dashboard/pull/8876) - chore(deps-dev): bump sass from 1.72.0 to 1.74.1 in /modules/web by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kubernetes/dashboard/pull/8877](https://togithub.com/kubernetes/dashboard/pull/8877) - chore(deps-dev): bump [@​babel/core](https://togithub.com/babel/core) from 7.24.0 to 7.24.4 in /modules/web by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kubernetes/dashboard/pull/8875](https://togithub.com/kubernetes/dashboard/pull/8875) - chore(deps): bump github.com/apache/skywalking-eyes from 0.5.0 to 0.6.0 in /modules/common/tools by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kubernetes/dashboard/pull/8886](https://togithub.com/kubernetes/dashboard/pull/8886) - chore(deps-dev): bump [@​types/node](https://togithub.com/types/node) from 20.12.3 to 20.12.5 in /modules/web by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kubernetes/dashboard/pull/8887](https://togithub.com/kubernetes/dashboard/pull/8887) - chore(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/kubernetes/dashboard/pull/8888](https://togithub.com/kubernetes/dashboard/pull/8888) ##### Helm Chart - feat(chart): allow overriding csrfKey with custom value by [@​floreks](https://togithub.com/floreks) in [https://github.com/kubernetes/dashboard/pull/8896](https://togithub.com/kubernetes/dashboard/pull/8896) **Full Changelog**: kubernetes/dashboard@kubernetes-dashboard-7.2.0...kubernetes-dashboard-7.3.0 #### Installation ```sh 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 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==--> Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>