Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 1.13.1 release notes #1307

Merged
merged 2 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,8 @@ v1.27.1
v0.6.0.
v4.4.1
v1.13.0
v1.13.0.
v1.13.1
v1.13.
liveness
apiservices
Expand Down
15 changes: 15 additions & 0 deletions content/docs/release-notes/release-notes-1.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@ title: Release 1.13
description: 'cert-manager release notes: cert-manager 1.13'
---

## v1.13.1

v1.13.1 contains a bugfix for a name collision bug in the StableCertificateRequestName feature that was enabled by default in v1.13.0.

### Changes

#### Bug or Regression

- BUGFIX: fix CertificateRequest name collision bug in StableCertificateRequestName feature. (#6358, @jetstack-bot)

#### Other (Cleanup or Flake)

- Upgrade `github.com/emicklei/go-restful/v3` to `v3.11.0` because `v3.10.2` is labeled as "DO NOT USE". (#6368, @inteon)
- Upgrade Go from 1.20.7 to 1.20.8. (#6370, @jetstack-bot)

## v1.13.0

cert-manager 1.13 brings support for DNS over HTTPS, support for loading options from a versioned
Expand Down