We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5377990 commit 7bda41cCopy full SHA for 7bda41c
changelog/fragments/csv-whdescs-defaults.yaml
@@ -1,7 +1,11 @@
1
entries:
2
- description: >
3
- Default a CSV's `spec.webhookDefinition[].admissionReviewVersions` to "v1beta1".
4
- kind: addition
+ `generate <bundle|packagemanifests>` now defaults a CSV's `spec.webhookDefinition[].admissionReviewVersions`
+ to []string{"v1beta1"}, as an empty or null value is invalid.
5
+ kind: bugfix
6
+ pull_request_override: 3903
7
- Default a CSV's `spec.webhookDefinition[].sideEffects` to "None".
8
+ `generate <bundle|packagemanifests>` now defaults a CSV's `spec.webhookDefinition[].sideEffects`
9
+ to "None", as an empty or null value is invalid.
10
11
0 commit comments