Skip to content
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

Merged
merged 4 commits into from
Jun 1, 2021
Merged

Update to Ciris 2.x #70

merged 4 commits into from
Jun 1, 2021

Conversation

rmorais
Copy link
Contributor

@rmorais rmorais commented May 13, 2021

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

@rmorais rmorais marked this pull request as ready for review May 13, 2021 10:25
@rmorais rmorais requested a review from a team May 13, 2021 10:25
Copy link
Contributor

@jensraaby jensraaby left a 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 =>
Copy link
Contributor

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?

Copy link
Contributor Author

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

Copy link
Contributor Author

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 :)

@rmorais
Copy link
Contributor Author

rmorais commented May 18, 2021

There is a branch with some tests, where I spin up minikube and make sure everything works.
I would like to automate this but I haven't got the chance yet

@rmorais rmorais merged commit cefc4df into master Jun 1, 2021
@rmorais rmorais deleted the ciris-2 branch June 1, 2021 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants