Releases: CloudSnorkel/cdk-github-runners
Releases · CloudSnorkel/cdk-github-runners
v0.13.1
v0.13.0
0.13.0 (2024-05-04)
⚠ BREAKING CHANGES
- CDK 2.123.0 and above is required
- Log groups have moved and all Lambda logs have been converted to JSON format
Features
- Logging improvements for internal Lambda functions (#551) (7be24fa), closes #539
- Option to speed up deploys by not waiting for runner images to build (#549) (818dfc6), closes #540
Bug Fixes
- Replace deprecated property for cleaning up ECR repositories (#552) (93351ea), closes #538
- Runner image re-built on deploy even without changes (#546) (8ddb562), closes #543
- Support longer runner image build timeouts (#543) (747c579), closes #540
- Unable to build Linux Docker runner images with AWS Image Builder (#550) (eed1674)
v0.12.5
v0.12.4
v0.12.3
v0.12.2
v0.12.1
v0.12.0
0.12.0 (2023-11-30)
⚠ BREAKING CHANGES
- CDK 2.110.0 and above is required
Bug Fixes
-
docs: Point to right documentation for removeComponent() (#475) (2231917)
-
JSII error while configuring image builders on Python (#469) (4c4e254), closes #468
-
Remove deprecated StateMachineProps#definition usage (#481) (675b1f2), closes #441
-
Let AWS Image Builder and ECR deal with deleting old images for us (#476) (27447ea), closes #471