Skip to content

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

4.40.0

25 Feb 14:12
Compare
Choose a tag to compare

4.40.0 (2022-02-25)

Features

  • Add ASG lifecycle management Lambda function (#392) (5beb9d7)
  • Skip runner download and install if it's already done (#446) (54c10f3)

4.39.1

24 Feb 23:29
Compare
Choose a tag to compare

4.39.1 (2022-02-24)

Bug Fixes

4.39.0

10 Feb 22:34
Compare
Choose a tag to compare

4.39.0 (2022-02-10)

Features

  • Switch gitlab runner agent logging to JSON (#438) (325b919)

4.38.0

18 Jan 22:47
Compare
Choose a tag to compare

4.38.0 (2022-01-18)

Features

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