diff --git a/changelog/fragments/01-kubebuilder-upgrade.yaml b/changelog/fragments/01-kubebuilder-upgrade.yaml new file mode 100644 index 0000000000..b4aa78164a --- /dev/null +++ b/changelog/fragments/01-kubebuilder-upgrade.yaml @@ -0,0 +1,27 @@ +# entries is a list of entries to include in +# release notes and/or the migration guide +entries: + - description: > + For Go-based operators, upgrade the version of kubebuilder + used in operator-sdk to v3.14.0. + + # kind is one of: + # - addition + # - change + # - deprecation + # - removal + # - bugfix + kind: "change" + + # Is this a breaking change? + breaking: false + + # NOTE: ONLY USE `pull_request_override` WHEN ADDING THIS + # FILE FOR A PREVIOUSLY MERGED PULL_REQUEST! + # + # The generator auto-detects the PR number from the commit + # message in which this file was originally added. + # + # What is the pull request number (without the "#")? + # pull_request_override: 0 +