-
Notifications
You must be signed in to change notification settings - Fork 4
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
Update to Ciris 2.x #70
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, would be nice to add tests at this stage too, but I admit that's a bit tricky without spinning up a minikube or mocking out the client API 😦
readme.md
Outdated
) | ||
} | ||
val config = | ||
configMapInNamespace[IO]("pizza", blocker).flatMap { configMap => |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I might have missed something, but where's the blocker coming from now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blocker got removed from Cats-effect 3. I missed that entry on the readme. will fix it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should probably add mdoc so the readme would be compiled :)
There is a branch with some tests, where I spin up minikube and make sure everything works. |
In this new major version of Ciris, they moved to use Cats-Effect 3.x, which is binary incompatible with previous versions.
This means, that we also need to provide a new major version for Ciris-kubernetes.
Support for ciris-kubernetes 1.x can continue on the new branch ciris-1.x