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.21.0
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.21.1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Feb 24, 2026

  1. Add WithFileBufferedOpener for file-backed daemon image buffering (#2214

    )
    
    * Add WithFileBufferedOpener for file-backed daemon image buffering
    
    See: kubernetes/minikube#17785
    See: kubernetes/minikube#21103
    
    * Reduce duplicate code in image_test
    
    * Suppress G703 security warning in image.go
    
    Added a #nosec comment to suppress security warning for file creation.
    
    * Remove temp file using AddCleanup
    
    * Remove confusing comment
    
    * Code clean up
    
    * Remove unused io import
    twdamhore authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    e971d63 View commit details
    Browse the repository at this point in the history
  2. crane: fix case in auth response json (#2218)

    * Fix case
    
    * Update usage example
    
    * update usage doc
    aelindeman authored Feb 24, 2026
    Configuration menu
    Copy the full SHA
    85f2bf5 View commit details
    Browse the repository at this point in the history
Loading