Releases: cattle-ops/terraform-aws-gitlab-runner
Releases · cattle-ops/terraform-aws-gitlab-runner
4.40.0
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.0
4.39.0 (2022-02-10)
Features
- Switch gitlab runner agent logging to JSON (#438) (325b919)
4.37.0
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
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
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
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.32.0
4.32.0 (2021-10-08)
Features
- Add ability to specify extra security group IDs for the runner agent (#378) (e0370dd)
Bug Fixes