Releases: cattle-ops/terraform-aws-gitlab-runner
Releases · cattle-ops/terraform-aws-gitlab-runner
Release 3.7.0
- Changed
- Creation of multiple instances of the runner is now supported. Cache is therefor moved to an internal module. Pleas see the example
runner-public
for a concrete sample. The change should have no effect if you apply the state migration scriptmigragations/migration-state-3.7.x.sh
. - Examples are more generic by removing the time zone and AZ zone to variables. @@theBenForce
- Creation of multiple instances of the runner is now supported. Cache is therefor moved to an internal module. Pleas see the example
Release candidate M3
Release candidate M2
Ongoing work for #73
- Terraform 0.12 branch synced with develop branch (tf 0.11).
- Added fix for docs generation
Release candidate M1
First milestone release for conversion of the module to Terraform 0.12
Release 3.6.0
Release 3.5.0
- Changed
- Documentation #85: Misleading Variable-Description @solutionDrive-Alt
- Bugfix #70: docker-machine fails starting runners when
amazonec2-request-spot-instance=false
@philippefuentes - Bugfix #72: Detect and retry when docker machine installation fails @eliasdorneles
- Changed: Default version of GitLab runner set to 11.11.2
3.4.0
- Changed:
- Update default runner type, GitLab runner version, and versions in examples.
- Buffix #75 runner is not reachable when runners_use_private_address = false @int128
- Buffix - Missing typ - @Orkin
- Bugfix #72 - Detect and retry when docker machine download fails e@liasdorneles
- Bugfix #68 - add count to prevent resource creation failing @philippefuentes
- Bugfix #70 - update policy to allow runners to start when not using spot instances @philippefuentes
Release 3.3.0
- Changed: Default version of GitLab runner set to 11.10.1
- Added: Option to enable / disable SSH login
- Added: Option to use spot instances for runner instance
- Changed: Default instance type is now m5.large
- Added: Custom names for instance and security groups
Thanks to @mpas @@userhas404d @@allanlegalstart @arrpee
Release 3.2.0
Added: Option to set shm_size for the runners, default remains 0. thanks to @BMonsalvatge
Release 3.1.0
- Added: Option to set environment variables for the runners, see the variable
runners_environment_vars
. An example added to thepublic-runner
example. Thanks to @reach3r