cscetbon / casskop

This Kubernetes operator automates Cassandra operations such as deploying rack aware clusters, scaling up and down, configuring C* and its JVM, upgrading JVM and C*, backup/restores and many more...
https://cscetbon.github.io/casskop/
Apache License 2.0
13 stars 8 forks source link

Update kub libraries and controller-runtime #50

Closed AKamyshnikova closed 2 years ago

AKamyshnikova commented 2 years ago

Bump kub libraries to 0.24 controller-runtime to 0.12.1

Q A
Bug fix? []
New feature? [x]
API breaks? []
Deprecations? []
Related tickets fixes #X, partially #Y, mentioned in #Z
License Apache 2.0

What's in this PR?

Update kub-api and related libraries to v0.24 Update controller-runtime to v0.12 Renamed Handler -> ProbeHandler reconciler functions now passing context argument

Why?

Keeping project up-to-date

Checklist

cscetbon commented 2 years ago

@AKamyshnikova did run e2e with your branch ? Unfortunately I cannot run it here from your repo ...

cscetbon commented 2 years ago

@AKamyshnikova did run e2e with your branch ? Unfortunately I cannot run it here from your repo ...

I ran some of them locally and didn't see any issues

cscetbon commented 2 years ago

not sure if it related to my changes... @AKamyshnikova I think you're good, I've merged it. Will run e2e later again to confirm we're all good here