-
v1.1 Release v1.1 This release brings: * events: use web sockets when available (LAVA >= 2020.09) * print worker token if available * fix some crashes
-
debian/1.0-1 lavacli Debian release 1.0-1
-
v1.0 Release v1.0 This release brings: * workers: allow one to get and set job limit (LAVA > 2020.01)
-
v0.9.9 Release v0.9.9 This release brings: * fix a crash with lava >= 2019.09 * improve job log colors * jobs submit: allow to follow the logs
-
debian/0.9.8-1 lavacli Debian release 0.9.8-1
-
v0.9.8 Release v0.9.8 This release fix some isue foundafter the upgrade of pyyaml to 5.2.1 in Debian testing.
-
v0.9.7 Release v0.9.7 This release brings only one new feature: get/set worker environment In order to use this feature, you need LAVA >= 2019.06 Then you can: lavacli workers env get <hostname> lavacli workers env set <hostname> <env.yaml>
-
v0.9.6 Release v0.9.6 This release brings: * "jobs cancel" can now cancel multiple jobs * "utils templates render" accepts a context and can trim the output
-
v0.9.5 Release v0.9.4 This release brings: * "jobs validate" for lava-server above 2019.03 * improvement when submitting multiple jobs * possibility to work without yaml CLoader
-
v0.9.4 Release v0.9.4 This release brings: * "utils templates render" to render jinja2 templates * "jobs queue" to show the current queue for some device-types (lava 2019.01)
-
v0.9.3 Release v0.9.3 This release brings: * a future proof versionning support * use black code format * allow to use --verbose and --since for job listing
-
v0.9.2 Hotfix release v0.9.2 Ensure test files are distributed.
-
v0.9.1 Hostfix release v0.9.1 Improve support for old python3 versions (3.4 and 3.5 at least).
-
v0.9 Release v0.9 This release remove the need (and the possibility) to set server version in the configuration. For each command, lavacli will query the server version and according to this version, set the right command line arguments and use the right XMLRPC API calls. This release also allow to submit many tests jobs in one command. This release fixes some crashes when: * listing devices with old instances * using default identity
-
v0.8.1 Hotfix release v0.8.1 Fix crashes when using "lavacli identities version" sub-commands.
-
v0.8 Eighth release of lavacli This release: * add a new command line to manage identities * improve system maintenance/active commands * handle different server api versions * allow to output as json when yaml is available
-
v0.6 Sixth release of lavacli This release fixes crashes when printing unicode logs with LANG=C The release also allows to: * filter logs by level * render a local log file
-
v0.5 Fifth release of lavacli This release fixes crashes when: * logs are not valid unicode or when the console does not handle unicode * --uri is used
-
v0.4 Fourth release of lavacli This release does: * add a new configuration parser to use lava-tool configuration * fix exit message when killed * various improvements