-
Notifications
You must be signed in to change notification settings - Fork 181
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.0.1 #1048
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 @@
## release-1.0 #1048 +/- ##
============================================
Coverage 80.95% 80.95%
============================================
Files 56 56
Lines 2888 2888
============================================
Hits 2338 2338
Misses 375 375
Partials 175 175
|
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
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 tag oras CLI v1.0.1 based on acf147b and release. This merged commit in branch release 1.0 will be tagged as v1.0.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)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.7
oras tag
towards OCI layouts #901, Increasing code coverage and cover negative/success scenarios in unit tests. #972, ORAS E2E CI provides false positive result when failing #1022)