-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[v3] Schema Version upgrading for v1 and v2. #5796
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5796 +/- ##
==========================================
+ Coverage 70.92% 70.95% +0.02%
==========================================
Files 438 438
Lines 16434 16477 +43
==========================================
+ Hits 11656 11691 +35
- Misses 3921 3926 +5
- Partials 857 860 +3
Continue to review full report at Codecov.
|
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.
Looking pretty good, have a few nits/comments
1. Add upgrade func to v3alpha1 2. Enable schema parsing for v2 schemas (v3alpha*) 3. Compatibility check among v1 and v2 schemas 4. Update `skaffold fix` to avoid upgrading v1 schemas to v2 and vice versa. 5. Update the schemas usage in `hack`, `cmd/fix` `cmd/list` to hide v2 schemas from users.
Related: #5673
Description
skaffold fix
to avoid upgrading v1 schemas to v2 and vice versa.hack
,cmd/fix
cmd/list
to hide v2 schemas from users.