Releases: CiscoDevNet/virlutils
2.5.0
Even though 2.4.0 was not released, bumping to 2.5.0 to account for more new features. This release brings:
- Add support for passing node ID to
start
andstop
- Use virl2-client 2.9
- Add support for flexible files and branches with
pull
- Improve testing
- Drop support for CML 2.6 (#157)
Thanks to @tmikuska for his contributions to this release.
2.3.0
2.2.1
2.2.0
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.
2.1.0
- Improve readability in tabular views for labs and nodes (#149)
- Sanitize tmux session names (#150)
- Add support for user and group management (#151)
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.
2.0.1
2.0.0
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.