-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: everettraven <everettraven@gmail.com>
- Loading branch information
1 parent
aca2e1d
commit e1affc6
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||