You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release drops support for older Python Client Library versions (see #156) and adds support for importing EVE-NG topology files with the cml up command.
This release fixes a bug where the new users and groups functions lacked the module init files. Additionally, this adds more users and groups documentation and fixes a bug with group management (#155).
Thanks to @sgherdao for contributions to this release.
Note: While this release is a bug fix, it introduces an API change for the lab_views plugin, so bumping the MINOR version.
This release fixes the username shown in output of cml ls. Prior to this it would show the current user. Now it shows the owner of the lab (fix for #152). Thanks to @sgherdao for the contribution to this release.
This release also adds isort to the dev tools to improve readability and style of imports. A big thanks to @sgherdao for all the contributions to this release.
It's been a long time coming, but this release finally removes all vestiges of VIRL/CML 1.x support. This is officially the cmlutils release, supporting CML 2.x+.
Thanks to Salah Gherdaoui for the surgery on the 1.x bits, as well as a tmux contribution. Thanks to Tomas Mikuska for some additional testing and coverage bits.
In addition to the changes above, this release fixes some performance issues relating to clustering and should work nicely with the new CML 2.7 release.