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

Commits on Aug 12, 2024

  1. chore: this allows local mode development without deploying out a dum…

    …my deployment, instead using k8sgpt locally (#495)
    
    Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
    AlexsJones authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    2e1e599 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. chore(deps): update actions/checkout digest to 692973e (#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>
    renovate[bot] authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e71cd1c View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/setup-go digest to 0a12ed9 (#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>
    renovate[bot] authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    57c6fa3 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. feat: supporting new schema refactor (#494)

    Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
    AlexsJones authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6c01390 View commit details
    Browse the repository at this point in the history
  2. feat: rework controllers logic & add some simple tests (#498)

    * feat: rework controllers logic & add some simple tests
    
    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    
    * 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 <matthish29@gmail.com>
    
    * fix: improve log message formatting in analysis step cleanup
    
    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    
    * ci: add make as a build tool for testing
    
    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    
    ---------
    
    Signed-off-by: Matthis Holleville <matthish29@gmail.com>
    matthisholleville authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    460e6ff View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. chore(deps): update actions/upload-artifact digest to 5076954 (#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 Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8cacbaf View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. fix(deps): update module github.com/prometheus/client_golang to v1.20…

    ….2 (#500)
    
    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 Sep 4, 2024
    Configuration menu
    Copy the full SHA
    87754bc View commit details
    Browse the repository at this point in the history
  2. chore(deps): update actions/setup-python digest to f677139 (#504)

    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 Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ca4828b View commit details
    Browse the repository at this point in the history
  3. fix(deps): update module gopkg.in/yaml.v2 to v3 (#506)

    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 Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8cd2450 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fix(deps): update module github.com/onsi/ginkgo/v2 to v2.20.2 (#493)

    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 Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bd47980 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update module github.com/onsi/gomega to v1.34.2 (#483)

    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 Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5367ef5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. feat: add proxysettings for azureopenai and openai (#415)

    * feat: add proxysettings for azureopenai and openai
    
    Signed-off-by: tanujd11 <dwiveditanuj41@gmail.com>
    
    * update readme
    
    Signed-off-by: tanujd11 <dwiveditanuj41@gmail.com>
    
    ---------
    
    Signed-off-by: tanujd11 <dwiveditanuj41@gmail.com>
    tanujd11 authored Sep 7, 2024
    Configuration menu
    Copy the full SHA
    7e7769c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. fix(deps): update module github.com/prometheus/client_golang to v1.20…

    ….3 (#508)
    
    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 Sep 8, 2024
    Configuration menu
    Copy the full SHA
    438c1ee View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. fix(deps): update k8s.io/utils digest to 702e33f (#501)

    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 Sep 16, 2024
    Configuration menu
    Copy the full SHA
    499b71f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. chore(deps): update golang docker tag to v1.23 (#499)

    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 Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c33575d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. chore: buf dependencies (#512)

    * chore: updating rpc dependencies
    
    Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
    
    * chore: updating rpc dependencies
    
    Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
    
    * chore: updating rpc dependencies
    
    Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
    
    ---------
    
    Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
    AlexsJones authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a2a67e1 View commit details
    Browse the repository at this point in the history
  2. feat!: updating/buf dependencies (#513)

    * chore: updating rpc dependencies
    
    Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
    
    * chore: updating rpc dependencies
    
    Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
    
    * chore: updating rpc dependencies
    
    Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
    
    ---------
    
    Signed-off-by: AlexsJones <alexsimonjones@gmail.com>
    AlexsJones authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f60b654 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 0.2.0 (#496)

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