bump: tag and release ORAS CLI v1.1.0-rc.1#1016
Merged
Merged
Conversation
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
Contributor
Contributor
|
This PR MUST be merged using the "Create a merge commit" method. |
Closed
This was referenced Aug 24, 2023
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 cut out a branch for oras CLI based on edfc253 and release. This new branch will be named as
release-1.1and tagged asv1.1.0-rc.1for releasing. At least 3 approvals are needed from the 5 owners.Below is a summary of change notes since v1.0.0:
Issue Notes
Bug Fixes
oras pushandoras attachgenerates unwanted manifest file (oras pushgenerate manifest unwanted file #995)oras attachandoras push(--disable-path-validationnot working fororas pushandoras attach#983, disallow absolute file path inoras pushandoras attachby default #980, Oras pushes an artifact when uploaded file in the absolute path but fails in pull (tested with azure container registry) #973)--distribution-specis provided with invalid value (invalid--distribution-specflag returns wrong error information #897)oras discover(Improper verbose output oforas discover -o tree#1003)New Features
--skip-delete-referrersto allow oras commands to skip referrer index clean up (allow oras command to skip referrer index clean up #954, makeoras cpskip dangling referrers index deletion error #952, Improve the error msg for OCI v1.0 registries or registries that don't support deletion API #915)Other Changes
oras pullprints better error msg when path traversal is required (improve path traversal error msg oforas pull#978)github.com/moby/termtogolang.org/x/term(Updategithub.com/moby/termtogolang.org/x/term#908)1.20.5oras tagtowards OCI layouts #901)Detailed change logs:
What's Changed
oras loginby @qweeah in refactor: replace terminal package used byoras login#910oras tagby @qweeah in test(e2e): OCI layout specs fororas tag#902internal/version.goby @enraiha0307 in test: add unit-tests forinternal/version.go#977oras discoverby @shizhMSFT in fix: properly print tree fororas discover#1005