bump: tag and release ORAS CLI v1.1.0-rc.2#1078
Merged
Merged
Conversation
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## main #1078 +/- ##
==========================================
- Coverage 79.99% 79.92% -0.07%
==========================================
Files 56 56
Lines 2914 2914
==========================================
- Hits 2331 2329 -2
- Misses 405 407 +2
Partials 178 178
|
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 for oras CLI based on 443242e and release. The new tag will be named as
v1.1.0-rc.2for 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 attachandoras pushno longer build manifests with manifest typeapplication/vnd.oci.artifact.manifest.v1+json--image-specfromoras attachoras pushbuilds artifact manifest following this decision treev1.1-imageandv1.1-artifactfrom the flag--image-spec, add new optionsv1.0andv1.1to this flagartifactTypeis used to denote the artifact type field--confignot specifiedoras cpsupports index with subjectOther Changes
--skip-delete-referrersto skip garbage collection of obsolete referrers index (Consider removing the --skip-delete-referrers #1041)oras pushandoras attachwhen annotation file is invalid #1021)1.21Detailed change logs:
What's Changed
internal/credential/store.goby @enraiha0307 in test: add unit test for error scenario ininternal/credential/store.go#982oras pushandoras attachwhen the annotation file is invalid by @1Shubham7 in chore: improving error log fororas pushandoras attachwhen the annotation file is invalid #1026oras tagmore readable by @qweeah in chore: make error returned byoras tagmore readable #1058