-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: project-zot/zot
base: v2.1.2-rc1
head repository: project-zot/zot
compare: v2.1.2-rc2
- 10 commits
- 26 files changed
- 4 contributors
Commits on Sep 20, 2024
-
chore: fix dependabot alerts (#2664)
#2660 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
Configuration menu - View commit details
-
Copy full SHA for db888fa - Browse repository at this point
Copy the full SHA db888faView commit details
Commits on Sep 25, 2024
-
chore: fix dependabot alerts (#2670)
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
Configuration menu - View commit details
-
Copy full SHA for ae185f4 - Browse repository at this point
Copy the full SHA ae185f4View commit details
Commits on Sep 27, 2024
-
chore: fix dependabot alerts (#2681)
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
Configuration menu - View commit details
-
Copy full SHA for 9cf6b02 - Browse repository at this point
Copy the full SHA 9cf6b02View commit details
Commits on Sep 30, 2024
-
chore: upgrade trivy to v0.55.2 and update the logic of waiting for z…
…ot to start in some jobs (#2685) chore: upgrade trivy to v0.55.2, also update the logic of waiting for zot to start in some jobs Seems like there's an increate in the time zot requires to start before servicing requests. From my GitHub observations it is better check using curl instead of relying on hardcoded 5s or 10s values. The logic in .github/workflows/cluster.yaml seems to be old and out of date. Even on main right now there is only 1 our of 3 zots actualy running. The other 2 are actually erroring: Error: operation timeout: boltdb file is already in use, path '/tmp/zot/cache.db' This is unrelated to this PR, I am seeing the same issue in the olders workflow runs still showing the logs Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
Configuration menu - View commit details
-
Copy full SHA for 8553712 - Browse repository at this point
Copy the full SHA 8553712View commit details -
ci: stop using the non-free 4-core runners (#2695)
Signed-off-by: Jeffrey Sica <me@jeefy.dev> Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> Co-authored-by: Jeffrey Sica <me@jeefy.dev>
Configuration menu - View commit details
-
Copy full SHA for df4f9ca - Browse repository at this point
Copy the full SHA df4f9caView commit details
Commits on Oct 1, 2024
-
chore: fix dependabot alerts (#2684)
* chore: fix dependabot alerts Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> * ci: fix clustering test by creating separate local dirs Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> * ci: free up disk space in cluster tests Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> * ci: revert to stacker v1.0.0-rc16 Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> * ci: fix revert to stacker v1.0.0-rc16 Signed-off-by: Andrei Aaron <aaaron@luxoft.com> --------- Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com> Signed-off-by: Andrei Aaron <aaaron@luxoft.com> Co-authored-by: Andrei Aaron <aaaron@luxoft.com>
Configuration menu - View commit details
-
Copy full SHA for a31842b - Browse repository at this point
Copy the full SHA a31842bView commit details
Commits on Oct 3, 2024
-
fix(delete manifest): distinct behaviors for delete by tag vb delete …
…by digest (#2626) In case of delete by tag only the tag is removed, the manifest itself would continue to be accessible by digest. In case of delete by digest the manifest would be completely removed (provided it is not used by an index or another reference). Signed-off-by: Andrei Aaron <aaaron@luxoft.com>
Configuration menu - View commit details
-
Copy full SHA for d42ac4c - Browse repository at this point
Copy the full SHA d42ac4cView commit details -
fix(metrics): update storage metrics on gc (#2698)
Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cfbeeff - Browse repository at this point
Copy the full SHA cfbeeffView commit details -
feat(graphql): Add LastPullTimestamp and PushTimestamp in ImageSummar… (
#2699) feat(graphql): Add LastPullTimestamp and PushTimestamp in ImageSummary resposne Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e6624a2 - Browse repository at this point
Copy the full SHA e6624a2View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 513f2a0 - Browse repository at this point
Copy the full SHA 513f2a0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.2-rc1...v2.1.2-rc2