-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump: tag and release ORAS CLI v1.1.0-rc.1 #1016
Conversation
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This PR MUST be merged using the "Create a merge commit" method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
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.1
and tagged asv1.1.0-rc.1
for 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 push
andoras attach
generates unwanted manifest file (oras push
generate manifest unwanted file #995)oras attach
andoras push
(--disable-path-validation
not working fororas push
andoras attach
#983, disallow absolute file path inoras push
andoras attach
by default #980, Oras pushes an artifact when uploaded file in the absolute path but fails in pull (tested with azure container registry) #973)--distribution-spec
is provided with invalid value (invalid--distribution-spec
flag returns wrong error information #897)oras discover
(Improper verbose output oforas discover -o tree
#1003)New Features
--skip-delete-referrers
to allow oras commands to skip referrer index clean up (allow oras command to skip referrer index clean up #954, makeoras cp
skip 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 pull
prints better error msg when path traversal is required (improve path traversal error msg oforas pull
#978)github.com/moby/term
togolang.org/x/term
(Updategithub.com/moby/term
togolang.org/x/term
#908)1.20.5
oras tag
towards OCI layouts #901)Detailed change logs:
What's Changed
oras login
by @qweeah in refactor: replace terminal package used byoras login
#910oras tag
by @qweeah in test(e2e): OCI layout specs fororas tag
#902internal/version.go
by @enraiha0307 in test: add unit-tests forinternal/version.go
#977oras discover
by @shizhMSFT in fix: properly print tree fororas discover
#1005