Skip to content

Tags: project-zot/zot

Tags

v2.1.2-rc4

Toggle v2.1.2-rc4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: stacker runs best on ubuntu-22.04 (#2840)

Signed-off-by: Ramkumar Chinchani <rchincha.dev@gmail.com>

v2.1.2-rc3

Toggle v2.1.2-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix dependabot alerts (#2753)

* chore: fix dependabot alerts

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>

* build: bump up ui version to commit-7bd1d7d

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>

---------

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>

v2.1.2-rc2

Toggle v2.1.2-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(s3): fix check in dedupe logic (#2700)

cache.HasBlob() looks in both buckets: duplicates and original blobs
Because we want to check if the blob is in original bucket let's use
cache.GetBlob() because it's looking only in original bucket.

Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>

v2.1.2-rc1

Toggle v2.1.2-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix dependabot alerts (#2648)

#2646
#2647

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: Update github.com/zitadel/oidc v1 to v3 (#2585)

Also removes dependency on gopkg.in/square/go-jose.v2

Signed-off-by: Andrei Aaron <aaaron@luxoft.com>

v2.1.0

Toggle v2.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix dependabot alerts (#2531)

#2519
#2528
#2529
#2530

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>

v2.1.0-rc2

Toggle v2.1.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove unnecessary calls to storage driver (#2432)

fix(storage): remove unnecessary calls to storage driver

Signed-off-by: Petu Eusebiu <peusebiu@cisco.com>

v2.1.0-rc1

Toggle v2.1.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(sync): support for periodic repo sync in scale-out cluster (#2424)

This commit includes support for periodic repo sync in a scale-out
cluster.
Before this commit, all cluster members would sync all the repos as
the config is shared.

With this change, in periodic sync, the cluster member checks whether
it manages the repo. If it does not manage the repo, it will skip the
sync.

This commit also includes a unit test to test on-demand sync too, but
there are no logic changes for it as it is implicitly handled by the
proxying logic.

Signed-off-by: Vishwas Rajashekar <vrajashe@cisco.com>

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: additional input validation for CVE graphQL query (#2408)

It is possible to ask for a very large limit size which can exhaust
memory.

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>

v2.0.3

Toggle v2.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix dependabot alerts (#2352)

#2343
#2349
#2350

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>