-
Notifications
You must be signed in to change notification settings - Fork 298
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
[Tools] Implement Release channels #2797
Conversation
Skipping CI for Draft Pull Request. |
😊 Welcome @whitneygriffith! This is either your first contribution to the Istio tools repo, or it's been You can learn more about the Istio working groups, Code of Conduct, and contribution guidelines Thanks for contributing! Courtesy of your friendly welcome wagon. |
63b3c88
to
90b52cf
Compare
e4405c2
to
1948d73
Compare
After taking into consideration our discussions around Legacy Channel. We have decided to only have two release channels, and rename them to avoid users thinking that the overall Istio Functionality has regressed. With that being said, the Release Channels proposal has been updated to have the Standard Channel (Full Istio Functionality) and Stable Channel (GA Istio Functionality. Standard Channel:
Stable Channel:
Please review the doc again and raise any comments. |
c477d78
to
00bce67
Compare
b29bcb1
to
e89d1a9
Compare
…et release channel Signed-off-by: Whitney Griffith <whgriffi@microsoft.com>
e89d1a9
to
8844238
Compare
@istio/wg-test-and-release-maintainers istio/api#3133 is incomplete until this change + the accompanying api and pilot PRs get merged. We also want to make sure Whitney has time ti prepare blog posts and docs for release channels before 1.22 is released so please take a look! |
Signed-off-by: whitneygriffith <whitney.griffith16@gmail.com>
346fca4
to
a340947
Compare
Do we want to keep the functionality of parsing the release channel annotations for CRD generation? |
Maybe keep this around as a long-lived branch? I can see the functionality being picked up later and it would be better not to start from scratch |
Part of #173