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.1.3 #8841

Merged
merged 3 commits into from
Mar 28, 2024
Merged

feat(chart): bump chart to 7.1.3 #8841

merged 3 commits into from
Mar 28, 2024

Conversation

floreks
Copy link
Member

@floreks floreks commented Mar 28, 2024

  • Bump API to 1.4.0
  • Bump Auth to 1.1.2
  • Bump Web to 1.2.3
  • Bump Chart to 7.1.3
  • Change the default number of replicas for API deployment from 3 to 1
  • Update kong_dns_order entry in an attempt to mitigate latency issues

Closes #8812

@floreks floreks added the kind/feature Categorizes issue or PR as related to a new feature. label Mar 28, 2024
@floreks floreks self-assigned this Mar 28, 2024
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Mar 28, 2024
@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 28, 2024
Copy link

codecov bot commented Mar 28, 2024

Codecov Report

Merging #8841 (e6ca452) into master (172d5e0) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8841   +/-   ##
=======================================
  Coverage   37.51%   37.51%           
=======================================
  Files         255      255           
  Lines       11154    11154           
  Branches      142      142           
=======================================
  Hits         4184     4184           
  Misses       6757     6757           
  Partials      213      213           

Copy link
Member

@maciaszczykm maciaszczykm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Mar 28, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: floreks, maciaszczykm

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

@floreks floreks merged commit 759ab97 into master Mar 28, 2024
14 of 16 checks passed
@floreks floreks deleted the release/7.1.3 branch March 28, 2024 15:19
kireque referenced this pull request in kireque/home-ops Apr 4, 2024
)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [kubernetes-dashboard](https://github.com/kubernetes/dashboard) |
patch | `7.1.2` -> `7.1.3` |

---

### Release Notes

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

###
[`v7.1.3`](https://github.com/kubernetes/dashboard/releases/tag/kubernetes-dashboard-7.1.3)

[Compare
Source](https://github.com/kubernetes/dashboard/compare/kubernetes-dashboard-7.1.2...kubernetes-dashboard-7.1.3)

#### What's Changed

- chore: fix some typos by
[@&#8203;vitalmotif](https://github.com/vitalmotif) in
[https://github.com/kubernetes/dashboard/pull/8821](https://github.com/kubernetes/dashboard/pull/8821)

##### API

- feat: generate swagger/graphql schema files from api by
[@&#8203;floreks](https://github.com/floreks) in
[https://github.com/kubernetes/dashboard/pull/8777](https://github.com/kubernetes/dashboard/pull/8777)

##### Web

- fix: login guard and me service initialization by
[@&#8203;floreks](https://github.com/floreks) in
[https://github.com/kubernetes/dashboard/pull/8840](https://github.com/kubernetes/dashboard/pull/8840)

##### Helm Chart

- feat(chart): bump chart to 7.1.3 by
[@&#8203;floreks](https://github.com/floreks) in
[https://github.com/kubernetes/dashboard/pull/8841](https://github.com/kubernetes/dashboard/pull/8841)
-   Change the default number of replicas for API deployment from 3 to 1
- Update `kong_dns_order` entry in an attempt to mitigate latency issues

#### New Contributors

- [@&#8203;vitalmotif](https://github.com/vitalmotif) made their first
contribution in
[https://github.com/kubernetes/dashboard/pull/8821](https://github.com/kubernetes/dashboard/pull/8821)

**Full Changelog**:
kubernetes/dashboard@kubernetes-dashboard-7.1.2...kubernetes-dashboard-7.1.3

#### 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.0
    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://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

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. lgtm "Looks good to me", indicates that a PR is ready to be merged. 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.

Lower the api pod replicas from 3 to 1
3 participants