Skip to content

Commit

Permalink
feat(helm-chart): update helm release kubernetes-dashboard to 7.3.0 (#…
Browse files Browse the repository at this point in the history
…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
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8872
- chore(deps-dev): bump ng-extract-i18n-merge from 2.11.1 to 2.11.2 in
/modules/web by [@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8874
- chore(deps-dev): bump
[@&#8203;babel/preset-env](https://togithub.com/babel/preset-env) from
7.24.3 to 7.24.4 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8876
- chore(deps-dev): bump sass from 1.72.0 to 1.74.1 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8877
- chore(deps-dev): bump
[@&#8203;babel/core](https://togithub.com/babel/core) from 7.24.0 to
7.24.4 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8875
- chore(deps): bump github.com/apache/skywalking-eyes from 0.5.0 to
0.6.0 in /modules/common/tools by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8886
- chore(deps-dev): bump
[@&#8203;types/node](https://togithub.com/types/node) from 20.12.3 to
20.12.5 in /modules/web by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8887
- chore(deps): bump docker/setup-buildx-action from 3.2.0 to 3.3.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[kubernetes/dashboard#8888

##### Helm Chart

- feat(chart): allow overriding csrfKey with custom value by
[@&#8203;floreks](https://togithub.com/floreks) in
[kubernetes/dashboard#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>
  • Loading branch information
kireque-bot[bot] committed Apr 9, 2024
1 parent 81c01b2 commit f154f05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: kubernetes-dashboard
version: 7.2.0
version: 7.3.0
sourceRef:
kind: HelmRepository
name: kubernetes-dashboard
Expand Down

0 comments on commit f154f05

Please sign in to comment.