Releases: lime-green/remote-docker-aws
Releases · lime-green/remote-docker-aws
1.0.1 - Remove the need to separately install unison-gitignore
don't need to make this a separate requirement (#11)
1.0.0 - Fix dot star gitignore parsing, add volume_size configuration
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 ignoretest.log
and nottest_log
which it did before. - A new
volume_size
configuration option is added
0.2.2 - Set instance name
Makes it easier to recognize in the ec2 console
0.2.1 - create-keypair fix
delete existing keypair (#8)
0.2.0 - user_id config
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
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
This is the first release! Treat as alpha