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: stefanprodan/podinfo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.4
Choose a base ref
...
head repository: stefanprodan/podinfo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6.1.5
Choose a head ref
  • 4 commits
  • 17 files changed
  • 2 contributors

Commits on May 24, 2022

  1. Fix panic triggering via HTTP API (#197)

    Fix GET /panic
    
    The GET /panic api call is not working due the the logger.Panic method
    failing to call panic. This change replaces the logger.Panic method
    call with logger.Info and adds a call to os.Exit(255).
    Paul Carlton authored May 24, 2022
    Copy the full SHA
    19603dd View commit details
  2. Update Go to 1.18 and Alpine to 3.16

    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed May 24, 2022
    Copy the full SHA
    f4199ab View commit details
  3. Release podinfo 6.1.5

    Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
    stefanprodan committed May 24, 2022
    Copy the full SHA
    dea973d View commit details
  4. Merge pull request #198 from stefanprodan/go-1.18

    Update Go to 1.18 and Alpine to 3.16
    stefanprodan authored May 24, 2022
    Copy the full SHA
    6b869d1 View commit details
Loading