bump: tag and release ORAS CLI v1.3.0-beta.4#1799
Merged
Merged
Conversation
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
6 tasks
shizhMSFT
approved these changes
Aug 8, 2025
Member
Author
We can adjust the phrasing/style of release notes |
6 tasks
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.4based 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-referrersflagoras 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-runflag (shows what would be restored without making changes)oras repoCommands: Add--formatflag support fororas repo lsandoras repo tagscommands withtext,json, andgo-templateoutput optionsoras manifest indexcommand with new capabilities:artifactTypeon the indexartifactTypein child manifest descriptors--oci-layout-pathflag fororas repo tagscommand to list full-reference-style tags (e.g.,example.registry.com/foo:latest) from OCI layoutsBug Fixes
oras cpnow correctly copies root index when the index has no referrersoras discover --format jsonshould show an emptyreferrerslist if no referrer found #1715:oras discover --format jsonnow properly showsreferrersfield when no referrer is foundOther Changes
1.24.5, update dependencies to latest versions including oras-gov2.6.0loong64architecture in releasesDetailed Commits
--formatfororas repo tagsby @Wwwsylvia in feat: support--formatfororas repo tags#1756--formatfororas repo lsby @Wwwsylvia in feat: support--formatfororas repo ls#1758--oci-layout-pathinrepo tagscommand by @wangxiaoxuan273 in feat: show repo tags with--oci-layout-pathinrepo tagscommand #1759oras backupto backup artifacts to a directory or a tar by @Wwwsylvia in feat:oras backupto backup artifacts to a directory or a tar #1790oras restorecommand by @Wwwsylvia in feat: addoras restorecommand #1792New Contributors
Full Changelog: v1.3.0-beta.3...v1.3.0-beta.4