Releases: oras-project/distribution
Releases · oras-project/distribution
v1.0.0-rc.4
Warning This release is for testing purpose only.
Limitation
Garbage collection on reference types is not supported.
What's Changed
- build: add multi-arch image by @qweeah in #46
- chore: rename step & disable manual run by @qweeah in #47
- test: add unit tests for deleting manifests by @wangxiaoxuan273 in #48
- fix: should return empty manifest list when no referrers are found by @wangxiaoxuan273 in #53
- fix: remove subject existence check, add media type check by @wangxiaoxuan273 in #52
- feat: implement referrers deletion by @wangxiaoxuan273 in #54
- feat: enable referrers pagination by @wangxiaoxuan273 in #56
New Contributors
Full Changelog: v1.0.0-rc.3...v1.0.0-rc.4
v1.0.0-rc.3
Warning This release is for testing purpose only.
Breaking Changes
- Migrated from ORAS Artifact spec to OCI Artifact spec
Limitation
- Deletion is not fully supported
- Artifact type filtering of the Referrers API is not supported
Above limitations will be addressed by the next rc.4
release.
What's Changed
- feat: add OCI artifact manifest type by updating oci spec by @wangxiaoxuan273 in #27
- feat!: implement artifact manifest type by @wangxiaoxuan273 in #29
- feat!: implement artifact manifest handler in the storage package by @wangxiaoxuan273 in #30
- feat!: implement artifact manifest handler in the handler package by @wangxiaoxuan273 in #31
- feat!: implement the referrers route in the v2 package by @wangxiaoxuan273 in #32
- feat: index referrers when pushing manifests by @wangxiaoxuan273 in #35
- feat: index referrers for image manifests by @wangxiaoxuan273 in #41
- feat!: add referrersHandler for artifact manifest by @wangxiaoxuan273 in #34
- feat: support referrers for oci image manifests by @wangxiaoxuan273 in #43
- release: added GitHub release workflow by @wangxiaoxuan273 in #44
New Contributors
- @wangxiaoxuan273 made their first contribution in #27
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.3
v1.0.0-rc.2
What's Changed
- Add initial ORAS, distribution, and OCI extension support by @akashsinghal in #11
- Update image build action to include RC by @akashsinghal in #14
- Add RC1 Support by @akashsinghal in #12
- Fix Dockerfile Config Path by @akashsinghal in #15
- Update Discover Response Name and Description by @akashsinghal in #17
- Optional field by @m5i-work in #19
- Add Referrers Garbage Collection by @akashsinghal in #16
New Contributors
- @akashsinghal made their first contribution in #11
- @m5i-work made their first contribution in #19
Full Changelog: https://github.com/oras-project/distribution/commits/v1.0.0-rc.2
v0.0.3-alpha
Based on oras-project/artifacts-spec draft.1 release
Documentation 📘
- Quick Start for usage scenarios of the oras artifacts specification
docker pull ghcr.io/oras-project/registry:v0.0.3-alpha
v0.0.2-alpha
Test release: ORAS artifacts and referrers API