-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Document new release process for kops 1.19 and on #9660
Conversation
Promoting the staging build, for eventual "lights off" / "hands off" releases.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
/retest |
The kops project is released on an as-needed basis. The process is as follows: | ||
|
||
1. An issue is proposing a new release with a changelog since the last release | ||
1. All [OWNERS](https://github.com/kubernetes/kops/blob/master/OWNERS) must LGTM this release |
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.
Maybe it's a little too restrictive to get all 12 people to LGTM?
echo -e "\n## ${FROM} to ${TO}\n" >> docs/releases/${DOC}-NOTES.md | ||
relnotes -config .shipbot.yaml < /tmp/prs >> docs/releases/${DOC}-NOTES.md | ||
``` | ||
|
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.
Remember to also update the doc index with the new release notes page (or change beta to stable)
|
||
* Download release | ||
* Validate it | ||
* Add notes |
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 think we should just link to notes on github. The links break since we expect people to view them through kops.sigs.k8s.io.
Promoting the staging build, for eventual "lights off" / "hands off" releases.