microbean / microbean-kubernetes-controller

A toolset for writing Kubernetes controllers, or operators, in Java.
https://microbean.github.io/microbean-kubernetes-controller/
Apache License 2.0
20 stars 7 forks source link

Release 0.2.3 #19

Closed xguerin closed 3 years ago

xguerin commented 3 years ago

Hello,

The 0.2.3 release has been in SNAPSHOT mode for a while now. Would it make sense to release it?

Thanks !

ljnelson commented 3 years ago

Hello; it might! It's just me so sometimes these things take a while. I will look into it.

xguerin commented 3 years ago

Let me know if I can help in any way :)

ljnelson commented 3 years ago

Thanks for the offer. I'll try to take care of it this weekend.

In the meantime, if you're just looking to do something like update third-party dependencies, you should be able to do that in your own pom.xml's <dependencyManagement> section.

ljnelson commented 3 years ago

Hello; I've updated the project to use the latest compatible dependencies. This puts it on Fabric8's Kubernetes Client version 4.11.1. I've uploaded version 0.3.0-SNAPSHOT to Sonatype's snapshot repository. Would you mind giving it a quick test to see if it will meet your needs? If so, I'll release it shortly thereafter.

xguerin commented 3 years ago

Absolutely. I’ll take care of it ~tomorrow~ today.

COMMENTS

xguerin commented 3 years ago

All good on my end 👍 It took me some time to bring my CRD controllers up to speed with the fabric8 API changes related to v1.19 update.

ljnelson commented 3 years ago

Released.