-
Notifications
You must be signed in to change notification settings - Fork 64
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
2.2.0 release #958
2.2.0 release #958
Conversation
Signed-off-by: Stephanie <yangcao@redhat.com>
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.
Do we need to update the kubernetes API version as well? Is there any breaking changes involved?
@schultzp2020 Are there any changes that we need to do on our website to reflect the schema version change? Will this change causes breakage on the doc if we don't make the change at the same time? |
@elsony everything should be good to go on the landing-page/docs side of things. The python script I created should cover everything. |
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.
Should be no issues from the DevWorkspace side -- we're currently basing off of fe7c10e so this is just a version number change.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: amisevsk, yangcao77 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
merging this PR. should have no backward-incompatible changes involved, so no need to bump up the Kubernetes API version |
* 2.2.0 release cut Signed-off-by: Stephanie <yangcao@redhat.com> * 2.2.0 release cut (#958) Signed-off-by: Stephanie <yangcao@redhat.com> Signed-off-by: Stephanie <yangcao@redhat.com> * add signoff Signed-off-by: Stephanie <yangcao@redhat.com> * prepare for 2.2.2 release Signed-off-by: Stephanie <yangcao@redhat.com> --------- Signed-off-by: Stephanie <yangcao@redhat.com>
Signed-off-by: Stephanie yangcao@redhat.com
What does this PR do?:
This PR creates a 2.2.x branch, and update the devfile schema version from
2.2.0-alpha
to2.2.0
, so that devfile v2.2.0 can be officially released.Which issue(s) this PR fixes:
#954
PR acceptance criteria:
Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened.
Unit/Functional tests
QE Integration test
Documentation
Client Impact
How to test changes / Special notes to the reviewer: