Skip to content

Releases: CloudSnorkel/cdk-github-runners

v0.12.1

27 Dec 22:32
80b4092
Compare
Choose a tag to compare

0.12.1 (2023-12-27)

Bug Fixes

v0.12.0

30 Nov 16:04
675b1f2
Compare
Choose a tag to compare

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.6

12 Nov 20:16
37b40cc
Compare
Choose a tag to compare

0.11.6 (2023-11-12)

Features

v0.11.5

01 Nov 02:04
591ef17
Compare
Choose a tag to compare

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.4

20 Oct 16:11
5cfb7ea
Compare
Choose a tag to compare

0.11.4 (2023-10-20)

Bug Fixes

v0.11.3

21 Sep 18:45
becbc15
Compare
Choose a tag to compare

0.11.3 (2023-09-21)

Bug Fixes

  • Remove pinned Docker-in-Docker version (#431) (becbc15)

v0.11.2

14 Sep 18:28
69bf8ac
Compare
Choose a tag to compare

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

13 Sep 02:53
1c4b5be
Compare
Choose a tag to compare

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

05 Sep 20:54
2eb8fc6
Compare
Choose a tag to compare

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

23 Aug 05:15
2d8bc22
Compare
Choose a tag to compare

0.10.8 (2023-08-23)

Bug Fixes

  • Using personal access token fails on installationId (#405) (2d8bc22), closes #404