Releases: BstLabs/py-vm-instance-aws
Releases · BstLabs/py-vm-instance-aws
v1.0.16
Version bump v1.0.16 (#75) * Added region support to EC2InstanceMapping * fix single quotes are omitted on command execution * Revert "Added region support to EC2InstanceMapping" This reverts commit 3e5d3a18b7d20d34ec8c4e83203ebbd85e00e336. * version bump v1.0.15 * issue-72: fix Ec2RemoteShellProxy.execute() to run all commands as ssm-user --------- Co-authored-by: MeshiBST <meshi@blackswan-technologies.com> Co-authored-by: avital <avital@caios.io>
v1.0.15
v1.0.14
v1.0.13
v1.0.12
v1.0.11
v1.0.10
Release PR v1.0.10 (#50) * Add auth callback for all instances * version bump (pre-release) * version bump (pre-release iteration: 2) * Issue-35, Supply authentication callback globally (#36) * Pre-release PR v1.0.9b (#34) * Add auth callback for all instances * version bump (pre-release) Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru> * Add auth callback globally * Refactor lint Co-authored-by: Orkhan Shirin <62020621+orkhanshirin@users.noreply.github.com> * Raise exception instead of txt info on bad creds * version bump v1.0.9b2 * Fixed lint error * Feat(general): Added support for `wait_until_running` (#42) Description: - Defined a new method to support instance start/stop with a waiter - Extra: Added changelog workflow * version bump v1.0.9 * modified execute for custom parameters and reduced default delay * improved execute behavior and code - assertion for vm state before running command - removal of redudndant 2 seconds sleep time - improved command arguments and parameters * restore execute command tuple * version bump v1.0.10 * updated workflows * freeze ubuntu version Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru> Co-authored-by: Lior Kashti <lkashti@gmail.com> Co-authored-by: Avital Yahel <avital.yahel@gmail.com>
v1.0.9
What's Changed
- Added support for
wait_until_running
on instance start/stop - Provided authentication callback globally
- Raise exceptions instead of printing info on bad credentials
Full Changelog: v.1.0.8...v1.0.9
v1.0.9b2
Pre-release PR v1.0.9b2 (#40) * Add auth callback for all instances * version bump (pre-release) * version bump (pre-release iteration: 2) * Issue-35, Supply authentication callback globally (#36) * Pre-release PR v1.0.9b (#34) * Add auth callback for all instances * version bump (pre-release) Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru> * Add auth callback globally * Refactor lint Co-authored-by: Orkhan Shirin <62020621+orkhanshirin@users.noreply.github.com> * Raise exception instead of txt info on bad creds * version bump v1.0.9b2 * Fixed lint error Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>
v1.0.9b1
Pre-release PR v1.0.9b1 (#37) * Add auth callback for all instances * version bump (pre-release) * version bump (pre-release iteration: 2) * Issue-35, Supply authentication callback globally (#36) * Pre-release PR v1.0.9b (#34) * Add auth callback for all instances * version bump (pre-release) Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru> * Add auth callback globally * Refactor lint Co-authored-by: Orkhan Shirin <62020621+orkhanshirin@users.noreply.github.com> Co-authored-by: Dmitry Slobodchikov <zoosman@mail.ru>