Skip to content

Commit 7bcf820

Browse files
Merge pull request #1584 from wallrj/release-notes-1.16.1
Release notes 1.16.1
2 parents 90ae1f6 + 73f55fc commit 7bcf820

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

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

+14-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,20 @@ Thanks also to the CNCF, which provides resources and support, and to the AWS op
221221
222222
In addition, massive thanks to Venafi for contributing developer time and resources towards the continued maintenance of cert-manager projects.
223223
224-
## Changes since `v1.15.0`
224+
## `v1.16.1`
225+
226+
Changes since `v1.16.0`.
227+
228+
### Bug or Regression
229+
230+
- 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))
231+
- 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))
232+
- Helm: allow `enabled` to be set as a value to toggle cert-manager as a dependency. ([#7356](https://github.com/cert-manager/cert-manager/pull/7356), [`@inteon`](https://github.com/inteon))
233+
- BUGFIX: A change in `v1.16.0` caused cert-manager's ACME ClusterIssuer to look in the wrong namespace for resources required for the issuance (e.g. credential Secrets). This is now fixed in `v1.16.1`. ([#7342](https://github.com/cert-manager/cert-manager/pull/7342), [`@inteon`](https://github.com/inteon))
234+
235+
## `v1.16.0`
236+
237+
Changes since `v1.15.0`.
225238
226239
### Feature
227240

content/docs/variables.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"cert_manager_latest_version": "v1.16.0"
2+
"cert_manager_latest_version": "v1.16.1"
33
}

0 commit comments

Comments
 (0)