-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Cut v0.2.9 release #522
Cut v0.2.9 release #522
Conversation
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.
Couple quick questions, but nothing that would require any changes
@@ -17,7 +17,7 @@ dev: verify test ## Run all steps in the developer loop | |||
|
|||
ci: verify licenses battletest ## Run all steps used by continuous integration | |||
|
|||
release: publish helm docs ## Run all steps in release workflow | |||
release: codegen publish helm docs ## Run all steps in release workflow |
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.
What changed to necessitate including this here?
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 realized it was missing. It's just an extra safe check that, on release, all of our files have the correct headers, that apidocs are up to date, etc.
@@ -1,3 +1,17 @@ | |||
/* |
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.
Are these license headers manually added?
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.
Added with make codegen
Issue, if available:
Description of changes:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.