Releases: CloudSnorkel/cdk-github-runners
Releases · CloudSnorkel/cdk-github-runners
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)
-
Improve addComponent() documentation (#474) (35d5333)
-
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
v0.11.5
0.11.5 (2023-11-01)
Features
- Memory reservation option for ECS runners (#459) (591ef17), closes #436
- Option to register runners on organization instead of repo (#451) (42c5ade), closes #442
v0.11.3
0.11.3 (2023-09-21)
Bug Fixes
- Remove pinned Docker-in-Docker version (#431) (becbc15)
v0.11.2
0.11.2 (2023-09-14)
Bug Fixes
- Missing permission for new double runner protection with GitHub environments (#427) (69bf8ac), closes #416 #380 #426
v0.11.1
0.11.1 (2023-09-13)
Features
- Optional Logs Insights queries to help diagnose issues (#421) (956722a), closes #393
- Upgrade Lambda runners to Node 16.x (#424) (1c4b5be), closes #420
Bug Fixes
- Don't allow wrong OS for Lambda runner provider (#422) (c01e8a7), closes #420
- Don't start two runners with GitHub environments/deployments (#416) (d80f1d1), closes #380
v0.11.0
0.11.0 (2023-09-05)
⚠ BREAKING CHANGES
- Implicit runner labels like
linux
, x64
, and arm64
will no longer be automatically accepted. If you want your runner to start for jobs with those labels, you need to specify them explicitly in the provider.
- CDK 2.77.0 and above is required
Bug Fixes
v0.10.8
0.10.8 (2023-08-23)
Bug Fixes
- Using personal access token fails on installationId (#405) (2d8bc22), closes #404