-
Notifications
You must be signed in to change notification settings - Fork 23
[FEATURE] Upgrade operator-sdk to v1.31 #139
Copy link
Copy link
Open
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Milestone
Metadata
Metadata
Assignees
Labels
help wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Type
Projects
Status
Todo
Is there an existing feature request for this?
Is your feature request related to a problem or use-case? Please describe.
operator-sdkis a critical part of our build and release process. It is significantly out of date and needs to be upgraded. Unfortunately, there are several manual steps involved sinceoperator-sdkassumes that your project has aMakefilewith specific structures and attributes.Describe the solution that you would like.
Upgrade the project to operator-sdk v1.31, iterating through each upgrade step along the way (starting with 1.18).
See https://sdk.operatorframework.io/docs/upgrading-sdk-version/
Describe alternatives you have considered.
Anything else?
Links to each upgrade step - note that we should only follow the upgrade steps for
go-based operators. Changes related to Helm and Ansible-based operators do not apply: