-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update hack/new_version.sh
script and generate v2beta16
#5748
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
Update hack/new_version.sh
script and generate v2beta16
#5748
Conversation
Thanks for fixing the hack script. Can you please link or mention the config changes for which we are doing the schema bump? |
Thanks! Approved! |
Codecov Report
@@ Coverage Diff @@
## master #5748 +/- ##
==========================================
- Coverage 70.87% 70.66% -0.21%
==========================================
Files 421 423 +2
Lines 16087 16165 +78
==========================================
+ Hits 11401 11423 +22
- Misses 3850 3901 +51
- Partials 836 841 +5
Continue to review full report at Codecov.
|
Description
Generates schema version
v2beta16
.This will unblock #5706
Also updates the code related to
hack/new_version.sh
to be aligned with refactor introduced by #5728.