Releases: cattle-ops/terraform-aws-gitlab-runner
Releases · cattle-ops/terraform-aws-gitlab-runner
v9.1.0
9.1.0 (2025-02-27)
Features
- allow instrumentation of Termination lambda (#1255) (55af1d1)
Bug Fixes
v9.0.2
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
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
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
8.1.0 (2024-12-05)
Features
v8.0.1
8.0.1 (2024-11-29)
Bug Fixes
v8.0.0
8.0.0 (2024-11-27)
⚠ BREAKING CHANGES
- update docker machine and encrypt all EBS (#1204)
Features
v7.15.0
7.15.0 (2024-10-09)
Features
- add autoscaler runner instance ready command option (#1190) (a6fccc1)
v7.14.0
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
7.13.1 (2024-08-22)
Bug Fixes
- add
"
to the new update_interval_*
options of the autoscaler (#1177) (e792256), closes #1176