v0.13.0
·
283 commits
to refs/heads/main
since this release
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)