-
Notifications
You must be signed in to change notification settings - Fork 188
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.3.0-beta.2 #1635
Conversation
Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1635 +/- ##
=======================================
Coverage 84.39% 84.39%
=======================================
Files 124 124
Lines 5651 5651
=======================================
Hits 4769 4769
Misses 627 627
Partials 255 255 ☔ View full report in Codecov by Sentry. |
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
Hi @SteveLasker, would you mind approving on the PR instead? |
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 tagging and releasing
v1.3.0-beta.2
based on commit 87379d2. Approval from at least 4 of the 6 owners listed below is required:Please approve on the PR or request changes (with reasoning).
Draft Release Notes:
New Features
oras
now complies with the OCI distribution-spec v1.1.1Bug Fixes
oras manifest index create
--debug
or--no-tty
withoras push
--oci-layout-path
should be marked as experimental #1582: The--oci-layout-path
flag was not marked asexperimental
KB
instead ofkB
in the progress barOther Changes
1.24.0
Detailed Commits
Close()
in write paths by @wangxiaoxuan273 in fix: handle errors returned byClose()
in write paths #1581oras attach
command by @wangxiaoxuan273 in refactor: add metadata render interface and apply it tooras attach
command #1578manifest push
commmand by @wangxiaoxuan273 in refactor: add handlers tomanifest push
commmand #1555manifest index create
by @wangxiaoxuan273 in fix: add digest to fetched status output ofmanifest index create
#1579--oci-layout-path
as experimental by @Horiodino in fix: mark--oci-layout-path
as experimental #1607--oci-layout-path
by @Wwwsylvia in docs: update the help doc for--oci-layout-path
#1609oras-go
to the latest commit which fixes the symlink issue by @Wwwsylvia in fix: bumporas-go
to the latest commit which fixes the symlink issue #1628oras blob push
command by @wangxiaoxuan273 in refactor: use handlers fororas blob push
command #1618New Contributors
--oci-layout-path
as experimental #1607Full Changelog: v1.3.0-beta.1...87379d2