Skip to content

Releases: lime-green/remote-docker-aws

1.0.1 - Remove the need to separately install unison-gitignore

17 Aug 01:49
6abd682
Compare
Choose a tag to compare
don't need to make this a separate requirement (#11)

1.0.0 - Fix dot star gitignore parsing, add volume_size configuration

17 Aug 01:19
df5b905
Compare
Choose a tag to compare

v1 release! Other than the gitignore parsing, this has been running smoothly for a while now so might as well bump it up

  • Lines like *.log will now be parsed correctly to only ignore test.log and not test_log which it did before.
  • A new volume_size configuration option is added

0.2.2 - Set instance name

18 Jul 19:03
Compare
Choose a tag to compare

Makes it easier to recognize in the ec2 console

0.2.1 - create-keypair fix

13 Jul 13:59
62145bf
Compare
Choose a tag to compare
delete existing keypair (#8)

0.2.0 - user_id config

12 Jul 19:56
9ff893c
Compare
Choose a tag to compare

Allows user_id to be set in JSON configuration to uniquely identify a docker agent, which is useful if you want to use multiple different agents per profile, or in a shared AWS account

Also refactors core.py into a class so it's easier to use

Fixes a bug with keypair creation

0.1.0 - Bumping

07 Jul 02:36
Compare
Choose a tag to compare

Bumping with a few changes. No changes needed to be made for the last ~5 days so it's working reliably

0.0.1 - Initial Release

02 Jul 18:26
ccd6266
Compare
Choose a tag to compare

This is the first release! Treat as alpha