Skip to content

Commit 02a168c

Browse files
authored
Merge pull request #1727 from cert-manager/patch_release
Add patch releases v1.17.4 and v1.18.2
2 parents c6cd4ab + 33a72d9 commit 02a168c

File tree

4 files changed

+29
-2
lines changed

4 files changed

+29
-2
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,18 @@ And finally, thanks to the cert-manager steering committee for their feedback in
120120
- [@ianarsenault](https://github.com/ianarsenault)
121121
- [@TrilokGeer](https://github.com/TrilokGeer)
122122

123+
## `v1.17.4`
124+
125+
We fixed a bug in the CSR's name constraints construction (only applies if you have enabled the `NameConstraints` feature gate).
126+
127+
Changes since `v1.17.3`:
128+
129+
### Bug or Regression
130+
131+
- BUGFIX: permitted URI domains were incorrectly used to set the excluded URI domains in the CSR's name constraints ([`#7832`][#7832])
132+
133+
[#7832]: https://github.com/cert-manager/cert-manager/issues/7832
134+
123135
## `v1.17.3`
124136

125137
This patch release addresses several vulnerabilities reported by the Trivy

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,21 @@ And finally, thanks to the cert-manager steering committee for their feedback in
194194
- [@TrilokGeer](https://github.com/TrilokGeer)
195195

196196

197+
## `v1.18.2`
198+
199+
We fixed a bug in the CSR's name constraints construction (only applies if you have enabled the `NameConstraints` feature gate).
200+
We dropped the new `global.rbac.disableHTTPChallengesRole` Helm option due to a bug we found, this feature will be released in `v1.19` instead.
201+
202+
Changes since `v1.18.1`:
203+
204+
### Bug or Regression
205+
206+
- BUGFIX: permitted URI domains were incorrectly used to set the excluded URI domains in the CSR's name constraints ([`#7833`][#7833])
207+
- Reverted adding the `global.rbac.disableHTTPChallengesRole` Helm option. ([`#7837`][#7837])
208+
209+
[#7833]: https://github.com/cert-manager/cert-manager/issues/7833
210+
[#7837]: https://github.com/cert-manager/cert-manager/issues/7837
211+
197212
## `v1.18.1`
198213

199214
We have added a new feature gate `ACMEHTTP01IngressPathTypeExact`, to allow

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.18.0"
2+
"cert_manager_latest_version": "v1.18.2"
33
}

content/v1.17-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.17.3"
2+
"cert_manager_latest_version": "v1.17.4"
33
}

0 commit comments

Comments
 (0)