Skip to content

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

Release 4.7.0

04 Oct 16:57

Choose a tag to compare

  • Add option for tmpfs #104 #141 #137
  • Lock down docker port access to only the runner security group #140 @bishtawi
  • Add variable docker_machine_docker_cidr_blocks allowing docker ingress restriction #139 @bishtawi
  • Adding outputs for agent and runner security groups #138 @hatemosphere

Release 3.11.0

04 Oct 16:50

Choose a tag to compare

  • Addition Options to specify tmpfs volumes in main and service containers #104 #137 @roock

Release 4.6.0

30 Sep 20:16

Choose a tag to compare

4.6.0 - 2019-09-30

Release 4.5.0

09 Sep 20:36

Choose a tag to compare

Release 4.4.0

21 Aug 21:59

Choose a tag to compare

  • Added

Release 4.3.0

19 Aug 21:01

Choose a tag to compare

Release 4.2.0

18 Aug 09:41

Choose a tag to compare

  • Added
    • Option to disable account id is used in bucket name #113 @Glen-Moonpig
    • Cancel sport instances during destroy for example default and public.
  • Changed:

Release 4.1.0

05 Aug 20:57

Choose a tag to compare

Changed:

  • Runner tags namespaced with ":" are split wrong in userdata. #111 @ony-harverson-moonpig

Release candidate M5

29 Jul 19:35

Choose a tag to compare

4.0.0_M5

Fix formatting

Release 4.0.0

29 Jul 20:56

Choose a tag to compare

Terraform 0.12

Module is available as Terraform 0.12 module, pin to version 4.x. Please submit pull-requests to the develop branch.

Migration from 0.11 to 0.12 is tested for the runner-default example. To migrate the runner, execute the following steps.

  • Update to Terraform 0.12
  • Migrate your Terraform code via Terraform terraform 0.12upgrade.
  • Update the module from 3.10.0 to 4.0.0, next run terraform init
  • Run terraform apply. This should trigger only a re-creation of the the auto launch configuration and a minor change in the auto-scaling group.

Terraform 0.11

Module is available as Terraform 0.11 module, pin module to version 3.x. Please submit pull-requests to the terraform011 branch.