Skip to content

Commit

Permalink
Add changelog fragment for kubebuilder update
Browse files Browse the repository at this point in the history
Signed-off-by: Edmund Ochieng <ochienged@gmail.com>
  • Loading branch information
OchiengEd committed May 1, 2024
1 parent 405561f commit a756a6f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions changelog/fragments/01-kubebuilder-upgrade.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a756a6f

Please sign in to comment.