Skip to content

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

5.0.2

26 May 00:32
Compare
Choose a tag to compare

5.0.2 (2022-05-26)

Bug Fixes

  • use IMDSv2 url when setting PARENT_INSTANCE_ID (#497) (536535f)

5.0.1

20 May 21:16
Compare
Choose a tag to compare

5.0.1 (2022-05-20)

Bug Fixes

  • Pass token to metadata service requests. (85f59ff), closes #476

5.0.0

20 May 14:36
Compare
Choose a tag to compare

5.0.0 (2022-05-20)

⚠ BREAKING CHANGES

  • The module is upgraded to Terraform AWS provider 4.x. All new development will only support the new AWS Terraform provider. We keep a branch terraform-aws-provider-3 to witch we welcome backports to AWS Terraform 3.x provider. Besides reviewing PR's we will do not any active checking on maintance on this branch. We strongly advise to update your deployment to the new provider version. For more details about upgrading see the upgrade guide.
  • By default, AWS metadata service ((IMDSv2)[https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html]) is enabled and required for both the agent instance and the docker machine instance. For docker machine this require the GitLab managed docker machines distribution is used. Which the module usages by default.

Features

4.42.0

16 May 22:30
Compare
Choose a tag to compare

4.42.0 (2022-05-16)

Features

  • Add option to specify prometheus metrics listen address #478 (d441e27)
  • support runner AuthenticationType configuration (7d3617e)

Bug Fixes

  • join the volumes with \n instead of , (#480) (f9de728)

4.41.1

07 Mar 19:44
Compare
Choose a tag to compare

4.41.1 (2022-03-07)

Bug Fixes

  • remove the null resource (#441) (3037c54)
  • Replace default GitLab version and fix for docker-machine download url. (#458) (c8113bb), closes #457 #456

4.41.0

27 Feb 13:35
Compare
Choose a tag to compare

4.41.0 (2022-02-27)

Features

  • Support multi-region deployments (#437) (583700c)
  • Update default versions / drop support Terraform before 0.15 (#454) (c02c6b3)

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