-
Notifications
You must be signed in to change notification settings - Fork 15
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
SHIP-0038: Release Branching and Backports #190
SHIP-0038: Release Branching and Backports #190
Conversation
Provisional enhancement proposal to outline Shipwright's strategy for release branching and applying backports. The proposal's goal is to let sub-projects issue patch releases for bug fixes and security advisories. This is accomplished using a release branch name convention and updates to project release processes. Future iterations of this proposal will identify specific changes to be made in our existing release tooling. These updates will also describe how to apply these procedures retroactively to the `v0.12.0` releases of the following sub-projects: - build - operator - cli Signed-off-by: Adam Kaplan <[email protected]>
Fix typo for "Projects" Co-authored-by: Sascha Schwarze <[email protected]>
- Replace `v0.12.z` references with "most recent released version." - Mark LTS and backports to older releases out of scope. - Clarify that we should have at most two branches accepting backports at a given moment in time. Maintainers may backport further at their discretion (ex: a Critical CVE). Signed-off-by: Adam Kaplan <[email protected]>
neat, I like the proposed process. |
Fix typos from review Co-authored-by: Enrique Encalada <[email protected]>
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.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SaschaSchwarze0 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 |
Changes
Provisional enhancement proposal to outline Shipwright's strategy for release branching and applying backports. The proposal's goal is to let sub-projects issue patch releases for bug fixes and security advisories. This is accomplished using a release branch name convention and updates to project release processes.
Future iterations of this proposal will identify specific changes to be made in our existing release tooling. These updates will also describe how to apply these procedures retroactively to the
v0.12.0
releases of the following sub-projects:Relates to #85
Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes