-
Notifications
You must be signed in to change notification settings - Fork 82
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
Initial changes for v1beta2 CRD #1077
Conversation
AWS CodeBuild CI Report for Linux CentOS 7
|
AWS CodeBuild CI Report for Linux CentOS 7
|
AWS CodeBuild CI Report for Linux CentOS 7
|
AWS CodeBuild CI Report for Linux CentOS 7
|
AWS CodeBuild CI Report for Linux CentOS 7
|
AWS CodeBuild CI Report for Linux CentOS 7
|
The e2e test pipeline will fail until we upgrade the CRD in our test cluster(s). |
AWS CodeBuild CI Report for Linux CentOS 7
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to rebase those changes and add all changes that were merged for v1beta1 to v1beta2 after that I would merge those changes and start writing the change-log for 1.0.0
I think I have all deprecations updated for v1beta2. |
AWS CodeBuild CI Report for Linux CentOS 7
|
* Initial changes for v1beta2 CRD
Description
Fixes: #1047
Fixes: #895
Fixes: #833
Fixes: #551
Type of change
Discussion
This adds a new CRD v1beta2, which will be the default stored version. Internally the operator will use v1beta1 until we change this in the next release.
Testing
Unit tests + local tests.
I tested different settings:
Documentation
Added some additional docs.
Follow-up
After this we can change the default internal type of the operator to v1beta2 and remove some additional code.