Skip to content

Releases: cattle-ops/terraform-aws-gitlab-runner

Release 3.7.0

17 Jul 06:47
Compare
Choose a tag to compare
  • 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 script migragations/migration-state-3.7.x.sh.
    • Examples are more generic by removing the time zone and AZ zone to variables. @@theBenForce

Release candidate M3

12 Jul 07:09
Compare
Choose a tag to compare
  • Sync PR's #93, #94
  • Option to use docker socket instead of privileged mode #95

Release candidate M2

09 Jul 21:21
Compare
Choose a tag to compare
Release candidate M2 Pre-release
Pre-release

Ongoing work for #73

  • Terraform 0.12 branch synced with develop branch (tf 0.11).
  • Added fix for docs generation

Release candidate M1

09 Jul 18:18
Compare
Choose a tag to compare
Release candidate M1 Pre-release
Pre-release

First milestone release for conversion of the module to Terraform 0.12

Release 3.6.0

04 Jul 20:13
Compare
Choose a tag to compare
  • Changed
    • Add option to specify pull policy for docker images by the runner. @roock
    • Docker machine AMI image will be by default latest ubuntu 16.06, can be overwritten via variables @roock
    • Improved CI docs generation script @roock

Release 3.5.0

19 Jun 20:50
Compare
Choose a tag to compare
  • 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

05 Jun 23:08
Compare
Choose a tag to compare
  • 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

20 May 12:09
Compare
Choose a tag to compare
  • 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

09 Apr 21:15
Compare
Choose a tag to compare

Added: Option to set shm_size for the runners, default remains 0. thanks to @BMonsalvatge

Release 3.1.0

09 Apr 15:01
Compare
Choose a tag to compare
  • Added: Option to set environment variables for the runners, see the variable runners_environment_vars. An example added to the public-runner example. Thanks to @reach3r