v2.1.0
New Features
- Introduce remote.ReferrersError in case there is an error in updating the referrers index when the referrers tag schema is applied
- Here is an example to ignore referrer index deletion error during push a referrer manifest.
Other Changes
- oci.Store.Resolve() and oci.ReadOnlyStore.Resolve() return the original descriptor in the
index.json
file if tag is queried - Upgrade
image-spec
to v1.1.0-rc.3 to mitigate the missing symbol issue (#495)
Note
oras-go
remains ondistribution-spec
v1.1.0-rc1 and has not implemented v1.1.0-rc.2 yet.
Detailed Commits
- build(deps): bump actions/setup-go from 3 to 4 by @dependabot in #464
- chore: add .cover to ignore by @TerryHowe in #463
- fix: OCI store resolve returns full descriptor by @oanatmaria in #468
- feat: add type for failure during deleting dangling referrer index by @qweeah in #482
- doc: fix broken links for ORAS logo and oras-go doc by @FeynmanZhou in #490
- build: upgrade image-spec to v1.1.0-rc.3 by @shizhMSFT in #496
Full Changelog: v2.0.2...v2.1.0