datastax / kaap

KAAP, Kubernetes Autoscaling for Apache Pulsar
https://datastax.github.io/kaap/
Apache License 2.0
46 stars 16 forks source link

upgrade quarkus-sdk 5.0.1->5.1.4 #146

Closed pgier closed 1 year ago

pgier commented 1 year ago

I created this before seeing #102, however, it should be fine to merge this one before that one get merged. That's a bit bigger upgrade so it involves more significant changes.

There was a change to the exec operation in the upstream kubernetes-client (https://github.com/fabric8io/kubernetes-client/pull/4505) where it first calls get on the pod to get the container names, so this changes the mock server to expect this extra call.