-
Notifications
You must be signed in to change notification settings - Fork 1.8k
(chore): bump k8s and kubebuilder #6613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
everettraven
merged 14 commits into
operator-framework:master
from
everettraven:chore/k8s-1.27
Dec 12, 2023
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
b72a09c
wip: bump k8s and kubebuilder
everettraven b89812e
bump k8s in makefile
everettraven 8288c09
comment ansible dep to progress further
everettraven 00b5a69
bump ansible plugin version, regenerate testdata
everettraven a33a87b
go mod tidy after rebase
everettraven 5909fba
fix operator-sdk olm install
everettraven 0ef3f08
update olm bindata + fix lint errors
everettraven 22e3734
bump olm version for e2e
everettraven 2b9af4c
olm install - attempt to create resources until context is canceled
everettraven aca2e1d
fix failing unit test
everettraven e1affc6
add a changelog
everettraven b5e42f8
address review comments
everettraven ea42380
update go e2e to use go/v4 testdata
everettraven 84e0226
update sample e2e and integration tests to use go/v4 testdata
everettraven File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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,52 @@ | ||
# 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-alpha): go/v4 is now stable and is the default version | ||
used when scaffolding a Go based operator | ||
kind: "change" | ||
breaking: true | ||
migration: | ||
header: (go/v4-alpha) Move go/v4 plugin from alpha to stable | ||
body: | | ||
The transition from Golang v2 and v3 plugins to the new Golang v4 plugin introduces significant changes. | ||
To gain insights into the reasoning behind these changes, you can refer to the explanation provided | ||
at https://book.kubebuilder.io/migration/v3vsv4#tldr-of-the-new-gov4-plugin. | ||
|
||
For a comprehensive understanding of the migration process to the v4 plugin format, | ||
the Kubebuilder documentation outlines the necessary steps. Detailed instructions | ||
can be found at https://book.kubebuilder.io/migration/manually_migration_guide_gov3_to_gov4. | ||
|
||
This migration is designed to enhance your project's functionality and compatibility, | ||
reflecting the evolving landscape of Golang development. | ||
- description: > | ||
(kustomize/v2-alpha): 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: true | ||
migration: | ||
header: (kustomize/v2-alpha) Move kustomize/v2 plugin from alpha to stable | ||
body: | | ||
For more information on the kustomize/v2 plugin, please refer to the documentation at | ||
https://book.kubebuilder.io/plugins/kustomize-v2 | ||
- 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 | ||
|
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.