Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: project-zot/zot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.2-rc1
Choose a base ref
...
head repository: project-zot/zot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2-rc2
Choose a head ref
  • 10 commits
  • 26 files changed
  • 4 contributors

Commits on Sep 20, 2024

  1. chore: fix dependabot alerts (#2664)

    #2660
    
    Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
    rchincha authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    db888fa View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. chore: fix dependabot alerts (#2670)

    Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
    rchincha authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ae185f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. chore: fix dependabot alerts (#2681)

    Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
    rchincha authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9cf6b02 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. 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>
    andaaron authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8553712 View commit details
    Browse the repository at this point in the history
  2. 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>
    rchincha and jeefy authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    df4f9ca View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. 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>
    rchincha and andaaron authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a31842b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. 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>
    andaaron authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d42ac4c View commit details
    Browse the repository at this point in the history
  2. fix(metrics): update storage metrics on gc (#2698)

    Signed-off-by: Eusebiu Petu <petu.eusebiu@gmail.com>
    eusebiu-constantin-petu-dbk authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cfbeeff View commit details
    Browse the repository at this point in the history
  3. 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>
    eusebiu-constantin-petu-dbk authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    e6624a2 View commit details
    Browse the repository at this point in the history
  4. 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>
    eusebiu-constantin-petu-dbk authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    513f2a0 View commit details
    Browse the repository at this point in the history
Loading