bump: tag and release ORAS CLI v1.3.0-beta.1 #1577
Merged
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 tag v1.3.0-beta.1 based on 2ca02f6 and release. At least 3 approvals are needed from the 5 owners.
Below is a summary of change notes since v1.2.0:
New Features
oras version
Experimental Features
oras manifest index create
to craft OCI index manifestsoras manifest index update
to update existing OCI index manifests--artifact-platform
option fororas push
to push multi-arch artifacts--oci-layout-path
option fororas cp
to copy via full reference in OCI Image LayoutDeprecation
-v
,--verbose
flag is deprecated and all status text output will be verbose by defaultBug Fixes
-v
,--verbose
flag from below commands:oras blob delete
oras blob fetch
oras login
oras manifest delete
oras manifest fetch
oras manifest fetch-config
oras repo ls
oras repo tags
oras resolve
oras tag
oras tag
should not create referrers tags #1436:oras tag
no longer creates referrer tag.reference
in the formatted output oforas pull
is invalid #1494: invalid reference in the format output oforas pull
Other Changes
1.23.4
What's Changed
oras tag
by @qweeah in fix(doc): resolve example error fororas tag
#1419cp
,tag
andmanifest push
by @qweeah in refactor: add display handler forcp
,tag
andmanifest push
#14391.23.0
by @Wwwsylvia in build: upgrade to Go1.23.0
#1493oras pull
is invalid by @wangxiaoxuan273 in fix: reference in the formatted output oforas pull
is invalid #1496oras manifest index create
by @wangxiaoxuan273 in feat: --output fororas manifest index create
#1490--output
for oras manifestindex update
by @wangxiaoxuan273 in feat:--output
for oras manifestindex update
#1502--annotation
forindex create
by @wangxiaoxuan273 in feat:--annotation
forindex create
#1499manifest index
commands by @wangxiaoxuan273 in refactor: status, metadata and content handlers formanifest index
commands #1509--verbose
as deprecated by @Wwwsylvia in refactor: mark--verbose
as deprecated #1558New Contributors
Full Changelog: v1.2.0...2ca02f6