kr8s-org / kr8s

A batteries-included Python client library for Kubernetes that feels familiar for folks who already know how to use kubectl
https://kr8s.org
BSD 3-Clause "New" or "Revised" License
830 stars 44 forks source link

Old poetry-dynamic-versioning-plugin #174

Open BrianPugh opened 1 year ago

BrianPugh commented 1 year ago

Which project are you reporting a bug for?

kubectl-ng

What happened?

It probably doesn't impact your workflow too much, but this repo is using a super old version of poetry-dyanmic-versioning in your release CI. You should probably update poetry to something more modern, and use poetry-dynamic-versioning[plugin].

However, I'm looking through your stuff, and it seems like you don't even use PDV? So should probably just remove it anyways.

Anything else?

No response

jacobtomlinson commented 1 year ago

There are two Python packages in this repo kr8s and kubectl-ng. We are using PDV in kubectl-ng and I agree it should probably be brought up to date. But equally it's just a toy demo and kr8s is the important thing here so I'm not too worried.

If someone wants to fix things up I'd be happy to review a PR.