-
Notifications
You must be signed in to change notification settings - Fork 16
Write a release document #400
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
base: release-1.0
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kannon92 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 |
/retest |
docs/RELEASE.md
Outdated
|
||
### EnterpriseContractPolicy | ||
|
||
The ECP is a policy that verifies application defined policities and tests if the images pass these policies. |
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.
The ECP is a policy that verifies application defined policities and tests if the images pass these policies. | |
The ECP is a policy that verifies application defined policies and tests if the images pass these policies. |
To release, it is necessary to understand ReleasePlanAdmissions (RPA), EnterpriseContractPolicy (ECP), ReleasePlans (RP), Releases and Snapshots. | ||
You can find these definitions in konflux-release-data in our internal gitlab. | ||
|
||
A VPN is required for these links but you can find the definitions [here](https://gitlab.cee.redhat.com/releng/konflux-release-data). |
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.
might worth pointing to the exact place in the code where to find them
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.
good idea.
docs/RELEASE.md
Outdated
|
||
ReleasePlanAdmissions control the tagging of the images and where they are promoted when released. | ||
These objects also control what ECP runs on a release. | ||
Each release of Kueue will need a new RPA so that one can change the tagging of our images. |
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.
If that is not needed in minor releases:
Each release of Kueue will need a new RPA so that one can change the tagging of our images. | |
Each major release of Kueue will need a new RPA so that one can change the tagging of our images. |
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.
Its actually minor..
I think semvar says (major.minor.patch) so 1.0 and 1.1 are minor bumps. And 1.0.1 would be a patch release.
### Release | ||
|
||
This is a manual CR that triggers the release. | ||
You must specify the snapshot of the intended product you want to 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.
Is it worth adding a link to where find the snapshot?
... | ||
``` | ||
|
||
One adds release notes to this YAML based on 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.
Might be worth adding the link to the konflux page that explains it
https://konflux.pages.redhat.com/docs/users/releasing/create-release.html#creating-a-release-object
and maybe some other page that gives more details of data field
|
||
To release Red Hat Build of Kueue: | ||
|
||
1. Release the Kueue Operand. |
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.
we also need to bump the operator version as well, right?
like #467
docs/RELEASE.md
Outdated
1. Release the Kueue Operand. | ||
2. Update the operator bundle to use release operand images. | ||
3. Release the Kueue Operator. | ||
4. Update the fbc to use the released bundle image. |
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.
could we mention where to get that image?
|
||
One updates the [catalog-template](https://github.com/openshift/kueue-fbc/pull/16/files) and runs generate-fbc.sh. | ||
|
||
Once the fbc merges, you must create a Release for the FBC. |
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.
Is this done with the Release CR?
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.
Correct.
docs/RELEASE.md
Outdated
|
||
For 1.0, it is based on Kueue 0.11. | ||
|
||
Kueue is based on the release branch and 0.11 so the application is kueue-0-11. |
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.
Is this about openshift release branch or kubernetes release branch?
@kannon92: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
No description provided.