Releases: github-aws-runners/terraform-aws-github-runner
Releases · github-aws-runners/terraform-aws-github-runner
v0.19.1
v0.19.0
0.19.0 (2021-09-30)
Features
Bug Fixes
- explicit set region for downloading runner distribution from S3 (#1204) (439fb1b)
- upgrade jest (#1219) (c8b8139)
- use dynamic block to ignore null market opts (#1202) (df9bd78)
- use dynamic block to ignore null market opts (#1202) (06a5598)
- logging: Additional Logging (#1135) (f7f194d)
- scale-down: Clearing cache between runs (#1164) (e72227b)
v0.18.1
v0.18.0
v0.17.0
v0.16.0
0.16.0 (2021-08-05)
Features
- make delay of webhook event configurable (#990) (92a0d8a)
- Store lambda secrets paramaters in Paramater Store (#941) (c6badbf), closes #871 #898 #738 #902 #738 #905 #906 #904 #1 #752 #909 #752 #908 #752 #887 #752 #885 #752 #889 #752 #892 #752 #907 #752 #864 #918
Bug Fixes
- change module exports and upgrade vercel to latest release (#1005) (f8f8981)
- reduce permission required for session manager (#1018) (09476eb)
Mirgration Directions
When using a CMK by setting the variable kms_key_id, a small update is required. Replace this variable by the ARN of the CMK by setting kms_key_arn.
v0.15.1
v0.15.0
v0.14.0
v0.13.1
0.13.1 (2021-06-01)
Bug Fixes
- .gitignore for 'secrets.auto.tfvars' (38d7df0)
- Add some essential dependecies on ubuntu example (0079d16)
- fail to download wrong tag of lambda (#840) (1112ca8)
- increase runner sync lambda memory setting and upgrade npm dependencies (#844) (b9e36e9)
- revert dependency updates on runner module (#784) (76cdbe3)
- ubuntu example runner_log_files variable (5b3fc5b)
- ubuntu example to log syslog instead of messages (#785) (fb3e5d2)
- Update ubuntu example with assume_role comment (2478daf)
- upgrade runner module to support upgrade octokit auth-app (#786) (e110318)
- docs: fix variable name create_service_linked_role_spot in readme (#750) (42b0427), closes #736