-
Notifications
You must be signed in to change notification settings - Fork 2.1k
deprecate registry v2 schema 1 #1956
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1956 +/- ##
=======================================
Coverage 56.72% 56.72%
=======================================
Files 310 310
Lines 21800 21800
=======================================
Hits 12367 12367
Misses 8518 8518
Partials 915 915 |
Codecov Report
@@ Coverage Diff @@
## master #1956 +/- ##
=======================================
Coverage 56.72% 56.72%
=======================================
Files 310 310
Lines 21800 21800
=======================================
Hits 12367 12367
Misses 8518 8518
Partials 915 915 |
thaJeztah
left a comment
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.
LGTM
|
prepared backport; #1960 |
|
Please sign your commits following these rules: $ git clone -b "deprecate" [email protected]:andrewhsu/cli.git somewhere
$ cd somewhere
$ git rebase -i HEAD~842356989440
editor opens
change each 'pick' to 'edit'
save the file and quit
$ git commit --amend -s --no-edit
$ git rebase --continue # and repeat the amend for each commit
$ git push -fAmending updates the existing PR. You DO NOT need to open a new one. |
|
@andrewhsu I can't modify your branch, did you keep the "allow edits from maintainers" checkbox when you opened the PR ? |
Co-Authored-By: Sebastiaan van Stijn <[email protected]> Signed-off-by: Andrew Hsu <[email protected]> Signed-off-by: Sebastiaan van Stijn <[email protected]>
|
squashed the commits |
added deprecation notice for registry v2 schema 1
related: moby/moby#39365