Skip to content

Commit

Permalink
fix(helm): update chart kubelet-csr-approver ( 1.2.0 → 1.2.1 ) (#575)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[kubelet-csr-approver](https://togithub.com/postfinance/kubelet-csr-approver)
| patch | `1.2.0` -> `1.2.1` |

---

### Release Notes

<details>
<summary>postfinance/kubelet-csr-approver
(kubelet-csr-approver)</summary>

###
[`v1.2.1`](https://togithub.com/postfinance/kubelet-csr-approver/blob/HEAD/CHANGELOG.md#121---2024-05-21)

[Compare
Source](https://togithub.com/postfinance/kubelet-csr-approver/compare/v1.2.0...v1.2.1)

**Full Changelog**:
postfinance/kubelet-csr-approver@v1.2.0...1.2.1

##### 🐛 Bug Fixes

- X509 CR SAN IPs properly ignored when bypassing DNS Resolution -
([4a53481](https://togithub.com/postfinance/kubelet-csr-approver/commit/4a5348140bbac00716bbc9b6e47c2a01edeef6a2))

##### 🧪 Testing

- Add testcase covering issue
[#&#8203;253](https://togithub.com/postfinance/kubelet-csr-approver/issues/253)
-
([4118bc0](https://togithub.com/postfinance/kubelet-csr-approver/commit/4118bc045fca8e491c50ef694cd3908e63156817))

##### ⚙️ Miscellaneous Tasks

- Add (cliff) changelog for v1.2.0 -
([fb0ae32](https://togithub.com/postfinance/kubelet-csr-approver/commit/fb0ae32e3e2d70f3633ea6def59f113df9bca808))
- Add changelog for v1.2.1 -
([4622254](https://togithub.com/postfinance/kubelet-csr-approver/commit/46222547cca9ffc597a5236225e28ef7ccc49b7b))

##### Build

- *(deps)* Bump k8s.io/api from 0.30.0 to 0.30.1 -
([c2effac](https://togithub.com/postfinance/kubelet-csr-approver/commit/c2effac08baeaf542e7e132b9f043d8ab5ba9484))

</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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM2OS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9oZWxtIiwidHlwZS9wYXRjaCJdfQ==-->

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] authored May 21, 2024
1 parent 560886c commit c777a9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: kubelet-csr-approver
version: 1.2.0
version: 1.2.1
sourceRef:
kind: HelmRepository
name: postfinance
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/bootstrap/talos/integrations/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ releases:
- name: kubelet-csr-approver
namespace: system-controllers
chart: postfinance/kubelet-csr-approver
version: 1.2.0
version: 1.2.1
wait: true
values:
- ../../../apps/system-controllers/kubelet-csr-approver/app/values.yaml

0 comments on commit c777a9d

Please sign in to comment.