Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add a changelog
Signed-off-by: everettraven <[email protected]>
  • Loading branch information
everettraven committed Dec 8, 2023
commit e1affc68f34ad48ce8f82199e97c4bf7dc0b2f7c
34 changes: 34 additions & 0 deletions changelog/fragments/01-k8s-kubebuilder-bump.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# entries is a list of entries to include in
# release notes and/or the migration guide
entries:
- description: >
Bump supported Kubernetes version to 1.27
kind: "change"
breaking: false
- description: >
(helm/v1): Deprecate the `--config` flag due to the controller-runtime ComponentConfig
package being deprecated with the planned removal of support for loading manager options
from a file
kind: "deprecation"
breaking: false
- description: >
(go/v4): go/v4 is now stable and is the default version
used when scaffolding a Go based operator
kind: "change"
breaking: false
- description: >
(kustomize/v2): kustomize/v2 is now stable and is the default version
used in the plugin chain when using go/v4, ansible/v1, helm/v1, and hybrid/v1-alpha plugins
kind: "change"
breaking: false
- description: >
`operator-sdk olm install`: fix a bug where the retry logic would not
retry until the the command's timeout was reached, resulting in early exiting
of the command before the specified timeout was reached.
kind: "bugfix"
breaking: false
- description: >
Updated the supported OLM versions to 0.24.0, 0.25.0, and 0.26.0
kind: "change"
breaking: false