Skip to content

Releases: project-zot/zot

v1.4.3-rc6

11 Nov 19:23
08c8d49
Compare
Choose a tag to compare
v1.4.3-rc6 Pre-release
Pre-release

What's Changed

  • chore(deps): fix dependabot alerts by @rchincha in #977
  • build: move build artifacts into build/ by @rchincha in #986
  • ImageSummary should have author information by @aokirisaki in #976
  • fix(ci): fix releasing zot minimal image by @peusebiu in #990

Full Changelog: v1.4.3-rc5...v1.4.3-rc6

some bug fixes and features

08 Nov 18:18
f9b575e
Compare
Choose a tag to compare
Pre-release

What's Changed

  • feat(cve): better distinguish max severity on an image by @andaaron in #918
  • chore(deps): fix dependabot alerts by @rchincha in #919
  • refactor(tests): removed globals from digest test, more hardcoded digests by @chofnar in #923
  • fix(sync): also sync on demand digests, not only tags, closes #902 by @peusebiu in #932
  • test: Add cosign and notations bats tests by @nicoldr in #929
  • chore(deps): fix dependabot alerts by @rchincha in #945
  • refactor: changed github issue templates to yml form by @chofnar in #949
  • test(bats): added regclient artifact commands by @peusebiu in #938
  • refactor(cache): Add database interface for blob paths + refactor BoltDB to use interface by @chofnar in #667
  • bug: fixed image size not counting config and manifest sizes by @aokirisaki in #937
  • feat(artifact): add OCI references support by @rchincha in #936
  • chore(deps): fix dependabot alerts by @rchincha in #965

Full Changelog: v1.4.3-rc4...v1.4.3-rc5

some bug fixes and features

23 Oct 21:12
1d9c88c
Compare
Choose a tag to compare
Pre-release

What's Changed

  • ci: fix image build/release workflow by @rchincha in #874
  • fix(workflow): gql introspection - run only at release, resulting json in downloadable files by @chofnar in #873
  • chore(deps): fix dependabot alerts by @rchincha in #885
  • refactor(tests): remove hardcoded digests by @chofnar in #871
  • chore: rename search route prefix by @peusebiu in #887
  • test: Build images with annotations by @nicoldr in #872
  • fix(tests): consolidate routes tests by @peusebiu in #892
  • fix: zli images show if signed instead of signature by @aokirisaki in #886
  • fix(s3): remove tracking multipart uploads by @peusebiu in #883
  • chore(lint): gci to separate zot from other imports by @andaaron in #870
  • fix(config): make all extension config consistent by @rchincha in #888
  • fix: flaky scheduler coverage by @chofnar in #893
  • fix: replace time.sleep() with checking logs by @aokirisaki in #899
  • fix(sync): fixed broken logic to get tags for repo by @peusebiu in #900
  • refactor(digests): standardise representation of digests to digest.Digest by @andaaron in #898
  • fix(cli): do not show signatures and fix tls verification client side by @andaaron in #904

Full Changelog: v1.4.3-rc3...v1.4.3-rc4

some bug fixes and features

11 Oct 21:01
fd87a22
Compare
Choose a tag to compare
Pre-release

What's Changed

  • ci(workflows): changed workflow to generate introspection json when gql schema changed by @chofnar in #810
  • fix: incorrect path for playground template by @chofnar in #858
  • test(authz): add an extra test for authz by @andaaron in #859
  • build(tags): remove redundant build tag ui_base by @andaaron in #857
  • chore(deps): fix dependabot alerts by @rchincha in #868
  • fix(lastUpdated): fix image lastUpdated timestamp logic by @andaaron in #863
  • fix: images command not truncating image name/tag by @aokirisaki in #851
  • build: add commit hash to Config at build for proper discovery readme by @chofnar in #854
  • fix(storage): resolve cache/storage inconsistencies on HEAD request by @peusebiu in #794

Full Changelog: v1.4.3-rc2...v1.4.3-rc3

some bug fixes and features

06 Oct 16:42
3c0c51f
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add enable/disable option for scrub extension by @Andreea-Lupu in #827
  • add sponsors info by @rchincha in #828
  • Include image vulnerability information in ImageSummary by @andaaron in #798
  • Remove forking logger by @laurentiuNiculae in #825
  • Add graphql query for retrieving imgSummary based on repo:tag image id by @bogdanbiv in #814
  • storage: Move common code in helper functions, closes #730 by @peusebiu in #820
  • style(ci/cd): add a commit msg style checker by @rchincha in #796
  • build(swagger): removed swagger requirement from binary-minimal and binary by @chofnar in #838
  • chore(deps): update dependabot dependency update alerts by @rchincha in #845
  • fix(ci/cd): update the commit msg checker settings by @rchincha in #846
  • fix(license-check): also account for another result condition by @rchincha in #848
  • Update go version to 1.19 by @nicoldr in #829
  • fix(sync): revert code which removed image destination feature by @peusebiu in #840
  • feat(GraphQL): playground, served by zot in specific binary by @chofnar in #753
  • fix(sync): also sync image index mediatype by @peusebiu in #847

Full Changelog: v1.4.3-rc1...v1.4.3-rc2

some bug fixes and features

27 Sep 20:10
18d17f5
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.4.2...v1.4.3-rc1

some bug fixes and features

16 Sep 07:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

final pre-release for v1.4.2

16 Sep 02:17
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Get identity from certificate when using mTLS by @nicoldr in #719
  • graphql: Apply authorization on /_search endpoint by @alexstan12 in #728
  • fix make binary-stacker Makefile target by @rchincha in #752
  • GraphQL: RepoListWithNewestImage to return list of RepoSummary by @chofnar in #697
  • fix dependabot alerts by @rchincha in #761
  • zb: populate images first for the GetCatalog test by @roxanaN in #744
  • Fix syntax errors in benchmark and cluster workflows by @andaaron in #763
  • Updates following the new oras version by @roxanaN in #764
  • storage: different subpaths can point to same root directory by @shimish2 in #718
  • Skip manifest which have no annotation for tags by @alexstan12 in #754
  • Replaced deprecated io/ioutil functions by @slab713 in #768
  • Read log path and verify content separately to avoid failed tests by @nicoldr in #760
  • s3: fix dedupe failing to manage blobs correctly by @peusebiu in #772
  • fix security alerts from artifacthub by @rchincha in #771
  • report listening port when chosen by kernel by @rchincha in #770
  • Refactor s3 dedupe by @peusebiu in #774
  • routes: support resumable pull by @rchincha in #765

New Contributors

  • @slab713 made their first contribution in #768

Full Changelog: v1.4.2-rc5...v1.4.2-rc6

some bug fixes and features

24 Aug 16:58
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.4.2-rc4...v1.4.2-rc5

some bug fixes and features

09 Jun 07:02
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.0...v1.4.1