bump: tag and release ORAS CLI v1.3.0#1839
Merged
Merged
Conversation
Signed-off-by: Lixia (Sylvia) Lei <lixlei@microsoft.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1839 +/- ##
=======================================
Coverage 85.31% 85.31%
=======================================
Files 143 143
Lines 6742 6742
=======================================
Hits 5752 5752
Misses 703 703
Partials 287 287 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
|
We just need to keep the detailed commits since |
Contributor
|
Since this is a minor version update, we need the change log summary from |
Contributor
|
We can put the |
Member
Author
jonesbusy
approved these changes
Sep 4, 2025
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.0based on commit 40530fe. Approval from at least 4 of the 6 owners listed below is required:Please approve on the PR or request changes (with reasoning).
Changelog since
v1.2.3: v1.2.3...40530feChangelog since
v1.3.0-rc.2: v1.3.0-rc.2...40530feDraft Release Notes
ORAS CLI v1.3.0
Feature Stability Updates
PreviewtoStable:oras attachoras attach --platformoras pull --include-subjectoras resolvefromExperimentaltoPreviewNew Features
oras versionoras manifest getfororas manifest fetchPreview Features
oras discover--no-ttyflag--no-ttyflag remains available for TTY-capable commandsExperimental Features
oras backup: New command to back up artifacts from remote registries into local OCI image layouts, either as directories or tar archives.oras restore: New command to restore artifacts from local OCI image layouts (directories or tar archives) back to remote registries.oras manifest indexcommand set to manage OCI image index manifestsoras manifest index createto create a new index from existing manifestsoras manifest index updateto update an existing index manifest--artifact-platformtooras pushto push artifacts with platform informationoras discovermanifestsfield toreferrersjsonformat--depth--formattooras repo lsandoras repo tagswithtext,json, andgo-template--oci-layout-pathDeprecations
-v,--verboseis marked as deprecated for all commands; verbose output is enabled by defaulttableoption for the--formatflag inoras discoveris marked as deprecatedBug Fixes
oras tagshould not create referrers tags #1436:oras tagno longer creates a referrer tagreferencein the formatted output oforas pullis invalid #1494: invalid reference in the formatted output oforas pulloras cpnow correctly copies the root index when the index has no referrersOther Changes
loong64architecture--debuglogsDetailed Commits
oras tagby @qweeah in fix(doc): resolve example error fororas tag#1419cp,tagandmanifest pushby @qweeah in refactor: add display handler forcp,tagandmanifest push#14391.23.0by @Wwwsylvia in build: upgrade to Go1.23.0#1493oras pullis invalid by @wangxiaoxuan273 in fix: reference in the formatted output oforas pullis invalid #1496oras manifest index createby @wangxiaoxuan273 in feat: --output fororas manifest index create#1490--outputfor oras manifestindex updateby @wangxiaoxuan273 in feat:--outputfor oras manifestindex update#1502--annotationforindex createby @wangxiaoxuan273 in feat:--annotationforindex create#1499manifest indexcommands by @wangxiaoxuan273 in refactor: status, metadata and content handlers formanifest indexcommands #1509--verboseas deprecated by @Wwwsylvia in refactor: mark--verboseas deprecated #1558Close()in write paths by @wangxiaoxuan273 in fix: handle errors returned byClose()in write paths #1581oras attachcommand by @wangxiaoxuan273 in refactor: add metadata render interface and apply it tooras attachcommand #1578manifest pushcommmand by @wangxiaoxuan273 in refactor: add handlers tomanifest pushcommmand #1555manifest index createby @wangxiaoxuan273 in fix: add digest to fetched status output ofmanifest index create#1579--oci-layout-pathas experimental by @Horiodino in fix: mark--oci-layout-pathas experimental #1607--oci-layout-pathby @Wwwsylvia in docs: update the help doc for--oci-layout-path#1609oras-goto the latest commit which fixes the symlink issue by @Wwwsylvia in fix: bumporas-goto the latest commit which fixes the symlink issue #1628oras blob pushcommand by @wangxiaoxuan273 in refactor: use handlers fororas blob pushcommand #1618manifest fetchby @wangxiaoxuan273 in feat: add alias formanifest fetch#1644--verboseflag by @wangxiaoxuan273 in fix: bring back--verboseflag #1660oras discoverby @wangxiaoxuan273 in feat!: support showing indirect referrers for all formats oforas discover#1653oras manifest index createby @RohanMishra315 in docs: update the help doc fororas manifest index create#1650--no-ttyout ofoption.Commonby @wangxiaoxuan273 in refactor: move--no-ttyout ofoption.Common#1699--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 #1792--platformflag oforas attachfrom preview to stable by @wangxiaoxuan273 in chore: mark--platformflag oforas attachfrom preview to stable #1822oras resolvefrom experimental to preview by @wangxiaoxuan273 in chore: markoras resolvefrom experimental to preview #1823--include-subjectfororas pullby @Wwwsylvia in chore: remove [Preview] label on--include-subjectfororas pull#1821oras attachby @Wwwsylvia in chore(ux): remove [Preview] label fororas attach#1824New Contributors
--oci-layout-pathas experimental #1607oras manifest index create#1650Full Changelog: v1.2.3...v1.3.0
What's Changed Since RC.2
Other Changes
Detaild Commits
Full Changelog: v1.3.0-rc.2...v1.3.0