-
Notifications
You must be signed in to change notification settings - Fork 700
Comparing changes
Open a pull request
base repository: k8sgpt-ai/k8sgpt
base: v0.3.6
head repository: k8sgpt-ai/k8sgpt
compare: v0.3.7
- 17 commits
- 21 files changed
- 9 contributors
Commits on Jun 1, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1a81227 - Browse repository at this point
Copy the full SHA 1a81227View commit details
Commits on Jun 5, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 705b54f - Browse repository at this point
Copy the full SHA 705b54fView commit details
Commits on Jun 6, 2023
-
feat: support arbitrary uid for openshift environments (#454)
Signed-off-by: Johannes Kleinlercher <johannes@kleinlercher.at> Co-authored-by: Alex Jones <alexsimonjones@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 92539ee - Browse repository at this point
Copy the full SHA 92539eeView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 3f0aea1 - Browse repository at this point
Copy the full SHA 3f0aea1View commit details
Commits on Jun 7, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 075066d - Browse repository at this point
Copy the full SHA 075066dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for e2d5c2d - Browse repository at this point
Copy the full SHA e2d5c2dView commit details
Commits on Jun 10, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1ae21e6 - Browse repository at this point
Copy the full SHA 1ae21e6View commit details
Commits on Jun 12, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for e556901 - Browse repository at this point
Copy the full SHA e556901View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a23276d - Browse repository at this point
Copy the full SHA a23276dView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 40fbba7 - Browse repository at this point
Copy the full SHA 40fbba7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 04b4f56 - Browse repository at this point
Copy the full SHA 04b4f56View commit details -
chore(deps): update goreleaser/goreleaser-action digest to 336e299 (#495
Configuration menu - View commit details
-
Copy full SHA for ad2a5fd - Browse repository at this point
Copy the full SHA ad2a5fdView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c85203b - Browse repository at this point
Copy the full SHA c85203bView commit details
Commits on Jun 13, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 98b852a - Browse repository at this point
Copy the full SHA 98b852aView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a6342c9 - Browse repository at this point
Copy the full SHA a6342c9View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 01aeeb3 - Browse repository at this point
Copy the full SHA 01aeeb3View commit details -
chore(main): release 0.3.7 (#475)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1bc0f42 - Browse repository at this point
Copy the full SHA 1bc0f42View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.3.6...v0.3.7