bump: tag and release ORAS CLI v1.1.0-rc.2 #1078
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 for oras CLI based on 443242e and release. The new tag will be named as
v1.1.0-rc.2
for releasing. At least 3 approvals are needed from the 5 owners.Below is a summary of change notes since v1.1.0-rc.1:
Release Notes
New Features
image-spec
#1043, bump OCI image-spec from 1.1.0-rc2 to 1.1.0-rc.4 #1009)oras attach
andoras push
no longer build manifests with manifest typeapplication/vnd.oci.artifact.manifest.v1+json
--image-spec
fromoras attach
oras push
builds artifact manifest following this decision treev1.1-image
andv1.1-artifact
from the flag--image-spec
, add new optionsv1.0
andv1.1
to this flagartifactType
is used to denote the artifact type field--config
not specifiedoras cp
supports index with subjectOther Changes
--skip-delete-referrers
to skip garbage collection of obsolete referrers index (Consider removing the --skip-delete-referrers #1041)oras push
andoras attach
when annotation file is invalid #1021)1.21
Detailed change logs:
What's Changed
internal/credential/store.go
by @enraiha0307 in test: add unit test for error scenario ininternal/credential/store.go
#982oras push
andoras attach
when the annotation file is invalid by @1Shubham7 in chore: improving error log fororas push
andoras attach
when the annotation file is invalid #1026oras tag
more readable by @qweeah in chore: make error returned byoras tag
more readable #1058