Releases: cattle-ops/terraform-aws-gitlab-runner
Releases · cattle-ops/terraform-aws-gitlab-runner
v7.2.0
7.2.0 (2023-11-07)
Features
- add new authentication method for GitLab >= 16 (#876) (c870745)
v7.1.1
7.1.1 (2023-10-13)
Bug Fixes
v7.1.0
7.1.0 (2023-09-28)
Features
- add
MaxGrowthRate
to limit the number of instances added in parallel (#962) (ae6d38a)
Bug Fixes
- convert the fleet instance type in migration script (#975) (51b2842)
v7.0.0
7.0.0 (2023-09-09)
⚠ BREAKING CHANGES
- group variables for better overview (#810)
- allow to set all docker options for the Executor (#511)
- add idle_count_min
and
idle_scale_factor` to Docker Machine autoscaling options (#711)
- remove deprecated variables (#738)
- remove deprecated pull policy variable (#710)
Features
- add idle_count_min
and
idle_scale_factor` to Docker Machine autoscaling options (#711) (1538d48)
- allow to set all docker options for the Executor (#511) (461561e)
Bug Fixes
Miscellaneous Chores
Code Refactoring
v6.5.2
6.5.2 (2023-08-31)
Bug Fixes
v6.5.1
6.5.1 (2023-06-06)
Bug Fixes
- wait_for_services_timeout needs to be an integer in config file (#874) (8d89d91)
v6.5.0
6.5.0 (2023-06-05)
Features
- add support for
wait_for_services_timeout
option (#861) (28c02ce)
v6.4.1
6.4.1 (2023-05-11)
Reverts
- removes the
nonsensitive
from runner_user_data
output (#832) (3481b0d)
v6.4.0
6.4.0 (2023-05-03)
Features
- add option to read Gitlab Runner Registration token from SSM (#822) (51d63e6)
Bug Fixes
- disable outputting config.toml by default (#768) (2cd1e44)
v6.3.1
6.3.1 (2023-04-27)
Bug Fixes
- allow s3 cache access for the "docker" runner executor (#817) (a17015f)
- remove explicit aws_s3_bucket_acl (#815) (5d88370)