diff --git a/content/docs/releases/release-notes/release-notes-1.15.md b/content/docs/releases/release-notes/release-notes-1.15.md index 98a6109ce7..bc040e7fd1 100644 --- a/content/docs/releases/release-notes/release-notes-1.15.md +++ b/content/docs/releases/release-notes/release-notes-1.15.md @@ -6,7 +6,7 @@ description: 'cert-manager release notes: cert-manager 1.14' > 📢 The cert-manager CLI has moved to a new GitHub repository > > From this release, `cmctl` is no longer be released with `cert-manager` itself, -> and there will no further `quay.io/jetstack/cert-manager-ctl` OCI images. +> and there will no further `quay.io/jetstack/cert-manager-ctl` OCI images. > > For the startupapicheck Job you should update references to point at > `quay.io/jetstack/cert-manager-startupapicheck` @@ -15,8 +15,8 @@ description: 'cert-manager release notes: cert-manager 1.14' > 📢 Change in how the Helm chart manages CRDs > -> From this release, the Helm chart will no longer uninstall the CRDs when the -> chart is uninstalled. If you want the CRDs to be removed on uninstall use +> From this release, the Helm chart will no longer uninstall the CRDs when the +> chart is uninstalled. If you want the CRDs to be removed on uninstall use > `crds.keep=false` when installing the Helm chart. cert-manager 1.15 promotes several features to beta, including GatewayAPI support (`ExperimentalGatewayAPISupport`), the ability to provide a subject in the Certificate that will be used literally in the CertificateSigningRequest (`LiteralCertificateSubject`) and the outputting of additional certificate formats (`AdditionalCertificateOutputFormats`). @@ -33,6 +33,18 @@ Thanks also to the CNCF, which provides resources and support, and to the AWS op In addition, massive thanks to Venafi for contributing developer time and resources towards the continued maintenance of cert-manager projects. + +## `v1.15.2` + +### 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. ([#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` ([#7167](https://github.com/cert-manager/cert-manager/pull/7167), [`@SgtCoDFish`](https://github.com/SgtCoDFish)) +- Fix Azure DNS causing panics whenever authentication error happens ([#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 ([#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 ([#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` ([#7165](https://github.com/cert-manager/cert-manager/pull/7165), [`@github-actions`](https://github.com/github-actions)) + ## `v1.15.1` ### Bug or Regression @@ -104,4 +116,4 @@ In addition, massive thanks to Venafi for contributing developer time and resour - Remove deprecated `pkg/util/pki/ParseSubjectStringToRawDERBytes` function. ([#6994](https://github.com/cert-manager/cert-manager/pull/6994), [@inteon](https://github.com/inteon)) - Upgrade Kind to `v0.23.0` and update supported node image digests ([#7020](https://github.com/cert-manager/cert-manager/pull/7020), @github-actions[bot]) - If the `--controllers` flag only specifies disabled controllers, the default controllers are now enabled implicitly. ([#7054](https://github.com/cert-manager/cert-manager/pull/7054), [@inteon](https://github.com/inteon)) -- Upgrade to Go 1.22.3, fixing `GO-2024-2824`. ([#6996](https://github.com/cert-manager/cert-manager/pull/6996), @github-actions[bot]) \ No newline at end of file +- Upgrade to Go 1.22.3, fixing `GO-2024-2824`. ([#6996](https://github.com/cert-manager/cert-manager/pull/6996), @github-actions[bot]) diff --git a/content/docs/variables.json b/content/docs/variables.json index 4f9b3b4506..7053a93207 100644 --- a/content/docs/variables.json +++ b/content/docs/variables.json @@ -1,3 +1,3 @@ { - "cert_manager_latest_version": "v1.15.1" + "cert_manager_latest_version": "v1.15.2" }