Skip to content

Commit

Permalink
fix(helm): update chart cert-manager ( v1.15.0 → v1.15.1 ) (#716)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [cert-manager](https://cert-manager.io)
([source](https://togithub.com/cert-manager/cert-manager)) | patch |
`v1.15.0` -> `v1.15.1` |

---

### Release Notes

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

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

[Compare
Source](https://togithub.com/cert-manager/cert-manager/compare/v1.15.0...v1.15.1)

cert-manager is the easiest way to automatically manage certificates in
Kubernetes and OpenShift clusters.

**🔗 [See
v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0)
for more information about cert-manager 1.15 and read-before-upgrade
info.**

#### 📜 Changes since
[v1.15.0](https://togithub.com/cert-manager/cert-manager/releases/tag/v1.15.0)

##### Bug or Regression

- BUGFIX: fix issue that caused Vault issuer to not retry signing when
an error was encountered.
([#&#8203;7111](https://togithub.com/cert-manager/cert-manager/issues/7111),
[@&#8203;inteon](https://togithub.com/inteon))

##### Other (Cleanup or Flake)

- Update github.com/Azure/azure-sdk-for-go/sdk/azidentity to address
CVE-2024-35255
([#&#8203;7092](https://togithub.com/cert-manager/cert-manager/issues/7092),
[@&#8203;ThatsMrTalbot](https://togithub.com/ThatsMrTalbot))
- Bump the go-retryablehttp dependency to fix CVE-2024-6104
([#&#8203;7130](https://togithub.com/cert-manager/cert-manager/issues/7130),
[@&#8203;SgtCoDFish](https://togithub.com/SgtCoDFish))

</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.com/renovatebot/renovate).

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

Co-authored-by: kireque-bot[bot] <143391978+kireque-bot[bot]@users.noreply.github.com>
  • Loading branch information
kireque-bot[bot] authored Jun 26, 2024
1 parent 770fd04 commit 5e598a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: cert-manager
version: v1.15.0
version: v1.15.1
sourceRef:
kind: HelmRepository
name: jetstack
Expand Down

0 comments on commit 5e598a9

Please sign in to comment.