DANM 3.1.1 - Hotfix release for 3.1.0
Release 3.1.1 is a hotfix for release 3.1.0
A week ago the Kubernetes code generator project decided to cease generating versionless interfaces into their REST clients.
Unfortunately DANM code used this interface in two places. As a result, DANM stopped compiling.
While it is true that nobody should use a versionless interface of a REST client, this backward incompatible change was still not very nice IMHO :)
In any case, users are encouraged to use this release instead of 3.1.0.
We will store the generated code within the repo in the future to avoid such breaks happening again, and will also fix the version of the code generator dependency into our SCM pipeline.