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: k8sgpt-ai/k8sgpt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.5
Choose a base ref
...
head repository: k8sgpt-ai/k8sgpt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.6
Choose a head ref
  • 2 commits
  • 5 files changed
  • 3 contributors

Commits on Apr 25, 2023

  1. fix: explicitly pass in filter to async analysis go routine (#326)

    Before the filter inside the func literal was capturing the value from
    the outer loop. This is a subtle mistake, since in combination with
    running the function literal as go routine, the value of filter could
    have already changed at invocation time.
    
    To fix this, the filter is now passed in as an argument to the func
    literal.
    
    Signed-off-by: Patrick Pichler <git@patrickpichler.dev>
    Co-authored-by: Patrick Pichler <git@patrickpichler.dev>
    patrickpichler and Patrick Pichler authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    692cd06 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.2.6 (#327)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    3d11e12 View commit details
    Browse the repository at this point in the history
Loading