Skip to content

Commit 9cadb62

Browse files
committed
add release notes for v1.12.15, v1.15.5, v1.16.3
Signed-off-by: Ashley Davis <ashley.davis@cyberark.com>
1 parent d46bde3 commit 9cadb62

File tree

5 files changed

+51
-7
lines changed

5 files changed

+51
-7
lines changed

content/docs/contributing/release-process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ page if a step is missing or if it is outdated.
249249
```
250250
251251
4. (**final + patch release of the latest minor version**) Bump the latest
252-
cert-manager version variable in the `variables.json` file.
252+
cert-manager version variable in the `content/docs/variables.json` file.
253253
254254
```diff
255255
-"cert_manager_latest_version": "v1.14.2",

content/docs/releases/release-notes/release-notes-1.12.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,16 @@ time and resources towards the continued maintenance of cert-manager projects. V
217217
cert-manager 1.12 as a long term support release, meaning it will be maintained for much longer
218218
than other releases to provide a stable platform for enterprises to build upon.
219219

220+
## `v1.12.15`
221+
222+
cert-manager `v1.12.15` contains simple dependency bumps to address reported CVEs (`CVE-2024-45337` and `CVE-2024-45338`).
223+
224+
We don't believe that cert-manager is actually vulnerable; this release is instead intended to satisfy vulnerability scanners.
225+
226+
### Bug Fixes
227+
228+
- Bump `golang.org/x/net` and `golang.org/x/crypto` to address `CVE-2024-45337` and `CVE-2024-45338` ([#7497](https://github.com/cert-manager/cert-manager/pull/7497), [@wallrj](https://github.com/wallrj))
229+
220230
## `v1.12.14`
221231

222232
This patch release makes [several changes](https://github.com/cert-manager/cert-manager/pull/7403) to how PEM input is validated in
@@ -234,7 +244,7 @@ Further details are in the [security advisory](https://github.com/cert-manager/c
234244
This patch release also fixes [an issue](https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r) reported by Trivy,
235245
although that issue is low severity and is not expected to be relevant to cert-manager.
236246

237-
## Bug Fixes
247+
### Bug Fixes
238248

239249
- Set a maximum size for PEM inputs which cert-manager will accept to remove possibility of taking a long time to process an input ([#7403](https://github.com/cert-manager/cert-manager/pull/7403), [@SgtCoDFish](https://github.com/SgtCoDFish))
240250
- Fix `CVE-2024-5174` in `github.com/golang-jwt/jwt/v4` ([#7407](https://github.com/cert-manager/cert-manager/pull/7407), [@SgtCoDFish](https://github.com/SgtCoDFish))
@@ -259,7 +269,7 @@ This patch release fixes the following vulnerabilities:
259269
> Those newer minor versions of the Kubernetes modules pulled in new transitive dependencies,
260270
> and incremented the minimum Go version from `1.20` to `1.21`.
261271
262-
### Bugfixes
272+
### Bug Fixes
263273

264274
- Bump the `go-retryablehttp` dependency to fix `CVE-2024-6104` ([#7128](https://github.com/cert-manager/cert-manager/pull/7128), [@SgtCoDFish](https://github.com/SgtCoDFish))
265275
- Updated Helm dependency to resolve `CVE-2024-25620` and `CVE-2024-26147` and Docker dependency to resolve `CVE-2024-41110` ([#7214](https://github.com/cert-manager/cert-manager/pull/7214), [@ThatsMrTalbot](https://github.com/ThatsMrTalbot))
@@ -343,7 +353,7 @@ This patch release fixes the following vulnerabilities:
343353

344354
## `v1.12.12`
345355

346-
### Bugfixes
356+
### Bug Fixes
347357

348358
- BUGFIX: fix issue that caused Vault issuer to not retry signing when an error was encountered. ([#7113](https://github.com/cert-manager/cert-manager/pull/7113), [@cert-manager-bot](https://github.com/cert-manager-bot))
349359

content/docs/releases/release-notes/release-notes-1.15.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,20 @@ Thanks also to the CNCF, which provides resources and support, and to the AWS op
3333

3434
In addition, massive thanks to Venafi for contributing developer time and resources towards the continued maintenance of cert-manager projects.
3535

36+
## `v1.15.5`
37+
38+
cert-manager `v1.15.5` is a simple dependency bump update, addressing reported CVEs (`CVE-2024-45337` and `CVE-2024-45338`).
39+
40+
We don't believe that cert-manager is actually vulnerable; this release is instead intended to satisfy vulnerability scanners.
41+
42+
### Bug Fixes
43+
44+
- Bump `golang.org/x/net` and `golang.org/x/crypto` to address `CVE-2024-45337` and `CVE-2024-45338` ([#7496](https://github.com/cert-manager/cert-manager/pull/7496), [@wallrj](https://github.com/wallrj))
45+
46+
### Other
47+
48+
- Bump to go 1.22.10 ([#7507](https://github.com/cert-manager/cert-manager/pull/7507), [@SgtCoDFish](https://github.com/SgtCoDFish))
49+
3650
## `v1.15.4`
3751

3852
This patch release makes [several changes](https://github.com/cert-manager/cert-manager/pull/7402) to how PEM input is validated in

content/docs/releases/release-notes/release-notes-1.16.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ Read [cert-manager issue 6753](https://github.com/cert-manager/cert-manager/issu
195195
## Community
196196
197197
Thanks to all our open-source contributors with commits in this release, including:
198+
198199
[`@Guitarkalle`](https://github.com/Guitarkalle),
199200
[`@Jasper-Ben`](https://github.com/Jasper-Ben),
200201
[`@aidy`](https://github.com/aidy),
@@ -210,6 +211,7 @@ Thanks to all our open-source contributors with commits in this release, includi
210211
[`@sankalp-at-gh`](https://github.com/sankalp-at-gh).
211212
212213
Thanks also to the following cert-manager maintainers for their contributions during this release:
214+
213215
[`@SgtCoDFish`](https://github.com/SgtCoDFish),
214216
[`@ThatsMrTalbot`](https://github.com/ThatsMrTalbot),
215217
[`@inteon`](https://github.com/inteon),
@@ -221,6 +223,24 @@ Thanks also to the CNCF, which provides resources and support, and to the AWS op
221223
222224
In addition, massive thanks to Venafi for contributing developer time and resources towards the continued maintenance of cert-manager projects.
223225
226+
## `v1.16.3`
227+
228+
cert-manager `v1.16.3` is a patch release mainly focused around bumping dependencies to address reported CVEs: `CVE-2024-45337` and `CVE-2024-45338`.
229+
230+
We don't believe that cert-manager is actually vulnerable; this release is instead intended to satisfy vulnerability scanners.
231+
232+
It also includes a bug fix to the new `renewBeforePercentage` field. If you were using `renewBeforePercentage`, see [PR #7421](https://github.com/cert-manager/cert-manager/pull/7421) for more information.
233+
234+
### Bug Fixes
235+
236+
- Bump `golang.org/x/net` and `golang.org/x/crypto` to address `CVE-2024-45337` and `CVE-2024-45338` ([#7485](https://github.com/cert-manager/cert-manager/pull/7485), [@erikgb](https://github.com/erikgb))
237+
- Fix the behaviour of `renewBeforePercentage` to comply with its spec ([#7441](https://github.com/cert-manager/cert-manager/pull/7441), [@cert-manager-bot](https://github.com/cert-manager-bot))
238+
239+
### Other
240+
241+
- Bump go to 1.23.4 ([#7489](https://github.com/cert-manager/cert-manager/pull/7489), [@erikgb](https://github.com/erikgb))
242+
- Bump base images to latest available ([#7508](https://github.com/cert-manager/cert-manager/pull/7508), [@SgtCoDFish](https://github.com/SgtCoDFish))
243+
224244
## `v1.16.2`
225245
226246
This patch release makes [several changes](https://github.com/cert-manager/cert-manager/pull/7401) to how PEM input is validated in
@@ -241,7 +261,7 @@ In addition, the version of Go used to build cert-manager 1.16 was updated along
241261
242262
- Set a maximum size for PEM inputs which cert-manager will accept to remove possibility of taking a long time to process an input ([#7401](https://github.com/cert-manager/cert-manager/pull/7401), @SgtCoDFish)
243263
244-
#### Other (Cleanup or Flake)
264+
### Other (Cleanup or Flake)
245265
246266
- Bump go to 1.23.3 and bump base images to latest available ([#7431](https://github.com/cert-manager/cert-manager/pull/7431), @SgtCoDFish)
247267
@@ -251,7 +271,7 @@ cert-manager `v1.16.1` contains some fixes to Helm value schema validation, as w
251271
252272
Changes since `v1.16.0`.
253273
254-
### Bug or Regression
274+
### Bug Fixes
255275
256276
- BUGFIX: Helm schema validation: the new schema validation was too strict for the "global" section. Since the global section is shared across all charts and sub-charts, we must also allow unknown fields. ([#7348](https://github.com/cert-manager/cert-manager/pull/7348), [`@inteon`](https://github.com/inteon))
257277
- BUGFIX: Helm will now accept percentages for the `podDisruptionBudget.minAvailable` and `podDisruptionBudget.maxAvailable` values. ([#7345](https://github.com/cert-manager/cert-manager/pull/7345), [`@inteon`](https://github.com/inteon))

content/docs/variables.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"cert_manager_latest_version": "v1.16.2"
2+
"cert_manager_latest_version": "v1.16.3"
33
}

0 commit comments

Comments
 (0)