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.3.6
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.3.7
Choose a head ref
  • 17 commits
  • 21 files changed
  • 9 contributors

Commits on Jun 1, 2023

  1. fix(deps): update module github.com/aws/aws-sdk-go to v1.44.274 (#474)

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    1a81227 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. fix(deps): update module github.com/aws/aws-sdk-go to v1.44.275 (#478)

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    705b54f View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. feat: support arbitrary uid for openshift environments (#454)

    Signed-off-by: Johannes Kleinlercher <johannes@kleinlercher.at>
    Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
    jkleinlercher and AlexsJones authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    92539ee View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module github.com/aws/aws-sdk-go to v1.44.276 (#482)

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 6, 2023
    Configuration menu
    Copy the full SHA
    3f0aea1 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. fix: use the status for pdb checking (#477)

    The PDB event is a historical record, it's not a good choice to judge the pdb latest status based on it.
    So, use the `stataus` instead of `event` to check it.
    
    Closes: #476
    
    Signed-off-by: Jian Zhang <jiazha@redhat.com>
    jianzhangbjz authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    075066d View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module github.com/aws/aws-sdk-go to v1.44.277 (#485)

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    e2d5c2d View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. chore(deps): update actions/checkout digest to c85c95e (#492)

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    1ae21e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. chore(deps): update docker/build-push-action digest to 44ea916 (#491)

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    e556901 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update docker/setup-buildx-action digest to 6a58db7 (#489)

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    a23276d View commit details
    Browse the repository at this point in the history
  3. docs: fix add localai command in readme.md (#494)

    Signed-off-by: zibai <zibai.gj@alibaba-inc.com>
    Co-authored-by: zibai <zibai.gj@alibaba-inc.com>
    gujingit and gujingit authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    40fbba7 View commit details
    Browse the repository at this point in the history
  4. fix(deps): update module github.com/aws/aws-sdk-go to v1.44.280 (#490)

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    04b4f56 View commit details
    Browse the repository at this point in the history
  5. chore(deps): update goreleaser/goreleaser-action digest to 336e299 (#495

    )
    
    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ad2a5fd View commit details
    Browse the repository at this point in the history
  6. chore: customized prompt template for integration plugins (#403)

    Signed-off-by: Peter Pan <Peter.Pan@daocloud.io>
    Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
    panpan0000 and AlexsJones authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    c85203b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. fix(deps): update module golang.org/x/term to v0.9.0 (#497)

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    98b852a View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module github.com/aws/aws-sdk-go to v1.44.281 (#496)

    Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    a6342c9 View commit details
    Browse the repository at this point in the history
  3. feat: add update to auth cmd (#450)

    * added update.go + fixed typos
    
    Signed-off-by: Alexandre Steppé <alexandre.steppe@gmail.com>
    
    * updated readme
    
    Signed-off-by: Alexandre Steppé <alexandre.steppe@gmail.com>
    
    * fixed default values
    
    Signed-off-by: Alexandre Steppé <alexandre.steppe@gmail.com>
    
    * fixed typo
    
    Signed-off-by: Alexandre Steppé <alexandre.steppe@gmail.com>
    
    ---------
    
    Signed-off-by: Alexandre Steppé <alexandre.steppe@gmail.com>
    Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
    HatiCode and AlexsJones authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    01aeeb3 View commit details
    Browse the repository at this point in the history
  4. chore(main): release 0.3.7 (#475)

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