You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/releases/release-notes/release-notes-1.12.md
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -217,6 +217,16 @@ time and resources towards the continued maintenance of cert-manager projects. V
217
217
cert-manager 1.12 as a long term support release, meaning it will be maintained for much longer
218
218
than other releases to provide a stable platform for enterprises to build upon.
219
219
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
+
220
230
## `v1.12.14`
221
231
222
232
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
234
244
This patch release also fixes [an issue](https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r) reported by Trivy,
235
245
although that issue is low severity and is not expected to be relevant to cert-manager.
236
246
237
-
## Bug Fixes
247
+
###Bug Fixes
238
248
239
249
- 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))
240
250
- 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:
259
269
> Those newer minor versions of the Kubernetes modules pulled in new transitive dependencies,
260
270
> and incremented the minimum Go version from `1.20` to `1.21`.
261
271
262
-
### Bugfixes
272
+
### Bug Fixes
263
273
264
274
- 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))
265
275
- 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:
343
353
344
354
## `v1.12.12`
345
355
346
-
### Bugfixes
356
+
### Bug Fixes
347
357
348
358
- 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))
Copy file name to clipboardExpand all lines: content/docs/releases/release-notes/release-notes-1.15.md
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,20 @@ Thanks also to the CNCF, which provides resources and support, and to the AWS op
33
33
34
34
In addition, massive thanks to Venafi for contributing developer time and resources towards the continued maintenance of cert-manager projects.
35
35
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
+
36
50
## `v1.15.4`
37
51
38
52
This patch release makes [several changes](https://github.com/cert-manager/cert-manager/pull/7402) to how PEM input is validated in
@@ -221,6 +223,24 @@ Thanks also to the CNCF, which provides resources and support, and to the AWS op
221
223
222
224
In addition, massive thanks to Venafi for contributing developer time and resources towards the continued maintenance of cert-manager projects.
223
225
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
+
224
244
## `v1.16.2`
225
245
226
246
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
241
261
242
262
- 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)
243
263
244
-
#### Other (Cleanup or Flake)
264
+
### Other (Cleanup or Flake)
245
265
246
266
- Bump go to 1.23.3 and bump base images to latest available ([#7431](https://github.com/cert-manager/cert-manager/pull/7431), @SgtCoDFish)
247
267
@@ -251,7 +271,7 @@ cert-manager `v1.16.1` contains some fixes to Helm value schema validation, as w
251
271
252
272
Changes since `v1.16.0`.
253
273
254
-
### Bug or Regression
274
+
### Bug Fixes
255
275
256
276
- 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))
257
277
- 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))
0 commit comments