bump: tag and release ORAS CLI v1.2.0-beta.1#1266
Merged
Merged
Conversation
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1266 +/- ##
=======================================
Coverage 81.92% 81.92%
=======================================
Files 83 83
Lines 3995 3995
=======================================
Hits 3273 3273
Misses 499 499
Partials 223 223 ☔ View full report in Codecov by Sentry. |
Contributor
|
LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does / why we need it:
This PR proposes to tag
v1.2.0-beta.1based on 9ffdb3e and release. At least 3 approvals are needed from the 5 owners.Below is a summary of change notes since v1.1.0:
New Features
oras copyoras pulloras pushoras attachoras blob fetchoras blob push--no-ttyExperimental Features
orasis compliant with OCI image-spec v1.1.0-rc6 and distribution-spec v1.1.0-rc4Referrers APIof older version ofdistribution-specwill fall back toReferrers tag schema, causing unexpected results oforas attachandoras discovercommandsdistribution-spec v1.1.0-rc4:v2.0.0-rc5and later versionsv2.10.0and later versions--recursiveoforas cpfrom extended copy to copy an artifact or a multi-arch image and their referrer artifactsoras resolveto get the digest of an artifact--formattooras pushandoras attach--format jsonto print operation result as a JSON object--format "{{ .Digest }}"to print the digest of the newly pushed manifest using Go templateBug Fixes
--debuglog #1096: Mixed request number in the debug mode--plain-http=falsedoes not work for local registriesoras cp -rfails if index has a child manifest as subject #1129:oras cp -rfails if index has a child manifest as subjectOther Changes
oras copy,oras manifest delete, andoras blob deleteoras copy1.21.6What's Changed
blob pushandblob getby @qweeah in feat: support progressed output inblob pushandblob get#1113oras cpby @qweeah in perf: reduce auth request count fororas cp#1142oras cpby @qweeah in fix: resolve duplicated debug log fororas cp#1139--debugimply--no-ttyby @qweeah in feat: make--debugimply--no-tty#1162blob getby @qweeah in test(e2e): fix a false positive test forblob get#1184resolvecommand by @qweeah in test(e2e): add test forresolvecommand #1188oras tag listby @qweeah in chore(ux): improve error message fororas tag list#1219