Skip to content

Releases: cloudydeno/deno-docker_registry_client

v0.3.1: Fix uploading to Google Artifact Registry

29 Jan 22:12
dd4f8ca
Compare
Choose a tag to compare

Fixes an incompatibility with blob uploading, when the registry gives a relative URL in the Location header.

Full Changelog: v0.3.0...v0.3.1

v0.3.0: Delete v1 support & more

21 Jan 01:13
c1fd3a9
Compare
Choose a tag to compare

v1 manifests are no longer supported, v2 manifests will always be used. If this breaks you then you can complain to me but also just keep using an older version. Also other breaking changes in the API from moving things around.

I plan on moving things around more, but this was probably one of the bigger ones.

v0.2.0: Uploads & some OCI support

20 Jan 23:26
92d2345
Compare
Choose a tag to compare

Revived the manifest and blob upload functions.

Implemented some basic support for handling OCI manifests.

Tested with Deno 1.18.

v0.1.2: Deno 1.9 support

30 Apr 10:58
Compare
Choose a tag to compare

Auth broke in Deno 1.9 due to denoland/deno#10367

This release includes a workaround to continue working on 1.9.

v0.1.1: Blob downloading, and refactoring

12 Apr 06:53
Compare
Choose a tag to compare