-
Notifications
You must be signed in to change notification settings - Fork 201
bump: tag and release ORAS CLI v1.3.0-beta.3 #1705
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
Conversation
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1705 +/- ##
=======================================
Coverage 84.69% 84.69%
=======================================
Files 127 127
Lines 5718 5718
=======================================
Hits 4843 4843
Misses 622 622
Partials 253 253 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Going to be a docs PR?
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
could you please confirm when we are expecting a patch? I cant see the release yet. @Wwwsylvia @shizhMSFT @SteveLasker |
@TerryHowe Yes, there is another issue tracked on oras-project/oras-www#468. It does not block the release process. I will have a PR to address the doc issue. |
@AliVerses We will prepare another vote for the patch release. |
What this PR does / why we need it:
This PR proposes tagging and releasing
v1.3.0-beta.3
based on commit fce0546. Approval from at least 4 of the 6 owners listed below is required:Please approve on the PR or request changes (with reasoning).
Changelog: v1.3.0-beta.2...fce0546
Draft Release Notes
New Features
oras manifest get
as an alias fororas manifest fetch
.Experimental Features
oras discover
:manifests
is nowreferrers
.--format json
option.oras discover
go-template
andjson
formats, which previously showed only the direct referrers.--depth
flag that controls the maximum depth of referrers to display.oras discover --format tree
.Deprecation
table
option for the--format
flag inoras discover
.Bug Fixes
--verbose
flag was removed inv1.3.0-beta.1
.Other Changes
1.24.2
.Detailed Commits
manifest fetch
by @wangxiaoxuan273 in feat: add alias formanifest fetch
#1644--verbose
flag by @wangxiaoxuan273 in fix: bring back--verbose
flag #1660oras discover
by @wangxiaoxuan273 in feat!: support showing indirect referrers for all formats oforas discover
#1653oras manifest index create
by @RohanMishra315 in docs: update the help doc fororas manifest index create
#1650--no-tty
out ofoption.Common
by @wangxiaoxuan273 in refactor: move--no-tty
out ofoption.Common
#1699New Contributors
oras manifest index create
#1650Full Changelog: v1.3.0-beta.2...v1.3.0-beta.3