[0.13.0](https://github.com/CloudSnorkel/cdk-github-runners/compare/v0.12.5...v0.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](https://github.com/CloudSnorkel/cdk-github-runners/issues/551)) ([7be24fa](https://github.com/CloudSnorkel/cdk-github-runners/commit/7be24fa508c0cfeb0a1720f8cbc601783c6d0e31)), closes [#539](https://github.com/CloudSnorkel/cdk-github-runners/issues/539)
* Option to speed up deploys by not waiting for runner images to build ([549](https://github.com/CloudSnorkel/cdk-github-runners/issues/549)) ([818dfc6](https://github.com/CloudSnorkel/cdk-github-runners/commit/818dfc627e2fb9ca71bc632880dcef711af2e46e)), closes [#540](https://github.com/CloudSnorkel/cdk-github-runners/issues/540)
Bug Fixes
* Replace deprecated property for cleaning up ECR repositories ([552](https://github.com/CloudSnorkel/cdk-github-runners/issues/552)) ([93351ea](https://github.com/CloudSnorkel/cdk-github-runners/commit/93351ea4ecb7a155dfbbc9dd502b97da97840c11)), closes [#538](https://github.com/CloudSnorkel/cdk-github-runners/issues/538)
* Runner image re-built on deploy even without changes ([546](https://github.com/CloudSnorkel/cdk-github-runners/issues/546)) ([8ddb562](https://github.com/CloudSnorkel/cdk-github-runners/commit/8ddb5626611714d37335c5b4d9e6e17dc39aab57)), closes [#543](https://github.com/CloudSnorkel/cdk-github-runners/issues/543)
* Support longer runner image build timeouts ([543](https://github.com/CloudSnorkel/cdk-github-runners/issues/543)) ([747c579](https://github.com/CloudSnorkel/cdk-github-runners/commit/747c5799978f7bbb8cb08494b2c3ab34bd0bb9a5)), closes [#540](https://github.com/CloudSnorkel/cdk-github-runners/issues/540)
* Unable to build Linux Docker runner images with AWS Image Builder ([550](https://github.com/CloudSnorkel/cdk-github-runners/issues/550)) ([eed1674](https://github.com/CloudSnorkel/cdk-github-runners/commit/eed1674f31d9fc6f27fe7825fd34a73a11ad7cf8))