Skip to content
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

Merged
merged 3 commits into from
Apr 9, 2024
Merged

feat(chart): bump chart to 7.3.0 #8896

merged 3 commits into from
Apr 9, 2024

Conversation

floreks
Copy link
Member

@floreks floreks commented Apr 9, 2024

  • Allow overriding csrfKey with custom value
  • Bump chart to 7.3.0

@floreks floreks self-assigned this Apr 9, 2024
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 9, 2024
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 9, 2024
@k8s-ci-robot k8s-ci-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Apr 9, 2024
Copy link

codecov bot commented Apr 9, 2024

Codecov Report

Merging #8896 (a409053) into master (6becc85) will increase coverage by 0.00%.
The diff coverage is n/a.

❗ Current head a409053 differs from pull request most recent head 7ec69cd. Consider uploading reports for the commit 7ec69cd to get more accurate results

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           

@floreks floreks added the kind/feature Categorizes issue or PR as related to a new feature. label Apr 9, 2024
@floreks floreks merged commit 567a38f into master Apr 9, 2024
13 of 15 checks passed
kireque pushed a commit to kireque/home-ops that referenced this pull request Apr 9, 2024
…445)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kubernetes-dashboard](https://togithub.phpd.cn/kubernetes/dashboard) |
minor | `7.2.0` -> `7.3.0` |

---

### Release Notes

<details>
<summary>kubernetes/dashboard (kubernetes-dashboard)</summary>

###
[`v7.3.0`](https://togithub.phpd.cn/kubernetes/dashboard/releases/tag/kubernetes-dashboard-7.3.0)

[Compare
Source](https://togithub.phpd.cn/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.phpd.cn/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.phpd.cn/dependabot) in
[kubernetes/dashboard#8874
- chore(deps-dev): bump
[@&#8203;babel/preset-env](https://togithub.phpd.cn/babel/preset-env) from
7.24.3 to 7.24.4 in /modules/web by
[@&#8203;dependabot](https://togithub.phpd.cn/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.phpd.cn/dependabot) in
[kubernetes/dashboard#8877
- chore(deps-dev): bump
[@&#8203;babel/core](https://togithub.phpd.cn/babel/core) from 7.24.0 to
7.24.4 in /modules/web by
[@&#8203;dependabot](https://togithub.phpd.cn/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.phpd.cn/dependabot) in
[kubernetes/dashboard#8886
- chore(deps-dev): bump
[@&#8203;types/node](https://togithub.phpd.cn/types/node) from 20.12.3 to
20.12.5 in /modules/web by
[@&#8203;dependabot](https://togithub.phpd.cn/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.phpd.cn/dependabot) in
[kubernetes/dashboard#8888

##### Helm Chart

- feat(chart): allow overriding csrfKey with custom value by
[@&#8203;floreks](https://togithub.phpd.cn/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.phpd.cn/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuNCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9taW5vciJdfQ==-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants