bump: tag and release ORAS CLI v1.3.0-beta.4 #1799
Merged
+1
−1
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 tagging and releasing
v1.3.0-beta.4
based on commit 582ae37. 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.3...582ae37
Draft Release Notes
Experimental Features
oras backup
: New command to back up artifacts from registries to local OCI layout directories or tar archives, with support for including referrers via the--include-referrers
flagoras restore
: New command to restore artifacts from local OCI layout directories or tar archives back to registries, with dry-run mode support via the--dry-run
flag (shows what would be restored without making changes)oras repo
Commands: Add--format
flag support fororas repo ls
andoras repo tags
commands withtext
,json
, andgo-template
output optionsoras manifest index
command with new capabilities:artifactType
on the indexartifactType
in child manifest descriptors--oci-layout-path
flag fororas repo tags
command to list full-reference-style tags (e.g.,example.registry.com/foo:latest
) from OCI layoutsBug Fixes
oras cp
now correctly copies root index when the index has no referrersoras discover --format json
should show an emptyreferrers
list if no referrer found #1715:oras discover --format json
now properly showsreferrers
field when no referrer is foundOther Changes
1.24.5
, update dependencies to latest versions including oras-gov2.6.0
loong64
architecture in releasesDetailed Commits
--format
fororas repo tags
by @Wwwsylvia in feat: support--format
fororas repo tags
#1756--format
fororas repo ls
by @Wwwsylvia in feat: support--format
fororas repo ls
#1758--oci-layout-path
inrepo tags
command by @wangxiaoxuan273 in feat: show repo tags with--oci-layout-path
inrepo tags
command #1759oras backup
to backup artifacts to a directory or a tar by @Wwwsylvia in feat:oras backup
to backup artifacts to a directory or a tar #1790oras restore
command by @Wwwsylvia in feat: addoras restore
command #1792New Contributors
Full Changelog: v1.3.0-beta.3...v1.3.0-beta.4