terraform-aws-gitlab-runner
terraform-aws-gitlab-runner copied to clipboard
Terraform module for AWS GitLab runners on ec2 (spot) instances
# Describe the solution you'd like During implementation of #628 some questions arose regarding this lambda function: - can we update to Python 3.9? - can we move to ARM...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action...
:robot: I have created a release *beep* *boop* --- ## [7.8.0](https://github.com/cattle-ops/terraform-aws-gitlab-runner/compare/7.7.0...7.8.0) (2024-06-30) ### Features * use Amazon Linux 2023 for runner manager instance ([#1138](https://github.com/cattle-ops/terraform-aws-gitlab-runner/issues/1138)) ([0412b6d](https://github.com/cattle-ops/terraform-aws-gitlab-runner/commit/0412b6d03046448108c4e806d4637da809cd319a)) --- This PR was generated...
## Description These changes add support for configuring the root device name for the Docker Machine instances. This is necessary when using an Amazon Linux AMI where the default device...
# Describe the solution you'd like Fail the apply if the SSM access key is not found
## Description This is a first draft of using the new gitlab autoscaler executor. I've been using the fleeting plugin for AWS only. Prerequisite: Docker must already be installed on...
# Describe the bug The usage counter in the runner token SSM parameter is not decrementing when old runner instances are terminated. I feel like [remove-gitlab-registration.service](https://github.com/cattle-ops/terraform-aws-gitlab-runner/blob/main/template/gitlab-runner.tftpl#L196) is not running on...
# Describe the bug version = "7.7.0" I am not seeing new runners autoscale when jobs are queued up. And `docker-machine ls` has errors: ``` docker-machine ls NAME ACTIVE DRIVER...
# Describe the bug I use 7.6.1 version of cattle-ops/gitlab-runner/aws. I roll out gitlab runner from my laptop with no issues to do so I made ``` terraform init \...
# Describe the bug Using the latest version with the preregistered token workflow. We're applying a hierarchy to our parameter names like described here: https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-hierarchies.html Unfortunately that doesn't go well...