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.14.1
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.14.2
Choose a head ref
  • 1 commit
  • 2 files changed
  • 2 contributors

Commits on Mar 19, 2025

  1. fix: port-forward error logs failed to port forward (#9728) (#9759)

    * fix: port-forward error logs `failed to port forward`
    
    Reflect changes in `os.Process` introduced in Go 1.23
    
    * use `reflect` to make it future proof(?)
    
    * Add safeguards to call FieldByName
    
    * Add basic test to getHandleFromProcess
    
    * Fix copyright year
    
    Co-authored-by: SeongChan Lee <[email protected]>
    mattsanta and foriequal0 authored Mar 19, 2025
    Configuration menu
    Copy the full SHA
    d76dbab View commit details
    Browse the repository at this point in the history
Loading