Skip to content

Releases: project-zot/zot

v1.1.4: Merge pull request #113 from rchincha/s2

15 Jul 17:24
728eb7f
Compare
Choose a tag to compare
stacker: fix stacker build

fix a race related to inline garbage collection.

07 Jul 18:05
811a424
Compare
Choose a tag to compare
Merge pull request #112 from rchincha/gc

gc: add a policy to skip garbage collecting new blobs

add a cli

02 Jul 20:06
80244f1
Compare
Choose a tag to compare
Merge pull request #103 from tsnaik/search-core

cli: add command to list images

some bug fixes

18 Jun 23:21
Compare
Choose a tag to compare
update the size field when existing manifest entry is updated

An existing manifest descriptor in index.json can be updated with
different manifest contents for the same/existing tag. We were updating
the digest but not the size field causing GC to report an error.

Add a unit test case to cover this.

Add logs.

GC, dedupe and helm support

20 May 00:28
afa52bc
Compare
Choose a tag to compare
  • add support for blob garbage collection
  • add support for dedupe (via hard links)
  • add helm chart support

some minor bug fixes

13 Feb 20:08
355a3b4
Compare
Choose a tag to compare
Merge pull request #75 from rchincha/issue-74

routes: CheckManifest should return 404 when repo is unknown

fix conformance bugs

17 Jan 18:59
10d8a86
Compare
Choose a tag to compare

This is the first official release which passes the conformance tests maintained by the dist-spec community.
https://oci.bloodorange.io/results/report-zot.html

Note that this is a incompatible release from zot client pov hence bumping up the major release version.

some bug fixes

15 Jan 18:00
92d8f7c
Compare
Choose a tag to compare
Merge pull request #59 from rchincha/ldap

authN: first try local htpasswd then LDAP

fix JSON marshaling bug

08 Jan 18:15
17ac1be
Compare
Choose a tag to compare
Merge pull request #57 from rchincha/500-status

go.mod: update json-iterator

some bug fixes

06 Jan 07:47
2b9d29c
Compare
Choose a tag to compare
v0.3.8

Merge pull request #55 from rchincha/500-status