Skip to content

Releases: project-zot/zot

add a 'zot scrub' cmd to check integrity

Choose a tag to compare

@rchincha rchincha released this 09 Dec 19:20

What's Changed

New Contributors

Full Changelog: v1.3.5...v1.3.6

make sync aware of storage subpaths and some bugfixes

Choose a tag to compare

@rchincha rchincha released this 08 Dec 18:34

What's Changed

Full Changelog: v1.3.4...v1.3.5

support for image signatures and some bugfixes

Choose a tag to compare

@rchincha rchincha released this 02 Dec 04:37

What's Changed

  • revert release workflow by @rchincha in #276
  • Fix data races in tests, closes #255 by @adodon2go in #274
  • go.mod: upgrade module deps by @rchincha in #277
  • ci/cd: update badges link to refer to main branch by @shimish2 in #284
  • dependabot: fix dependabot alerts by @rchincha in #287
  • go.mod: tidy go.mod by @rchincha in #289
  • go.mod: fix another dependabot alert by @rchincha in #290
  • routes: fix CheckManifest to return content length by @rchincha in #288
  • sync: skip tls verify on /v2/_catalog when a registry is configured w… by @peusebiu in #285
  • Sync prefix can be an exact match or a glob pattern, closes #297 by @peusebiu in #298
  • ci/cd: unit test hangs for a long time intermittently closes #286 by @adodon2go in #291
  • ci/cd: keep docker and stacker builds files consistent by @rchincha in #301
  • artifacts: initial support for artifacts spec by @rchincha in #265

Full Changelog: v1.3.3...v1.3.4

add s3 support, fix sync extension bug

Choose a tag to compare

@rchincha rchincha released this 15 Nov 18:19

What's Changed

  • storage: add s3 backend support (without GC and dedupe) by @peusebiu in #216
  • sync: copy to a local cache first instead of writing over http by @peusebiu in #262

Full Changelog: v1.3.2...v1.3.3

metrics support, image search improvements and some bug fixes

Choose a tag to compare

@rchincha rchincha released this 12 Nov 19:38

What's Changed

  • go.mod: update umoci dep by @rchincha in #228
  • doc: add documentation for comparison with well-known registries by @rchincha in #227
  • go.mod: update deps to address dependabot alerts by @rchincha in #229
  • added graphql api to return repository list with latest tag by @shimish2 in #172
  • go.mod: update go.mod to fix dependabot alert by @rchincha in #235
  • Clean blob uploads when clients interrupts uploading, closes #225 by @peusebiu in #231
  • Added storage interface by @peusebiu in #234
  • search: update trivy by @shimish2 in #238
  • docs: improve docs coverage by @rchincha in #239
  • dco: add workflow for DCO check by @rchincha in #240
  • ci/cd: update golang to 1.16 by @rchincha in #245
  • Added new extension "sync" by @peusebiu in #203
  • workflows: change "master" to "main" by @rchincha in #250
  • swagger: rename 'docs/' to 'swagger/' by @rchincha in #248
  • Fix data race in sync tests by @peusebiu in #252
  • Fixing ValidateHardLink, closes #256 by @adodon2go in #257
  • Added a timeout option in db cache lock by @adodon2go in #249
  • version: fix commit version in binary by @rchincha in #260
  • release: add github action to automatically generate changelog by @rchincha in #272
  • Implement an API for performance monitoring by @adodon2go in #243

New Contributors

Full Changelog: v1.3.1...v1.3.2

some bug fixes

Choose a tag to compare

@rchincha rchincha released this 20 Sep 17:27
  • conservative LDAP authentication by serializing requests

No need to upgrade if not using LDAP and not seeing LDAP issues.

What's Changed

  • Check if auth config is provided when using access control by @peusebiu in #221
  • authn: serialize ldap authn calls by @rchincha in #226

Full Changelog: v1.3.0...v1.3.1

add identity-based access control support

Choose a tag to compare

@rchincha rchincha released this 01 Sep 00:28
  • add identity-based access control support
  • add documentation for configuration

What's Changed

  • go.mod: update modules by @shimish2 in #218
  • add identity-based access control by @peusebiu in #192
  • doc: add initial documentation for configuration options by @rchincha in #220

Full Changelog: v1.2.8...v1.3.0

support image deletion by tags

Choose a tag to compare

@rchincha rchincha released this 24 Aug 00:32
  • add support for image deletion by tags - previously we were returning "400" status code

  • add cert support for zot cli

What's Changed

Full Changelog: v1.2.7...v1.2.8

handle incomplete oci image storage layout

Choose a tag to compare

@rchincha rchincha released this 10 Aug 06:20

This is a minor bugfix for use cases where zot is used to serve an oci image layout which has been partially setup.

What's Changed

  • pkg/storage: fix partially initialized repo storage by @rchincha in #217

Full Changelog: v1.2.6...v1.2.7

fix dedupe cache when out of sync

Choose a tag to compare

@rchincha rchincha released this 09 Aug 16:42

Fixes a "bug" in dedupe path when upgrading from older zot versions can cause dedupe cache to be out of sync.

What's Changed

Full Changelog: v1.2.5...v1.2.6