Releases: oras-project/oras
v1.3.2
Changelog
- Upgrade Go snap to 1.26 in
snapcraft.yaml(#2011) - Bump alpine base image from 3.22.1 → 3.22.3 (#2014)
- Bump Go to 1.26.2, patching Go CVEs from 1.26.1 (#2026)
Verification
All release artifacts are signed with GPG key E462A3894CBAAA47. Signatures (.asc files) are attached to this release.
Public keys are available in the KEYS file.
v1.3.1
Bug Fixes
- Fix #1903:
oras cpshould not mount if source and destination credentials are different - Fix #1872: allow setting
org.opencontainers.image.titlein annotation file
Other Changes
- Upgrade to Go
1.26 - Update dependencies
What's Changed
- fix: cp should not mount if src and dst credentials are different by @wangxiaoxuan273 in #1903
- fix: allow setting org.opencontainers.image.title in annotation file by @rafaelgieschke in #1872
- build(deps): cherry-pick Go 1.25.7 bump to release-1.3 by @TerryHowe in #1990
- build(deps): cherry-pick golang.org/x/crypto bump to release-1.3 by @TerryHowe in #1994
- chore: bump Go to 1.26 by @TerryHowe in #2001
Full Changelog: v1.3.0...v1.3.1
Notes
This release was signed with 2DA4 61D1 3B0C 2784 5EDF A77F E462 A389 4CBA AA47 (@TerryHowe's GPG key) which can be found here.
v1.3.0
New Features
Stable
orasis compliant with OCI distribution-spec v1.1.1- Show OS and architecture in
oras version - Add alias
oras manifest getfororas 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 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
- Add
--artifact-platformtooras pushto push artifacts with platform information - Add
--formattooras repo lsandoras repo tagswithtext,json, andgo-templateoptions - Support fully qualified references for OCI image layout via
--oci-layout-path
- Add the
- Refine the
oras discoveroutput for thejsonandgo-templateformats- BREAKING CHANGE: Rename the
manifestsfield toreferrers - Add subject manifest details to the
jsonoutput
- BREAKING CHANGE: Rename the
oras discovernow displays referrers recursively by default; the maximum recursion depth can be controlled via the--depthflag
Feature Promotions
- Promote the following commands and flags from
PreviewtoStable:oras attachoras attach --platformoras pull --include-subject
- Promote
oras resolvefromExperimentaltoPreview
Deprecations
Stable
- Deprecate the
-v,--verboseflag (verbose output is now enabled by default)
Preview
- BREAKING CHANGE Remove the global
--no-ttyflag--no-ttyremains available on individual TTY-capable commands
Experimental
- Deprecate the
tableoption of the--formatflag inoras discover
Bug Fixes
- Fix #1436:
oras tagcreates 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
--debugor--no-ttywithoras push - Fix #1623: Should show
KBinstead ofkBin the progress bar - Fix #1728:
oras cpnow 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
loong64architecture - Upgrade to Go
1.25.0 - Enhance UX:
- Improve diagnostic experience through
--debuglogs - Improve error messages
- Improve diagnostic experience through
- Improve documentation
- Optimize code structure
- Update dependencies
- Minor security enhancements
New Contributors
- @bcho made their first contribution in #1408
- @njucjc made their first contribution in #1435
- @nmiyake made their first contribution in #1477
- @mauriciovasquezbernal made their first contribution in #1507
- @Horiodino made their first contribution in #1607
- @chrisguitarguy made their first contribution in #1658
- @kysucix made their first contribution in #1671
- @RohanMishra315 made their first contribution in #1650
- @apparentlymart made their first contribution in #1696
- @Copilot made their first contribution in #1755
- @tanyabhatnagar made their first contribution in #1761
- @amazingfate made their first contribution in #1787
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
UX Enhancements
- Refine the color scheme for the tree view in
oras discoverfor better visual clarity - Improve the error message for
oras backupwhen the output file exists as a directory
Detailed Commits
- bump: tag and release ORAS CLI v1.3.0-rc.1 by @Wwwsylvia in #1830
- chore(ux): update colors for oras discover tree view by @Wwwsylvia in #1832
- chore(ux): improve oras backup error message by @Wwwsylvia in #1833
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
Feature Stability Updates
- Promote the following commands and flags from
PreviewtoStable:oras attachoras attach --platformoras pull --include-subject
- Promote
oras resolvefromExperimentaltoPreview
Bug Fixes
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
--platformflag oforas attachfrom preview to stable by @wangxiaoxuan273 in #1822 - chore: mark
oras resolvefrom experimental to preview by @wangxiaoxuan273 in #1823 - chore: remove [Preview] label on
--include-subjectfororas pullby @Wwwsylvia in #1821 - chore(ux): remove [Preview] label for
oras attachby @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
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
--formatflag support for theoras repo lsandoras repo tagscommands withtext,json, andgo-templateoutput options - Add
--artifact-typeflag support fororas manifest index createandoras manifest index updatecommands to set the artifact type of an OCI image index - Enhance multi-repository OCI image layout support for
oras repo tagsto list tags under a specified repository
Bug Fixes
- Fix #1728:
oras cpnow correctly copies root index when the index has no referrers - Fix #1715:
oras discover --format jsonnow properly showsreferrersfield when no referrer is found
Other Changes
- Add support for the
loong64architecture - Improve UX with clearer error messages
- Improve code quality and performance
- Upgrade to Go
1.24.5 - Update dependencies
Detailed Commits
- bump: tag and release ORAS CLI v1.3.0-beta.3 by @Wwwsylvia in #1705
- build: use alpine 3.21.3 by @Wwwsylvia in #1709
- Add test coverage for discover handler by @TerryHowe in #1712
- build(deps): bump golang.org/x/sync from 0.13.0 to 0.14.0 by @dependabot[bot] in #1720
- build(deps): bump golang.org/x/term from 0.31.0 to 0.32.0 by @dependabot[bot] in #1721
- fix: packer decode json lint failure by @TerryHowe in #1688
- build(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 in /test/e2e by @dependabot[bot] in #1724
- build(deps): bump oras.land/oras-go/v2 from 2.5.1-0.20250417082913-f7a6126986d9 to 2.6.0 by @dependabot[bot] in #1725
- fix: discover handler errors for lint by @TerryHowe in #1677
- fix: calls to close in tests unchecked for lint by @TerryHowe in #1678
- refactor: move different targets to different files by @TerryHowe in #1722
- fix: Change receiver name for Remote by @TerryHowe in #1727
- refactor(perf): optimize cases with no child referrers in recursiveCopy by @qweeah in #1729
- fix: lint explicitly ignore various close errors by @TerryHowe in #1684
- fix: rename interfaces file by @TerryHowe in #1730
- refactor: rename Target AnnotatedReference method by @TerryHowe in #1726
- fix(docs): remove a discover example with -v by @Wwwsylvia in #1742
- fix(lint): ignore returns from test defer calls by @TerryHowe in #1734
- fix: discover json format should show referrers field when no referrer is found by @wangxiaoxuan273 in #1731
- build(deps): bump github.com/containerd/console from 1.0.4 to 1.0.5 by @dependabot[bot] in #1743
- fix: replace slave var for child by @TerryHowe in #1736
- fix: rename slave to child for cp test by @TerryHowe in #1738
- docs(spec): artifactType in multi-platform index manifests by @apparentlymart in #1696
- docs: add examples for oci-layout-path by @wangxiaoxuan273 in #1746
- build(deps): bump golang.org/x/sync from 0.14.0 to 0.15.0 by @dependabot[bot] in #1750
- feat: oras manifest index: artifactType for index and child manifest descriptors by @apparentlymart in #1700
- feat: support
--formatfororas repo tagsby @Wwwsylvia in #1756 - fix: resolve golangci-lint issues with unchecked error returns and embedded field access by @Copilot in #1755
- build(deps): bump golangci/golangci-lint-action from 6 to 8 by @dependabot[bot] in #1717
- ci: add dependabot support for Dockerfile by @tanyabhatnagar in #1761
- build(deps): bump library/golang from 1.24.2-alpine to 1.24.4-alpine by @dependabot[bot] in #1764
- build(deps): bump library/alpine from 3.21.3 to 3.22.0 by @dependabot[bot] in #1765
- docs: backup and restore specification by @TerryHowe in #1610
- docs(spec): define output formats for oras repo commands by @Wwwsylvia in #1763
- feat: support
--formatfororas repo lsby @Wwwsylvia in #1758 - fix(tests): fix packer test that failed on Windows by @Wwwsylvia in #1774
- docs: backup and restore to single OCI layout by @TerryHowe in #1775
- test: exclude incompatible test Go OSes by @TerryHowe in #1779
- refactor: ApplyFlags with prefix for Remote and Target by @TerryHowe in #1733
- build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 by @dependabot[bot] in #1781
- build(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 by @dependabot[bot] in #1780
- feat: show repo tags with
--oci-layout-pathinrepo tagscommand by @wangxiaoxuan273 in #1759 - chore(ux): improve copy error message by @Wwwsylvia in #1773
- build(deps): bump library/golang from 1.24.4-alpine to 1.24.5-alpine by @dependabot[bot] in #1782
- fix: oras cp should copy root index when the index has no referrers by @wangxiaoxuan273 in #1749
- build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 by @dependabot[bot] in #1785
- build(deps): bump library/alpine from 3.22.0 to 3.22.1 by @dependabot[bot] in #1786
- build: release loong64 by @amazingfate in #1787
- docs: add scenario doc for Backup and Restore of OCI Artifacts and Images by @FeynmanZhou in #1778
- docs: enrich the CLI design of oras backup and oras restore by @FeynmanZhou in #1767
- feat:
oras backupto backup artifacts to a directory or a tar by @Wwwsylvia in #1790 - build(deps): bump github.com/onsi/gomega from 1.37.0 to 1.38.0 in /test/e2e by @dependabot[bot] in #1789
- feat: add
oras restorecommand by @Wwwsylvia in #1792 - build(go): upgrade go version and dependencies by @Wwwsylvia in #1796
New Contributors
- @apparentlymart made their first contribution in #1696
- @Copilot made their first contribution in #1755
- @tanyabhatnagar made their first contribution in #1761
- @amazingfate made their first contribution in #1787
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
Bug Fixes
- Fix #1599: Auth token scope not correctly added when using
--debugor--no-ttywithoras push - Fix #1623: Should show
KBinstead ofkBin the progress bar
Other Changes
- Minor security enhancements
- Update dependencies
Detailed Commits
- bump: tag and release ORAS CLI v1.2.2 by @shizhMSFT in #1592
- fix: scope action only has pull when get service token in executing cmd org push by @hopegi in #1600
- build: upgrade Go version and dependencies to the latest by @Wwwsylvia in #1706
- backport(fix): show KB in progress bar instead of kB (#1623) by @Wwwsylvia in #1707
- build: use alpine 3.21.3 by @Wwwsylvia in #1708
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
New Features
- Add
oras manifest getas an alias fororas manifest fetch
Preview Features
- Improve tree view in
oras discover- Annotations are displayed by default
- Trees are colorized 🌈
- BREAKING CHANGE Remove the global
--no-ttyflag- The
--no-ttyflag is kept for TTY-capable commands
- The
Experimental Features
- Refine the output of
oras discover- BREAKING CHANGE Rename the
manifestsfield toreferrers - Add subject manifest details for the
jsonformat
- BREAKING CHANGE Rename the
oras discoverdisplays referrers recursively by default- Add a
--depthflag to control the maximum depth of referrers discovered
- Add a
Deprecation
- Mark the
tableoption for the--formatflag inoras discoveras deprecated
Bug Fixes
- Fix #1659, #1694, #1695: Unexpected error "compare and swap of inconsistently typed value into Value" was returned
- Fix #1640: The
--verboseflag was removed inv1.3.0-beta.1 - Minor fixes
Other Changes
- Upgrade to Go
1.24.2 - Update dependencies
- Improve documentation
- Optimize code structure
Detailed Commits
- refactor: add manifest delete metadata handler by @wangxiaoxuan273 in #1633
- bump: tag and release ORAS CLI v1.3.0-beta.2 by @Wwwsylvia in #1635
- refactor: use iter for cleaner code by @shizhMSFT in #1637
- build(deps): bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1 in /test/e2e by @dependabot in #1643
- build(deps): bump github.com/opencontainers/image-spec from 1.1.0 to 1.1.1 by @dependabot in #1642
- docs: add goreportcard to README by @TerryHowe in #1641
- build(deps): bump golang.org/x/sync from 0.11.0 to 0.12.0 by @dependabot in #1645
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 in /test/e2e by @dependabot in #1647
- build(deps): bump golang.org/x/term from 0.29.0 to 0.30.0 by @dependabot in #1646
- feat: add alias for
manifest fetchby @wangxiaoxuan273 in #1644 - refactor: split a run and main function so defers Execute by @chrisguitarguy in #1658
- build(deps): bump golang.org/x/net from 0.35.0 to 0.36.0 in /test/e2e by @dependabot in #1655
- docs(spec): multi-arch image management by @FeynmanZhou in #1514
- refactor: deprecate table format by @wangxiaoxuan273 in #1656
- fix: bring back
--verboseflag by @wangxiaoxuan273 in #1660 - build(deps): bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.1 in /test/e2e by @dependabot in #1662
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.23.1 to 2.23.2 in /test/e2e by @dependabot in #1663
- fix: target NewReadonlyTarget comment by @TerryHowe in #1665
- build(deps): bump github.com/onsi/gomega from 1.36.2 to 1.36.3 in /test/e2e by @dependabot in #1667
- docs: improve formatted output for oras discover by @FeynmanZhou in #1625
- feat!: refine oras discover JSON format by @wangxiaoxuan273 in #1649
- build(deps): upgrade go crypto module to v0.36.0 by @kysucix in #1671
- feat!: support showing indirect referrers for all formats of
oras discoverby @wangxiaoxuan273 in #1653 - fix: Change receiver name for target by @TerryHowe in #1666
- fix: use test Setenv during tests by @TerryHowe in #1675
- fix: staticcheck fails for embedded member by @TerryHowe in #1676
- fix: unneeded error check by @TerryHowe in #1680
- fix: staticcheck lint failures of embedded member by @TerryHowe in #1679
- build(deps): bump github.com/onsi/gomega from 1.36.3 to 1.37.0 in /test/e2e by @dependabot in #1685
- fix: blob file close handling for lint by @TerryHowe in #1687
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 in /test/e2e by @dependabot in #1690
- build(deps): bump golang.org/x/term from 0.30.0 to 0.31.0 by @dependabot in #1692
- build(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 by @dependabot in #1691
- fix: explicitly ignore return for newest lint by @TerryHowe in #1683
- docs: update the help doc for
oras manifest index createby @RohanMishra315 in #1650 - feat: show annotations in default discovery output by @Horiodino in #1602
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 in /test/e2e by @dependabot in #1697
- docs: update help doc for oras manifest index update by @wangxiaoxuan273 in #1698
- build(deps): bump oras-go to the latest commit which fixes the "compare and swap" error by @Wwwsylvia in #1702
- build(go): upgrade go version to 1.24.2 by @Wwwsylvia in #1703
- refactor: move
--no-ttyout ofoption.Commonby @wangxiaoxuan273 in #1699
New Contributors
- @chrisguitarguy made their first contribution in #1658
- @kysucix made their first contribution in #1671
- @RohanMishra315 made their first contribution in #1650
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
New Features
orasis compliant with OCI distribution-spec v1.1.1
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
--debugor--no-ttywithoras push - Fix #1582: The
--oci-layout-pathflag was not marked asexperimental - Fix #1623: Should show
KBinstead ofkBin 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
- bump: tag and release ORAS CLI v1.3.0-beta.1 by @qweeah in #1577
- build(deps): bump github.com/onsi/gomega from 1.36.0 to 1.36.1 in /test/e2e by @dependabot in #1580
- fix: handle errors returned by
Close()in write paths by @wangxiaoxuan273 in #1581 - refactor: add metadata render interface and apply it to
oras attachcommand by @wangxiaoxuan273 in #1578 - build(deps): bump golang.org/x/crypto from 0.26.0 to 0.31.0 by @dependabot in #1585
- chore: clean metadata handler for attach command by @qweeah in #1584
- refactor: apply metadata render interface to oras push command by @wangxiaoxuan273 in #1583
- refactor: add handlers to
manifest pushcommmand by @wangxiaoxuan273 in #1555 - chore: add lint make file target by @TerryHowe in #1586
- build(deps): bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 in /test/e2e by @dependabot in #1596
- build(deps): bump github.com/onsi/gomega from 1.36.1 to 1.36.2 in /test/e2e by @dependabot in #1598
- fix: add digest to fetched status output of
manifest index createby @wangxiaoxuan273 in #1579 - build(deps): bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 in /test/e2e by @dependabot in #1601
- build(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 by @dependabot in #1603
- docs: add Sylvia Lei as a maintainer by @shizhMSFT in #1604
- fix: scope action only has pull when get service token in executing cmd org push by @Wwwsylvia in #1608
- fix: mark
--oci-layout-pathas experimental by @Horiodino in #1607 - docs: update the help doc for
--oci-layout-pathby @Wwwsylvia in #1609 - refactor: apply metadata render interface to oras discover command by @wangxiaoxuan273 in #1605
- refactor: apply metadata render interface to oras pull command by @wangxiaoxuan273 in #1587
- build(deps): bump golang.org/x/term from 0.28.0 to 0.29.0 by @dependabot in #1615
- build(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 by @dependabot in #1614
- refactor: apply metadata render interface to index commands by @wangxiaoxuan273 in #1606
- build(deps): bump apache/skywalking-eyes from 0.6.0 to 0.7.0 by @dependabot in #1617
- chore: add SVG file to license checker ignoring list by @FeynmanZhou in #1620
- fix(ux): show KB in progress bar instead of kB by @qweeah in #1623
- build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #1622
- refactor: improve metadata handler of oras cp by @wangxiaoxuan273 in #1624
- refactor(progress): generic progress tracking by @shizhMSFT in #1524
- docs: add an enhancement proposal doc template by @FeynmanZhou in #1621
- build: upgrade to Go 1.24.0 by @Wwwsylvia in #1629
- fix: bump
oras-goto the latest commit which fixes the symlink issue by @Wwwsylvia in #1628 - refactor: use handlers for
oras blob pushcommand by @wangxiaoxuan273 in #1618 - refactor: add resolve metadata handler by @wangxiaoxuan273 in #1631
- refactor: add blob delete metadata handler by @wangxiaoxuan273 in #1632
- fix: fix errors in manifest index examples by @wangxiaoxuan273 in #1634
New Contributors
- @Horiodino made their first contribution in #1607
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
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.