Skip to content

Commit

Permalink
chore(helm): update image docker.io/kubernetesui/dashboard-api 1.10.0…
Browse files Browse the repository at this point in the history
… → 1.10.1 (#28421)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/kubernetesui/dashboard-api](https://redirect.github.com/kubernetes/dashboard)
| patch | `004f22c` -> `a73ae22` |

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>kubernetes/dashboard
(docker.io/kubernetesui/dashboard-api)</summary>

###
[`v1.10.1`](https://redirect.github.com/kubernetes/dashboard/releases/tag/v1.10.1)

[Compare
Source](https://redirect.github.com/kubernetes/dashboard/compare/v1.10.0...v1.10.1)

#### Changelog

- CVE-2018-18264: Fix security issue related to using Dashboard's
Service Account
([https://github.com/kubernetes/dashboard/pull/3400](https://redirect.github.com/kubernetes/dashboard/pull/3400)
and
[https://github.com/kubernetes/dashboard/pull/3289](https://redirect.github.com/kubernetes/dashboard/pull/3289))
- Add new flag `--enable-skip-login` and disable `Skip` option on the
login view by default
- Fix issue with closing terminal
([https://github.com/kubernetes/dashboard/pull/3327](https://redirect.github.com/kubernetes/dashboard/pull/3327))
- Fix saving Dashboard's settings into Config Maps without any data
([https://github.com/kubernetes/dashboard/pull/3280](https://redirect.github.com/kubernetes/dashboard/pull/3280))
- Update links on deploy view
([https://github.com/kubernetes/dashboard/pull/3249](https://redirect.github.com/kubernetes/dashboard/pull/3249))
-   Minor performance enhancements and typography fixes

#### Compatibility

| Kubernetes version | 1.8 | 1.9 | 1.10 | 1.11 | 1.12 | 1.13 |
|--------------------|----|----|-----|-----|-----|-----|
| Compatibility            | ✓    | ✓   | ✓   |   ?   |    ?   |   ✕   |

-   `✓` Fully supported version range.
- `?` Due to breaking changes between Kubernetes API versions, some
features might not work correctly in the Dashboard.
-   `✕` Unsupported version range.

#### Images

    k8s.gcr.io/kubernetes-dashboard-arm64:v1.10.1
    k8s.gcr.io/kubernetes-dashboard-amd64:v1.10.1
    k8s.gcr.io/kubernetes-dashboard-ppc64le:v1.10.1
    k8s.gcr.io/kubernetes-dashboard-arm:v1.10.1
    k8s.gcr.io/kubernetes-dashboard-s390x:v1.10.1

#### Installation

kubectl apply -f
https://raw.githubusercontent.com/kubernetes/dashboard/v1.10.1/src/deploy/recommended/kubernetes-dashboard.yaml

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEzMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
  • Loading branch information
truecharts-admin authored Oct 27, 2024
1 parent fddb2a5 commit bff7d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/premium/kubernetes-dashboard/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ authImage:
apiImage:
repository: docker.io/kubernetesui/dashboard-api
pullPolicy: IfNotPresent
tag: 1.10.0@sha256:004f22c35f2cb801445740633e6f14b4ea8e2c7d4b30c19f45ba29e7a5e7f32d
tag: 1.10.1@sha256:a73ae2274e47dc5339f69bd97c9d80a299c2ae1b45eef4d1b32390e248980dd5

scraperImage:
repository: docker.io/kubernetesui/dashboard-metrics-scraper
Expand Down

0 comments on commit bff7d61

Please sign in to comment.