Releases: neoave/mrack
Releases · neoave/mrack
v0.14.0
v0.13.0
v0.12.0
Feature
- Gracefully destroy servers after traceback (
ab22410
) - Wait for provider resources up to hour (
b9612cf
) - OpenStack: Check openstack response for resources issue (
328e0c9
) - Virt: Use generated run IDs for parallel jobs (
60292ea
) - Password authentication in ssh_to_host (
dd151b5
) - Virt a local virtual machine provider (
b2f917e
) - OpenStack: Move network translation to provider (
5d5146b
) - Add capability to disable ssh check (
efc5061
) - OpenStack: Distribute choosing of networks (
b28acca
)
Fix
- Remove redundant host validation (
baa2a06
) - Change priority of hardcoding Administrator to Win hosts (
3a5f19f
) - Do not add the config_drive_req to req (
db1f82a
)
Documentation
- Update method docsting as it does not Validate hosts anymore (
46e725c
)
v0.11.0
v0.10.0
Feature
- Create podman networks in preparation (
c6791ce
) - Pull podman images in preparation (
c19b230
) - Check ssh connectivity outside of pares_error_hosts more than once (
ecd5470
) - Use always root user for provisioned containers (
311a8a5
) - Use more flexible way of defining podman names (
a94d922
) - Use ssh public key to access container instead of podman id (
87c1ff0
) - Add capability to use custom podman options (
d05a41f
)
Fix
- The type of duration is not correct (
dbdc25c
) - Ssh action crashes as it misses global_context (
a210f6e
) - Log error when ssh fails after provisioning (
76af86e
) - Do not use compression when trying ssh to machine (
26d89be
) - Mrack ssh action needs host.host_id for podman (
c4daabd
) - Use pubkey instead of keypair for beaker (
abc2a84
) - Podman provider logger does not use Podman prefix (
ef7dd59
)
Documentation
v0.9.0
v0.8.0
v0.7.1
v0.7.0
Feature
Fix
- Handle ServerError in all Openstack calls (
585543a
) - Handle timeout state and treat it as an error (
a6b9738
) - Podman ansible inventory and status_map (
503a680
) - Fix pylint isssues and reuse existing methods (
788b2ff
) - If mrack is run first time db may not exist (
bd51176
) - Require beaker version with support for python 3.9 (
6f22bea
) - OpenStack provider does not crash if no credentials are provided (
6115c1a
) - Provider: await abort_and_delete (
8f361f5
)