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: google/go-containerregistry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.20.2
Choose a base ref
...
head repository: google/go-containerregistry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.3
Choose a head ref
  • 9 commits
  • 959 files changed
  • 6 contributors

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    b8e87ed View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Expose compare package (#2001)

    I've needed this outside of ggcr for a while but have been just making
    due without.
    
    Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
    jonjohnsonjr authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    00f182b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    a07d1ca View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    808e354 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. don't pin chainguard-dev/actions (#2025)

    * don't pin chainguard-dev/actions
    
    Signed-off-by: Jason Hall <jason@chainguard.dev>
    
    * these too
    
    Signed-off-by: Jason Hall <jason@chainguard.dev>
    
    * Update style.yaml
    
    * update go versions
    
    Signed-off-by: Jason Hall <jason@chainguard.dev>
    
    * use latest go everywhere
    
    Signed-off-by: Jason Hall <jason@chainguard.dev>
    
    ---------
    
    Signed-off-by: Jason Hall <jason@chainguard.dev>
    imjasonh authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4630c40 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. check for 406 status code when handling referrers endpoint response (#…

    …2026)
    
    Signed-off-by: Meredith Lancaster <malancas@github.com>
    malancas authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a9a53a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. mutate: Create a defensive annotations copy (#2030)

    Since this is computed lazily, the caller can modify the map, which
    would break the ~immutable nature of this API, so we create a defensive
    copy.
    
    Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
    jonjohnsonjr authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    06dcd85 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Detect zstd in crane append (#2023)

    We assumed everything was gzip, which is not always true!
    
    Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
    jonjohnsonjr authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6bce25e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. bump deps using hack/bump-deps.sh (#2042)

    * bump deps using hack/bump-deps.sh
    
    Signed-off-by: Jason Hall <jason@chainguard.dev>
    
    * ignore pkg/v1/daemon for now to unblock
    
    Signed-off-by: Jason Hall <jason@chainguard.dev>
    
    * don't use deprecated stuff
    
    Signed-off-by: Jason Hall <jason@chainguard.dev>
    
    * unignore pkg/v1/daemon, remove more deprecated stuff
    
    Signed-off-by: Jason Hall <jason@chainguard.dev>
    
    ---------
    
    Signed-off-by: Jason Hall <jason@chainguard.dev>
    imjasonh authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    c4dd792 View commit details
    Browse the repository at this point in the history
Loading