At least 3 approvals are needed from the 5 owners to cut 7fc68d4 as the release branch for oras CLI v1.1.0 release. This branch will be named as release-1.1 and tagged as v1.1.0-rc.1 for releasing.
The release will be conducted by following the release checklist.
Issue Notes
Bug Fixes
New Features
Other Changes
- Improve UX
- Improve Documentation
- Update dependencies
- Update to golang
1.20.5
- Improve tests
Comparing to v1.0.0, the release includes below code changes:
What's Changed
At least 3 approvals are needed from the 5 owners to cut 7fc68d4 as the release branch for oras CLI v1.1.0 release. This branch will be named as
release-1.1and tagged asv1.1.0-rc.1for releasing.The release will be conducted by following the release checklist.
Issue Notes
Bug Fixes
oras pushandoras attachgenerates unwanted manifest file (oras pushgenerate manifest unwanted file #995)oras attachandoras push(--disable-path-validationnot working fororas pushandoras attach#983, disallow absolute file path inoras pushandoras attachby default #980, Oras pushes an artifact when uploaded file in the absolute path but fails in pull (tested with azure container registry) #973)--distribution-specis provided with invalid value (invalid--distribution-specflag returns wrong error information #897)oras discover(Improper verbose output oforas discover -o tree#1003)New Features
--skip-delete-referrersto allow oras commands to skip referrer index clean up (allow oras command to skip referrer index clean up #954, makeoras cpskip dangling referrers index deletion error #952, Improve the error msg for OCI v1.0 registries or registries that don't support deletion API #915)Other Changes
oras pullprints better error msg when path traversal is required (improve path traversal error msg oforas pull#978)github.com/moby/termtogolang.org/x/term(Updategithub.com/moby/termtogolang.org/x/term#908)1.20.5oras tagtowards OCI layouts #901)Comparing to v1.0.0, the release includes below code changes:
What's Changed
oras loginby @qweeah in refactor: replace terminal package used byoras login#910oras tagby @qweeah in test(e2e): OCI layout specs fororas tag#902internal/version.goby @enraiha0307 in test: add unit-tests forinternal/version.go#977oras discoverby @shizhMSFT in fix: properly print tree fororas discover#1005