Skip to content

Commit

Permalink
Merge pull request #1264 from inteon/1.12-patch-release-notes
Browse files Browse the repository at this point in the history
Add release notes for 1.12.1, 1.12.2 and 1.12.3
  • Loading branch information
jetstack-bot committed Aug 1, 2023
2 parents 6014824 + d47abc4 commit da08e38
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ AzureDNS
BKPR
Bazel
Bitnami
Bugfixes
BundleSource
BundleTarget
BundleCondition
Expand Down Expand Up @@ -488,6 +489,9 @@ v1.9.1
v1.10
v1.11.0
v1.12.0
v1.12.1.
v1.12.2.
v1.12.3.
v1alpha1
v1alpha2
v1alpha3
Expand Down
46 changes: 45 additions & 1 deletion content/docs/release-notes/release-notes-1.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,51 @@ the Private CA Issuer.
In addition, massive thanks to Jetstack (by Venafi) for contributing developer
time and resources towards the continued maintenance of cert-manager projects.

## Changes since v1.11.0
## `v1.12.3`: changes since `v1.12.2`

### Changes by Kind
#### Bugfixes

- BUGFIX: 1-character bug was causing invalid log messages and a memory leak ([#6235](https://github.com/cert-manager/cert-manager/pull/6235), @jetstack-bot)

## `v1.12.2`: changes since `v1.12.1`

### Known issues

- cainjector contains a memory leak due to re-assignment of a log variable (see https://github.com/cert-manager/cert-manager/issues/6217). The fix will be released in v1.12.3.
See https://github.com/cert-manager/cert-manager/pull/6232 for context.

### Changes by Kind

#### Bugfixes

- BUGFIX: `cmctl check api --wait 0` exited without output; we now make sure we perform the API check at least once (#6116, @jetstack-bot)


## `v1.12.1`: changes since `v1.12.0`

This release contains a couple dependency bumps and changes to ACME external webhook library.

### Known issues

- [`cmctl` API check](https://cert-manager.io/docs/installation/verify/) is broken in v1.12.1. We suggest that you do not upgrade `cmctl` to this version. The fix will be released in v1.12.2.
See #6116 for context.
- cainjector contains a memory leak due to re-assignment of a log variable (see https://github.com/cert-manager/cert-manager/issues/6217). The fix will be released in v1.12.3.
See https://github.com/cert-manager/cert-manager/pull/6232 for context.

### Changes by Kind

#### Other (Cleanup or Flake)

- Don't run API Priority and Fairness controller in webhook's extension apiserver ([#6085](https://github.com/cert-manager/cert-manager/pull/6085), [@irbekrm](https://github.com/irbekrm))
- Adds a warning for folks to not use controller feature gates helm value to configure webhook feature gates ([#6100](https://github.com/cert-manager/cert-manager/pull/6100), [@irbekrm](https://github.com/irbekrm))

#### Uncategorized

- Updates Kubernetes libraries to `v0.27.2`. ([#6077](https://github.com/cert-manager/cert-manager/pull/6077), [@lucacome](https://github.com/lucacome))
- Updates controller-runtime to `v0.15.0` ([#6098](https://github.com/cert-manager/cert-manager/pull/6098), [@lucacome](https://github.com/lucacome))

## `v1.12.0`: changes since `v1.11.0`

### Feature

Expand Down

0 comments on commit da08e38

Please sign in to comment.