Skip to content

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

v9.1.0

27 Feb 10:47
6b4dcde
Compare
Choose a tag to compare

9.1.0 (2025-02-27)

Features

  • allow instrumentation of Termination lambda (#1255) (55af1d1)

Bug Fixes

  • allow terminate Lambda to access kms key (#1253) (48c5a37)

v9.0.2

20 Feb 20:13
2d27280
Compare
Choose a tag to compare

9.0.2 (2025-02-20)

Bug Fixes

  • allow changes to "runner_worker.max_jobs" for Docker Autoscaler (#1221) (0624391)
  • always encrypt EBS volumes if the KMS key is given (#1248) (76ae944), closes #1242
  • return security group id for docker-autoscaler in runner_sg_id (#1249) (9c573b6), closes #1241

v9.0.1

16 Feb 21:18
fc0a693
Compare
Choose a tag to compare

9.0.1 (2025-02-16)

Bug Fixes

  • do not create security group rules for docker+machine if docker-autoscaler selected (#1243) (2a947e8)

v9.0.0

13 Feb 10:26
d15a81a
Compare
Choose a tag to compare

9.0.0 (2025-02-09)

⚠ BREAKING CHANGES

  • remove declaration of unused variables for docker-autoscaler setup (#1223)
  • add custom egress rules to worker security groups (#1222)

Features

  • add custom egress rules to worker security groups (#1222) (a197e4f)
  • enabled usage of private key with docker autoscaler (#1232) (95c7ea6)

Miscellaneous Chores

  • remove declaration of unused variables for docker-autoscaler setup (#1223) (41058c8)

v8.1.0

05 Dec 09:09
0c1f00e
Compare
Choose a tag to compare

8.1.0 (2024-12-05)

Features

v8.0.1

29 Nov 22:32
93855d9
Compare
Choose a tag to compare

8.0.1 (2024-11-29)

Bug Fixes

v8.0.0

27 Nov 13:57
923ca78
Compare
Choose a tag to compare

8.0.0 (2024-11-27)

⚠ BREAKING CHANGES

  • update docker machine and encrypt all EBS (#1204)

Features

  • update docker machine and encrypt all EBS (#1204) (7bfe8f7)

v7.15.0

09 Oct 19:18
3c04c1e
Compare
Choose a tag to compare

7.15.0 (2024-10-09)

Features

  • add autoscaler runner instance ready command option (#1190) (a6fccc1)

v7.14.0

17 Sep 05:11
c8d58d2
Compare
Choose a tag to compare

7.14.0 (2024-09-17)

Features

Bug Fixes

  • autoscaler asg subnets and add possibility to enable metrics for asg (#1182) (3335b81)

v7.13.1

22 Aug 10:51
745fc46
Compare
Choose a tag to compare

7.13.1 (2024-08-22)

Bug Fixes

  • add " to the new update_interval_* options of the autoscaler (#1177) (e792256), closes #1176