Releases: cloudandthings/terraform-aws-github-runners
Releases · cloudandthings/terraform-aws-github-runners
v3.0.0
3.0.0 (2024-12-11)
⚠ BREAKING CHANGES
- Allow custom ECR, rename var.use_ecr_image, and cleanup
Features
- Allow custom ECR, rename var.use_ecr_image, and cleanup (a6bb3f8)
Bug Fixes
- Fix README and provide more details on custom image (#53) (1df2713)
v2.0.1
2.0.1 (2024-12-05)
Bug Fixes
- Update aws_iam_role_policy_attachment and make codebuild role output optional (#49) (212957a)
- Update basic example (#46) (3fb16d8)
v2.0.0
2.0.0 (2024-11-27)
⚠ BREAKING CHANGES
- Replace EC2+Autoscaling with AWS CodeBuild
Features
- finalise and test codebuild runner (52e65f3)
- Replace EC2+Autoscaling with AWS CodeBuild (e1a7059)
v1.2.0
1.2.0 (2023-02-10)
Features
- Add
create_instance_profile
(#38) (b3c278d)
- Add BASE_PACKAGES software pack (6dbee94)
- Add iam_policy_arns variable (9037423)
Bug Fixes
- Improved default concurrency (bc3821d)
v1.1.1
1.1.1 (2022-12-14)
Bug Fixes
- python3: Add python-dev-is-python3 package (#34) (e74b64a)
v1.1.0
1.1.0 (2022-12-08)
Features
v1.0.1
Minor updates to documentation and tests.
v1.0.0
1.0.0 (2022-09-30)
Features
Bug Fixes