Releases: project-zot/zot
Releases · project-zot/zot
some minor bug fixes
Merge pull request #126 from rchincha/skopeo ci/cd: install skopeo
some minor bug fixes
Merge pull request #116 from rchincha/s3 stacker: fix stacker build
v1.1.4: Merge pull request #113 from rchincha/s2
stacker: fix stacker build
fix a race related to inline garbage collection.
Merge pull request #112 from rchincha/gc gc: add a policy to skip garbage collecting new blobs
add a cli
some bug fixes
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
- add support for blob garbage collection
- add support for dedupe (via hard links)
- add helm chart support
some minor bug fixes
Merge pull request #75 from rchincha/issue-74 routes: CheckManifest should return 404 when repo is unknown
fix conformance bugs
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
Merge pull request #59 from rchincha/ldap authN: first try local htpasswd then LDAP