Skip to content

0.4.0

Compare
Choose a tag to compare
@Dannyb48 Dannyb48 released this 28 Jul 06:25
· 4 commits to master since this release

Version 0.4.0 (2020-07-28)

New features

  • Added support for running openstack commands on a remote host
    using a context manager. Addresses issue #6

Enhancements

None

Bug Fixes

  • None

Doc Changes

  • Updated README to show the examples of using the remote_shell context
    manager

Test/CI Enhancements

  • Added some test coverage for the new context manager logic