Skip to content

Releases: oras-project/oras

v1.3.0

08 Sep 04:55
Compare
Choose a tag to compare

New Features

Stable

  • oras is compliant with OCI distribution-spec v1.1.1
  • Show OS and architecture in oras version
  • Add alias oras manifest get for oras manifest fetch

Preview

  • Improve tree view in oras discover
    • Display annotations by default
    • Colorize tree view 🌈

Experimental

  • Introduce portable backup and restore of OCI artifacts, images, and repositories
    • 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.
  • Introduce multi-arch image/artifact management
    • Add the oras manifest index command set to manage OCI image index manifests
      • oras manifest index create to create a new index from existing manifests
      • oras manifest index update to update an existing index manifest
    • Add --artifact-platform to oras push to push artifacts with platform information
    • Add --format to oras repo ls and oras repo tags with text, json, and go-template options
    • Support fully qualified references for OCI image layout via --oci-layout-path
  • Refine the oras discover output for the json and go-template formats
    • BREAKING CHANGE: Rename the manifests field to referrers
    • Add subject manifest details to the json output
  • oras discover now displays referrers recursively by default; the maximum recursion depth can be controlled via the --depth flag

Feature Promotions

  • Promote the following commands and flags from Preview to Stable:
    • oras attach
    • oras attach --platform
    • oras pull --include-subject
  • Promote oras resolve from Experimental to Preview

Deprecations

Stable

  • Deprecate the -v, --verbose flag (verbose output is now enabled by default)

Preview

  • BREAKING CHANGE Remove the global --no-tty flag
    • --no-tty remains available on individual TTY-capable commands

Experimental

  • Deprecate the table option of the --format flag in oras discover

Bug Fixes

  • Fix #1436: oras tag creates referrers tags unexpectedly
  • Fix #1442: invalid progress bar shown for empty layers
  • Fix #1494: invalid reference in the formatted output of oras pull
  • Fix #1593: unable to download an artifact twice if it contains symbolic links
  • Fix #1599: Auth token scope not correctly added when using --debug or --no-tty with oras push
  • Fix #1623: Should show KB instead of kB in the progress bar
  • Fix #1728: oras cp now correctly copies the root index when the index has no referrers
  • Fix #1795, #1825: redundant blank lines in terminal output

Other Changes

  • Add support for the loong64 architecture
  • Upgrade to Go 1.25.0
  • Enhance UX:
  • Improve documentation
  • Optimize code structure
  • Update dependencies
  • Minor security enhancements

New Contributors

Full Changelog: v1.2.0...v1.3.0

What's Changed Since RC.2

  • bump: tag and release ORAS CLI v1.3.0-rc.2 by @Wwwsylvia in #1834
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.25.1 to 2.25.2 in /test/e2e by @dependabot[bot] in #1836
  • build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #1837

Full Changelog: v1.3.0-rc.2...v1.3.0

Notes

