Kubernetes plugins upgrade for kubernetes > 1.18?

@arthurlogilab Thnx for the reminder

Since v12.0.1 has beed released, I tried to update the client but failed. When I try pip install kubernetes==12.0.1 I get No matching distribution found for kubernetes==12.0.1

The update for 12.0.0 works, but has the same error as before:

Reason: Not Found
HTTP response headers: HTTPHeaderDict({'Date': 'Thu, 12 Nov 2020 11:57:47 GMT', 'Content-Length': '19', 'Content-Type': 'text/plain; charset=utf-8', 'Cache-Control': 'no-cache, private'})
HTTP response body: 404: Page Not Found

The reason seems to be what @martin.hirschvogel mentioned before.

We have a similar situation in a Java Project where we use the java-client library, which also hangs behind the API release schedule.

What I’m learning from this is not to upgrade kubernetes too often and to have an eye on the toolchain.