Skip to content

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

4.28.0

31 Jul 09:52
Compare
Choose a tag to compare

4.28.0 (2021-07-31)

Features

  • Allow configuring docker machine egress rules, see PR #351 for upgrade instructions (f41ce19)
  • support for settings Sentry DSN (#352) (5dbe1f7)

Migrations directions

Run terraform taint module.runner.aws_security_group.docker_machine for upgrading.

4.27.0

22 Jul 09:19
Compare
Choose a tag to compare

4.27.0 (2021-07-22)

Features

  • Parametrize runner instance launch configuration metadata options (#348) (92204ee)

4.26.0

08 Jul 21:01
Compare
Choose a tag to compare

4.26.0 (2021-07-08)

Features

Bug Fixes

4.25.0

11 May 21:53
Compare
Choose a tag to compare

4.25.0 (2021-05-11)

Features

4.24.1

11 Mar 21:25
Compare
Choose a tag to compare

4.24.1 (2021-03-11)

Bug Fixes

4.24.0

10 Mar 22:45
Compare
Choose a tag to compare

4.24.0 (2021-03-10)

Features

  • add amazon-ecr-credential-helper inside userdata_pre_install (#311) (aa0c8b4)

4.23.0

28 Feb 16:23
Compare
Choose a tag to compare

4.23.0 (2021-02-28)

Features

  • additional config parameter asg_delete_timeout to configure the timeout when trying to delete the ASG (#305) (f60c9d5)
  • allow multilines build scripts (#282) (7000c07), closes #250

Bug Fixes

  • autoscaling configuraton (#301) (6b35a10)
  • respect create_cache_bucket variable and avoid concurrent changes to cache bucket (#296) (c3629f6)

Release 4.22.0

14 Feb 15:41
Compare
Choose a tag to compare
  • Changed: feat: Restrict public access and public objects for cache bucket (#295) @stefan-kolb
  • Changed: docs: Improve spelling and fix typos in README.md (#285) @NikolaiGulatz
  • Changed: ci: rewrite CI, examples verified for Terraform 13 and 14
  • Changed: fix: failing pip install for assigning eip #280
  • Added: feat: Add option to customize helper image (#293) @stefan-kolb
  • Added: chore: Contributors list (#291)
  • Added: feat: Support Security Group custom description (#278) @pandarouxbsd

Release 4.21.0

13 Jan 22:29
Compare
Choose a tag to compare
  • Changed: Updated default version of runner to 13.7
  • Changed: Updated default version of docker machine to GitLab v0.16.2-gitlab.2
  • Changed: Updated default runner ami to ubuntu 20.04
  • Added: Option to set docker runtime (#273) by @thomaskelm
  • Added: Option to attach additional policies to the runner (#269) by @bliles
  • Added: Random suffix to s3 bucket (#252) by @fliphess

Release 4.20.0

08 Oct 21:19
Compare
Choose a tag to compare
  • Changed: upgrade default version for gitlab runner to 13.4.0 (#261)
  • Added: allow additional gitlab-runner egress rules (257) by @mhulscher
  • Added: Variable to disable EC2 detailed monitoring (#260) by @jessedobbelaere
  • Added: KMS alias to kms key (#255) by @Michenux
  • Changed: deprecated of peak settings (#242)
  • Fix: Bug fix on instance profile variable not passing correctly (#247) by @arthurbdiniz
  • Added: IAM policies for runner as variable, (#241) by @kayman-mk