This release was signed with 3E94 D52A FA46 5877 CAEA 79F1 E805 2EA1 7ECB 9A6C (@Wwwsylvia's GPG key) which can be found here.

v1.3.0-rc.2

28 Aug 04:10
Compare
Choose a tag to compare
v1.3.0-rc.2 Pre-release
Pre-release

UX Enhancements

  • Refine the color scheme for the tree view in oras discover for better visual clarity
  • Improve the error message for oras backup when the output file exists as a directory

Detailed Commits

Full Changelog: v1.3.0-rc.1...v1.3.0-rc.2

Notes

This release was signed with 3E94 D52A FA46 5877 CAEA 79F1 E805 2EA1 7ECB 9A6C (@Wwwsylvia's GPG key) which can be found here.

v1.3.0-rc.1

26 Aug 07:56
Compare
Choose a tag to compare
v1.3.0-rc.1 Pre-release
Pre-release

Feature Stability Updates

  • Promote the following commands and flags from Preview to Stable:
    • oras attach
    • oras attach --platform
    • oras pull --include-subject
  • Promote oras resolve from Experimental to Preview

Bug Fixes

  • Fix #1795, #1825: redundant blank lines in terminal output

Other Changes

  • Upgrade to Go 1.25.0
  • Update dependencies

Detailed Commits

  • bump: tag and release ORAS CLI v1.3.0-beta.4 by @Wwwsylvia in #1799
  • build(deps): bump library/golang from 1.24.5-alpine to 1.24.6-alpine by @dependabot[bot] in #1804
  • build(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 by @dependabot[bot] in #1800
  • chore: add Sylvia's GPG key by @Wwwsylvia in #1806
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #1814
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.23.4 to 2.24.0 in /test/e2e by @dependabot[bot] in #1816
  • build(go): upgrade to Go 1.25.0 by @Wwwsylvia in #1817
  • chore: mark --platform flag of oras attach from preview to stable by @wangxiaoxuan273 in #1822
  • chore: mark oras resolve from experimental to preview by @wangxiaoxuan273 in #1823
  • chore: remove [Preview] label on --include-subject for oras pull by @Wwwsylvia in #1821
  • chore(ux): remove [Preview] label for oras attach by @Wwwsylvia in #1824
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.24.0 to 2.25.0 in /test/e2e by @dependabot[bot] in #1826
  • fix: improve tty UX to avoid redundant blank by @wangxiaoxuan273 in #1827
  • build(deps): bump github.com/onsi/ginkgo/v2 from 2.25.0 to 2.25.1 in /test/e2e by @dependabot[bot] in #1828
  • build(deps): bump github.com/onsi/gomega from 1.38.0 to 1.38.1 in /test/e2e by @dependabot[bot] in #1829

Full Changelog: v1.3.0-beta.4...v1.3.0-rc.1

Notes

This release was signed with 3E94 D52A FA46 5877 CAEA 79F1 E805 2EA1 7ECB 9A6C (@Wwwsylvia's GPG key) which can be found here.

v1.3.0-beta.4

11 Aug 03:44
Compare
Choose a tag to compare
v1.3.0-beta.4 Pre-release
Pre-release

Experimental Features

  • Introduce portable backup and restore of OCI artifacts, images, and repositories
    • 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.
  • Add --format flag support for the oras repo ls and oras repo tags commands with text, json, and go-template output options
  • Add --artifact-type flag support for oras manifest index create and oras manifest index update commands to set the artifact type of an OCI image index
  • Enhance multi-repository OCI image layout support for oras repo tags to list tags under a specified repository

Bug Fixes

  • Fix #1728: oras cp now correctly copies root index when the index has no referrers
  • Fix #1715: oras discover --format json now properly shows referrers field when no referrer is found

Other Changes

  • Add support for the loong64 architecture
  • Improve UX with clearer error messages
  • Improve code quality and performance
  • Upgrade to Go 1.24.5
  • Update dependencies

Detailed Commits

New Contributors

Full Changelog: v1.3.0-beta.3...v1.3.0-beta.4

Notes

This release was signed with 73C7 F42E 8F0B 4493 115A BED6 4F72 3223 E9DF 0185 (@shizhMSFT's GPG key) which can be found here.

v1.2.3

29 Apr 07:23
Compare
Choose a tag to compare

Bug Fixes

  • Fix #1599: Auth token scope not correctly added when using --debug or --no-tty with oras push
  • Fix #1623: Should show KB instead of kB in the progress bar

Other Changes

  • Minor security enhancements
  • Update dependencies

Detailed Commits

New Contributors

Full Changelog: v1.2.2...v1.2.3

Notes

This release was signed with 73C7 F42E 8F0B 4493 115A BED6 4F72 3223 E9DF 0185 (@shizhMSFT's GPG key) which can be found here.

v1.3.0-beta.3

25 Apr 07:20
Compare
Choose a tag to compare
v1.3.0-beta.3 Pre-release
Pre-release

New Features

  • Add oras manifest get as an alias for oras manifest fetch

Preview Features

  • Improve tree view in oras discover
    • Annotations are displayed by default
    • Trees are colorized 🌈
  • BREAKING CHANGE Remove the global --no-tty flag
    • The --no-tty flag is kept for TTY-capable commands

Experimental Features

  • Refine the output of oras discover
    • BREAKING CHANGE Rename the manifests field to referrers
    • Add subject manifest details for the json format
  • oras discover displays referrers recursively by default
    • Add a --depth flag to control the maximum depth of referrers discovered

Deprecation

  • Mark the table option for the --format flag in oras discover as deprecated

Bug Fixes

  • Fix #1659, #1694, #1695: Unexpected error "compare and swap of inconsistently typed value into Value" was returned
  • Fix #1640: The --verbose flag was removed in v1.3.0-beta.1
  • Minor fixes

Other Changes

  • Upgrade to Go 1.24.2
  • Update dependencies
  • Improve documentation
  • Optimize code structure

Detailed Commits

New Contributors

Full Changelog: v1.3.0-beta.2...v1.3.0-beta.3

Notes

This release was signed with 73C7 F42E 8F0B 4493 115A BED6 4F72 3223 E9DF 0185 (@shizhMSFT's GPG key) which can be found here.

v1.3.0-beta.2

27 Feb 06:29
Compare
Choose a tag to compare
v1.3.0-beta.2 Pre-release
Pre-release

New Features

Bug Fixes

  • Fix #1576: Missing digests of fetched manifests in the output of oras manifest index create
  • Fix #1599: Auth token scope not correctly added when using --debug or --no-tty with oras push
  • Fix #1582: The --oci-layout-path flag was not marked as experimental
  • Fix #1623: Should show KB instead of kB in the progress bar
  • Fix #1593: Unable to download an artifact twice if it contains symbolic links
  • Minor fixes

Other Changes

  • Upgraded to Go 1.24.0
  • Updated dependencies
  • Improved documentation
  • Optimized code structure

Detailed Commits

New Contributors

Full Changelog: v1.3.0-beta.1...v1.3.0-beta.2

Notes

This release was signed with 73C7 F42E 8F0B 4493 115A BED6 4F72 3223 E9DF 0185 (@shizhMSFT's GPG key) which can be found here.

v1.2.2

19 Dec 08:43
Compare
Choose a tag to compare

Changes

  • Minor security enhancements

Detailed Commits

  • bump: tag and release ORAS CLI v1.2.1 by @qweeah in #1563
  • build(deps): bump golang.org/x/crypto from 0.26.0 to 0.31.0 by @Wwwsylvia in #1591

Full Changelog: v1.2.1...v1.2.2

Notes

This release was signed with 73C7 F42E 8F0B 4493 115A BED6 4F72 3223 E9DF 0185 (@shizhMSFT's GPG key) which can be found here.

v1.3.0-beta.1

10 Dec 08:13
Compare
Choose a tag to compare
v1.3.0-beta.1 Pre-release
Pre-release

New Features

  • Add OS and architecture information to oras version

Experimental Features

  • Introduce multi-arch image / artifact management
    • New command set oras manifest index to manipulate OCI image index manifests
      • oras manifest index create to create a new index from existing manifests
      • oras manifest index update to update an existing index manifest
    • New flag --artifact-platform for oras push to push artifacts with platform information
  • Support fully qualified reference for OCI image layout with a new flag --oci-layout-path (#1505)

Deprecation

  • -v, --verbose flag is marked as deprecated for all commands and is by default for the following commands:
    • oras attach
    • oras blob push
    • oras cp
    • oras manifest push
    • oras pull
    • oras push

Bug Fixes

  • Remove redundant -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
  • Fix #1436: oras tag no longer creates referrer tag
  • Fix #1442: invalid progress bar shown for empty layers
  • Fix #1494: invalid reference in the format output of oras pull
  • Minor fixes

Other Changes

  • Improve UX
  • Improve documentation
  • Update dependencies
  • Update to Golang 1.23.4
  • Minor security enhancements

Detailed Commits

Read more

v1.2.1

06 Dec 03:39
Compare
Choose a tag to compare

Bug Fixes

  • Fix #1436: oras tag creates referrers tags unexpectedly

Other Changes

  • Improve documentation
  • Update dependencies
  • Update to Golang 1.23.4

Detailed Commits

Full Changelog: v1.2.0...v1.2.1

Notes

This release was signed with 46D3 369B 393F 6F82 71FD 1CE8 F86E C70D 2B0C 404F (@qweeah's GPG key) which can be found here.