-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: kyverno operator support #485
base: main
Are you sure you want to change the base?
Commits on Jul 29, 2024
-
initial working verison of kyverno operator integration
* rpc is using ronaldpetty and not k8sgpt-ai * unclear best way to deal with trivy/kyverno together Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6dccdb - Browse repository at this point
Copy the full SHA e6dccdbView commit details
Commits on Aug 18, 2024
-
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.19.1 (k8sgptβ¦
β¦-ai#484) 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 d7dd24a - Browse repository at this point
Copy the full SHA d7dd24aView commit details -
chore(deps): update docker/build-push-action digest to 5176d81 (k8sgpβ¦
β¦t-ai#476) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f34be34 - Browse repository at this point
Copy the full SHA f34be34View commit details -
feat/custom analysis (k8sgpt-ai#474)
* chore: updated the spec Signed-off-by: Alex Jones <[email protected]> * feat: add custom analyzers into the k8sgpt config Signed-off-by: Alex Jones <[email protected]> * feat: add custom analyzers into the k8sgpt config Signed-off-by: Alex Jones <[email protected]> * feat: add custom analyzers into the k8sgpt config Signed-off-by: Alex Jones <[email protected]> * chore: fixed the reconcile not picking up custom analyzers Signed-off-by: Alex Jones <[email protected]> --------- Signed-off-by: Alex Jones <[email protected]> Signed-off-by: AlexsJones <[email protected]> Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b0c21b - Browse repository at this point
Copy the full SHA 5b0c21bView commit details -
chore(deps): update docker/setup-buildx-action digest to 988b5a0 (k8sβ¦
β¦gpt-ai#486) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9be3c23 - Browse repository at this point
Copy the full SHA 9be3c23View commit details -
chore(deps): update actions/upload-artifact digest to 89ef406 (k8sgptβ¦
β¦-ai#488) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0bead2b - Browse repository at this point
Copy the full SHA 0bead2bView commit details -
chore(main): release 0.1.7 (k8sgpt-ai#453)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8b6f8b - Browse repository at this point
Copy the full SHA d8b6f8bView commit details -
chore: this allows local mode development without deploying out a dumβ¦
β¦my deployment, instead using k8sgpt locally (k8sgpt-ai#495) Signed-off-by: AlexsJones <[email protected]> Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8d71dc1 - Browse repository at this point
Copy the full SHA 8d71dc1View commit details -
chore(deps): update actions/checkout digest to 692973e (k8sgpt-ai#457)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0196faa - Browse repository at this point
Copy the full SHA 0196faaView commit details -
chore(deps): update actions/setup-go digest to 0a12ed9 (k8sgpt-ai#467)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e981a3d - Browse repository at this point
Copy the full SHA e981a3dView commit details -
feat: supporting new schema refactor (k8sgpt-ai#494)
Signed-off-by: AlexsJones <[email protected]> Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c717025 - Browse repository at this point
Copy the full SHA c717025View commit details -
feat: rework controllers logic & add some simple tests (k8sgpt-ai#498)
* feat: rework controllers logic & add some simple tests Signed-off-by: Matthis Holleville <[email protected]> * feat: enhance deployment readiness check and version upgrade logic Improved the logic for checking deployment readiness and handling version upgrades in the Kubernetes controller. This includes a more efficient way of determining if a deployment has ready replicas and streamlining the process for updating the deployment image when a new version is specified. This change aims to reduce unnecessary updates and checks, improving the overall efficiency and reliability of the deployment process. Signed-off-by: Matthis Holleville <[email protected]> * fix: improve log message formatting in analysis step cleanup Signed-off-by: Matthis Holleville <[email protected]> * ci: add make as a build tool for testing Signed-off-by: Matthis Holleville <[email protected]> --------- Signed-off-by: Matthis Holleville <[email protected]> Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7593637 - Browse repository at this point
Copy the full SHA 7593637View commit details -
fixing schema to use main repo
Signed-off-by: Ronald Petty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a80bbb3 - Browse repository at this point
Copy the full SHA a80bbb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96f5222 - Browse repository at this point
Copy the full SHA 96f5222View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9180c48 - Browse repository at this point
Copy the full SHA 9180c48View commit details