-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
revert defaulter-gen #1288
revert defaulter-gen #1288
Conversation
Can you reformat the commit message according to our guidelines. Also add a line in the removed section of the CHANGELOG to point this out. And probably mention that defaulting for CRs should be done with mutating webhooks. |
removes defaulter gen, instead users should use mutating webhooks reverts pr operator-framework#1050
6cf3003
to
b5af8b2
Compare
Track changes between releases
Should we also remove |
@joelanford Yes good catch. |
removes defaulter gen, instead users should use mutating webhooks reverts pr operator-framework#1050
Track changes between releases
You need to update |
version/version.go
Outdated
@@ -15,5 +15,5 @@ | |||
package version | |||
|
|||
var ( | |||
Version = "v0.6.0+git" | |||
Version = "v0.7.0+git" |
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.
@theishshah I'm confused why some of these 0.7.0 changes are showing up in this PR. I checked master
to be sure and all of them are already there. Maybe some weirdness happened with merging or rebasing after 0.7.0 was released?
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.
Yeah you might want to squash merge onto master.
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.
LGTM. Just one nit.
Co-Authored-By: theishshah <ish@ishshah.me>
Description of the change:
Revert defaulter-gen changes made in #1050
Motivation for the change:
Discussion on #1038