Skip to content

Releases: BstLabs/py-vm-instance-aws

v1.0.16

20 Jul 08:36
56f5f68
Compare
Choose a tag to compare
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

06 Jun 09:17
ef7cbfc
Compare
Choose a tag to compare

Bug fix dealing with single quotes in command execution

v1.0.14

07 Mar 09:53
8a24247
Compare
Choose a tag to compare
Release PR v1.0.14 (#64)

* commands were being run as root and not ssm-user

* version bump v1.0.14

v1.0.13

19 Feb 15:04
cabd932
Compare
Choose a tag to compare
Release PR v1.0.13 (#61)

* fixed ec2 resouce not created from session

* version bump v1.0.13

v1.0.12

15 Jan 10:58
043bffb
Compare
Choose a tag to compare
Release PR v1.0.12 (#57)

* Fix issue 55: retry waiter.wait() with sleep(1)

* version bump v1.0.12

Co-authored-by: Avital Yahel <avital.yahel@gmail.com>

v1.0.11

20 Dec 09:55
6272f2e
Compare
Choose a tag to compare
Release PR v1.0.11 (#54)

* Fix Ec2RemoteShellProxy.execute() args order (#51)

* version bump v1.0.11

v1.0.10

16 Dec 11:55
60203e6
Compare
Choose a tag to compare
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

29 Sep 14:25
03dec3c
Compare
Choose a tag to compare

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

20 Sep 16:19
b576725
Compare
Choose a tag to compare
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

06 Sep 16:05
8f0748c
Compare
Choose a tag to compare
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>