Skip to content

Commit

Permalink
chore(deps): update helm release cert-manager to v1.15.2 (#3)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

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

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

**πŸ”— [See
v1.15.0](https://github.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.1`

##### Bug or Regression

- BUGFIX `route53`: explicitly set the `aws-global` STS region which is
now required by the `github.com/aws/aws-sdk-go-v2` library.
([#&#8203;7189](https://github.com/cert-manager/cert-manager/pull/7189),
[`@cert-manager-bot`](https://github.com/cert-manager-bot))
- Bump `grpc-go` to fix `GHSA-xr7q-jx4m-x55m`
([#&#8203;7167](https://github.com/cert-manager/cert-manager/pull/7167),
[`@SgtCoDFish`](https://github.com/SgtCoDFish))
- Fix Azure DNS causing panics whenever authentication error happens
([#&#8203;7188](https://github.com/cert-manager/cert-manager/pull/7188),
[`@cert-manager-bot`](https://github.com/cert-manager-bot))
- Fix incorrect value and indentation of `endpointAdditionalProperties`
in the `PodMonitor` template of the Helm chart
([#&#8203;7191](https://github.com/cert-manager/cert-manager/pull/7191),
[`@inteon`](https://github.com/inteon))
- Fixes ACME HTTP01 challenge behavior when using Gateway API to prevent
unbounded creation of `HTTPRoute` resources
([#&#8203;7186](https://github.com/cert-manager/cert-manager/pull/7186),
[`@cert-manager-bot`](https://github.com/cert-manager-bot))
- Upgrade `golang` from `1.22.3` to `1.22.5`
([#&#8203;7165](https://github.com/cert-manager/cert-manager/pull/7165),
[`@github-actions`](https://github.com/github-actions))

</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 was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/anza-labs/infra).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent a3d6aba commit cad4650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusters/lke/core/cert-manager/HelmRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
sourceRef:
kind: HelmRepository
name: jetstack
version: "v1.15.1"
version: "v1.15.2"
interval: 1m0s
releaseName: cert-manager
targetNamespace: cert-manager
Expand Down

0 comments on commit cad4650

Please sign in to comment.