This repository was archived by the owner on Jan 16, 2025. It is now read-only.
Releases: philips-labs/terraform-aws-github-runner
Releases · philips-labs/terraform-aws-github-runner
Release v0.6.0
Added
- Only allow tagging and termination of runner instances #201 Jukka Palomäki (@jpalomaki)
Fixed
- Fix pagination with listing self-hosted runners #202 HenryNguyen5
Release v0.5.0
Added
- feat: Manage log groups via module. When upgrading you have to import the log groups by AWS into your state. See below the example commands for the default example.
terraform import module.runners.module.runner_binaries.aws_cloudwatch_log_group.syncer "/aws/lambda/default-syncer"
terraform import module.runners.module.runners.aws_cloudwatch_log_group.scale_up "/aws/lambda/default-scale-up"
terraform import module.runners.module.runners.aws_cloudwatch_log_group.scale_down "/aws/lambda/default-scale-down"
terraform import module.runners.module.webhook.aws_cloudwatch_log_group.webhook "/aws/lambda/default-webhook"-
feat: Added option to binaries syncer to upgrade to pre-releases, preventing any auto-updating on startup. Option
runner_allow_prerelease_binariesis disabled by default. (#141, #165) Simon Jagoe (@sjagoe) -
feat: SSM policies are by default disabled, set
enable_ssm_on_runnerstotrueto enable access to the runner instances via SSM. (#143) HenryNguyen5 -
feat: Log full sqs event (#147) HenryNguyen5
Release v0.4.0
Added
- Add option to keep runners idle
Release v0.3.0
Added
- feat: Add support for ARM64 runners #102 Brice Ruth (@bdruth)
- feat: added variables in the root module to allow passing in pre and and post install #45 Jayden Rasmussen (@jaydenrasmussen)
Updated
- fix: Build script not entering all the module directories (#103) Alberto Alonso (@alonsohki)
- fix: Remove Orphan AWS runners (#79)
- fix: documentation for downloading lambdas (#78) @Ben Davies (@bendavies)
- fix: Rename variable and fix variables descriptions (#75) Ben Davies (@bendavies) Leo Blanc (@leoblanc)
Release v0.2.0
- Added support to encrypt secrets and private keys for Lambda's
Release v0.1.0
Release 0.1.0
Release v0.0.1
Add changelog