Skip to content
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

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Commits on Jul 29, 2024

  1. 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]>
    ronaldpetty committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e6dccdb View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. 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>
    renovate[bot] authored and ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    d7dd24a View commit details
    Browse the repository at this point in the history
  2. 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]>
    renovate[bot] authored and ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    f34be34 View commit details
    Browse the repository at this point in the history
  3. 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]>
    AlexsJones authored and ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    5b0c21b View commit details
    Browse the repository at this point in the history
  4. 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]>
    renovate[bot] authored and ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9be3c23 View commit details
    Browse the repository at this point in the history
  5. 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]>
    renovate[bot] authored and ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0bead2b View commit details
    Browse the repository at this point in the history
  6. 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]>
    github-actions[bot] authored and ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    d8b6f8b View commit details
    Browse the repository at this point in the history
  7. 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]>
    AlexsJones authored and ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    8d71dc1 View commit details
    Browse the repository at this point in the history
  8. 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]>
    renovate[bot] authored and ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    0196faa View commit details
    Browse the repository at this point in the history
  9. 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]>
    renovate[bot] authored and ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    e981a3d View commit details
    Browse the repository at this point in the history
  10. feat: supporting new schema refactor (k8sgpt-ai#494)

    Signed-off-by: AlexsJones <[email protected]>
    Signed-off-by: Ronald Petty <[email protected]>
    AlexsJones authored and ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    c717025 View commit details
    Browse the repository at this point in the history
  11. 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]>
    matthisholleville authored and ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    7593637 View commit details
    Browse the repository at this point in the history
  12. fixing schema to use main repo

    Signed-off-by: Ronald Petty <[email protected]>
    ronaldpetty committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    a80bbb3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    96f5222 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    9180c48 View commit details
    Browse the repository at this point in the history