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: GoogleContainerTools/skaffold
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.16.0
Choose a base ref
...
head repository: GoogleContainerTools/skaffold
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.16.1
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Jun 18, 2025

  1. fix: Update PrintNamespacesList to use a YAML parser for multiple man…

    …ifest files (#9825) (#9833)
    
    * Update PrintNamespacesList to break on YAML file separator '---' followed by a new line.
    
    * fix: Update PrintNamespacesList to break on YAML file separator '---' followed by a new line.
    
    * fix: update yaml line break character and add more tests
    
    * fix: use yaml parser to process multiple files
    
    * fix: add test for single manifest w break at end
    
    * fix: remove unnecessary conversion
    
    * fix: update import
    
    * fix: if resourceToInfoMap is empty, return nil
    
    * fix: format
    
    * fix: log fmt write error and update empty manifest (with just ---) handling
    
    * fix: format
    
    * fix: fix imports
    
    * fix: add test case
    
    Co-authored-by: Katie Zhang <katiexzhang@gmail.com>
    plumpy and katiexzhang authored Jun 18, 2025
    Configuration menu
    Copy the full SHA
    95fb592 View commit details
    Browse the repository at this point in the history
Loading