-
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
Add release documentation for Pipeline #5586
Conversation
@tektoncd/core-maintainers FYI |
/test check-pr-has-kind-label |
@afrittoli: The specified target(s) for
The following commands are available to trigger optional jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test check-pr-has-kind-label |
@afrittoli: The specified target(s) for
The following commands are available to trigger optional jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
/test check-pr-has-kind-label |
@abayer: The specified target(s) for
The following commands are available to trigger optional jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
releases.md
Outdated
|
||
- Versions are numbered according to semantic versioning: `vX.Y.Z` | ||
- A new release is produced on a monthly basis | ||
- Four releases a year are chosen for long term support (LTS). All remaining |
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.
Can we describe what LTS entails ? How many month are those supported, what type of support is there ? (security fix, bugfix, …)
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.
That's described in the community policy, I can add a link in the LTS word here, would that be ok?
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.
Link added
as follows: | ||
|
||
- Versions are numbered according to semantic versioning: `vX.Y.Z` | ||
- A new release is produced on a monthly basis |
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.
Will this be the case after we release V1
?
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.
Yes
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.
@pritidesai you mean a v1
tag right ? 🙃
1. Edit `README.md` on `main` branch, add entry to docs table with latest release links. | ||
1. Edit `README.md` on `main` branch, add entry to docs table with latest release links. | ||
|
||
1. Edit `releases.md` on the `main` branch, add an entry for the 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.
After adding an entry to releases.md
, do release manager need to take any further action on the older entries?
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.
Yes, most likely.
I am the release manager for v0.41.0 which will be the first LTS release and the first release for which the new rule will apply, so as part of v0.41.0 I will update this doc and update the cheat-sheet as required if that's ok?
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.
yup that will work 👍
/test check-pr-has-kind-label |
@afrittoli: The specified target(s) for
The following commands are available to trigger optional jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I think you might need to squash into one commit, happy to lgtm after that! |
/test .* |
@afrittoli: The specified target(s) for
The following commands are available to trigger optional jobs:
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
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.
thank you @afrittoli, would like to watch out how this evolve after 0.41 👍
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abayer, pritidesai, vdemeester 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 |
Add the release policy and list of releases for Pipeline. This documented may be automated in future, it's maintained manually for now. Updated the release process accordingly. Fixes: tektoncd#5399 Signed-off-by: Andrea Frittoli <[email protected]>
Done! |
/lgtm |
Changes
Add the release policy and list of releases for Pipeline. This documented may be automated in future, it's maintained manually for now.
Updated the release process accordingly.
Fixes: #5399
Signed-off-by: Andrea Frittoli [email protected]
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
functionality, content, code)
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes
/kind documentation