Skip to content

Commit

Permalink
chore(deps): update helm release cert-manager to v1.12.4 (#70)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://github.com/cert-manager/cert-manager) | patch | `v1.12.3` -> `v1.12.4` |

---

### Release Notes

<details>
<summary>cert-manager/cert-manager (cert-manager)</summary>

### [`v1.12.4`](https://github.com/cert-manager/cert-manager/releases/tag/v1.12.4)

[Compare Source](cert-manager/cert-manager@v1.12.3...v1.12.4)

v1.12.4 contains an important security fix that addresses [CVE-2023-29409](https://cve.report/CVE-2023-29409).

#### Changes since v1.12.3

-   Fixes an issue where cert-manager would incorrectly reject two IP addresses as being unequal when they should hav
    e compared equal. This would be most noticeable when using an IPv6 address which doesn't match how Go's `net.IP.Str
    ing()` function would have printed that address. ([#&#8203;6297](cert-manager/cert-manager#6297), [@&#8203;SgtCoDFish](https://github.com/SgtCoDFish))
-   Use Go 1.20.7 to fix a security issue in Go's `crypto/tls` library. ([#&#8203;6318](cert-manager/cert-manager#6318), [@&#8203;maelvls](https://github.com/maelvls))

</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:eyJjcmVhdGVkSW5WZXIiOiIzNi4yMy4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: https://git.home/nrdufour/home-ops/pulls/70
Co-authored-by: Renovate <renovate@ptinem.io>
Co-committed-by: Renovate <renovate@ptinem.io>
  • Loading branch information
nrdufour committed Sep 3, 2023
1 parent 8f8ebcb commit a3f76e5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8,7 +8,7 @@ spec:
chart:
spec:
chart: cert-manager
version: "v1.12.3"
version: "v1.12.4"
sourceRef:
kind: HelmRepository
name: jetstack
Expand Down

0 comments on commit a3f76e5

Please sign in to comment.