Skip to content

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

4.37.0

06 Jan 21:43
Compare
Choose a tag to compare

4.37.0 (2022-01-06)

Features

  • Add launch template name to module outputs (#415) (5d66571)

Bug Fixes

  • Removed extra backticks for KMS key in EBS config. (#422) (c46b080)

4.36.0

09 Dec 22:32
Compare
Choose a tag to compare

4.36.0 (2021-12-09)

Features

  • Add /certs/client and docker.sock to volumes for docker in docker (#396) (3f79054)
  • Add variable for Docker registry mirror (#400) (e36c971)
  • Make check interval configurable for the runner (#402) (ed9989c)

Bug Fixes

  • Remove runner agents if provider assumed a role (#401) (9767603)

4.35.0

19 Oct 21:54
Compare
Choose a tag to compare

4.35.0 (2021-10-19)

Features

  • run spot instances without specifying the spot price (#391) (9ef04b1)

Bug Fixes

  • Ensure the existence of overrides["name_iam_objects"] before accessing (c9c4c44)

4.34.0

13 Oct 21:21
Compare
Choose a tag to compare

4.34.0 (2021-10-13)

Features

  • Add support ASG maximum instance lifetime (#385) (8515137)

Bug Fixes

  • aws_cloudwatch_log_group name to match the custom one provide by variable log_group_name (#384) (f80accd)

4.33.0

08 Oct 17:36
Compare
Choose a tag to compare

4.33.0 (2021-10-08)

Features

  • Separate runner agent private address (#381) (d45dc37)

4.32.0

08 Oct 09:07
Compare
Choose a tag to compare

4.32.0 (2021-10-08)

Features

  • Add ability to specify extra security group IDs for the runner agent (#378) (e0370dd)

Bug Fixes

4.31.1

06 Oct 20:31
Compare
Choose a tag to compare

4.31.1 (2021-10-06)

Bug Fixes

  • Limit iam:PassRole to the role passed (#376) (eb354d0)

4.31.0

04 Oct 20:21
Compare
Choose a tag to compare

4.31.0 (2021-10-04)

Features

  • Add ability to define throughput for root block device on runner (950f6b4)

4.30.0

30 Aug 13:55
Compare
Choose a tag to compare

4.30.0 (2021-08-30)

Features

  • Add option to override IAM objects names (#358) (c96051d)

4.29.0

28 Aug 16:38
Compare
Choose a tag to compare

4.29.0 (2021-08-28)

Features

  • Allow configuring docker machine egress rules, see PR #351 for upgrade instructions (845e018)
  • Parametrize runner instance launch configuration metadata options (#348) (a4406dc)
  • replace launch configuration with launch template (#337) (b805fb6)
  • support for settings Sentry DSN (#352) (2a07466)

Bug Fixes