bump: tag and release ORAS CLI v1.2.0-beta.1 #1266
Merged
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.1
based 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 copy
oras pull
oras push
oras attach
oras blob fetch
oras blob push
--no-tty
Experimental Features
oras
is compliant with OCI image-spec v1.1.0-rc6 and distribution-spec v1.1.0-rc4Referrers API
of older version ofdistribution-spec
will fall back toReferrers tag schema
, causing unexpected results oforas attach
andoras discover
commandsdistribution-spec v1.1.0-rc4
:v2.0.0-rc5
and later versionsv2.10.0
and later versions--recursive
oforas cp
from extended copy to copy an artifact or a multi-arch image and their referrer artifactsoras resolve
to get the digest of an artifact--format
tooras push
andoras attach
--format json
to print operation result as a JSON object--format "{{ .Digest }}"
to print the digest of the newly pushed manifest using Go templateBug Fixes
--debug
log #1096: Mixed request number in the debug mode--plain-http=false
does not work for local registriesoras cp -r
fails if index has a child manifest as subject #1129:oras cp -r
fails if index has a child manifest as subjectOther Changes
oras copy
,oras manifest delete
, andoras blob delete
oras copy
1.21.6
What's Changed
blob push
andblob get
by @qweeah in feat: support progressed output inblob push
andblob get
#1113oras cp
by @qweeah in perf: reduce auth request count fororas cp
#1142oras cp
by @qweeah in fix: resolve duplicated debug log fororas cp
#1139--debug
imply--no-tty
by @qweeah in feat: make--debug
imply--no-tty
#1162blob get
by @qweeah in test(e2e): fix a false positive test forblob get
#1184resolve
command by @qweeah in test(e2e): add test forresolve
command #1188oras tag list
by @qweeah in chore(ux): improve error message fororas tag list
#1219