Skip to content

Releases: CloudSnorkel/cdk-github-runners

v0.9.6

23 Apr 18:12
e338f90
Compare
Choose a tag to compare

0.9.6 (2023-04-23)

Features

  • Better error messages from runner image builder (#301) (9f52a65), closes #254

Bug Fixes

  • Clean-up old Docker images built by AWS Image Builder (#299) (e389663), closes #293
  • Delete unused Image Builder version builds (#303) (56f8837), closes #294
  • Don't create ECR repository for AMI builders (#300) (98b2a43)
  • Lambda image unable to find runner.js (#307) (56ccf07), closes #305

v0.9.5

17 Apr 04:10
0941d1f
Compare
Choose a tag to compare

0.9.5 (2023-04-17)

Features

Bug Fixes

  • Better PowerShell error handling for runner image builds on Windows (#296) (d542e55)
  • Don't install Docker Desktop on Windows (#297) (0941d1f), closes #252 #218

v0.9.4

12 Apr 00:07
2a7a851
Compare
Choose a tag to compare

0.9.4 (2023-04-12)

Features

  • Notification on runner image build failures (#278) (e7cd461), closes #277

Bug Fixes

  • Remove double set -ex in deprecated builders (#283) (606778f), closes #282
  • Require IMDSv2 in the AWS Image Builder and ECS instances (#276) (1beef1b)
  • Use component names in AWS Image Builder Docker builds (#284) (a5eadde)
  • Windows runner Docker image builds (#285) (761e69e), closes #276

v0.9.3

07 Apr 14:02
0c46eee
Compare
Choose a tag to compare

0.9.3 (2023-04-07)

Bug Fixes

v0.9.2

06 Apr 21:55
12415b5
Compare
Choose a tag to compare

0.9.2 (2023-04-06)

Features

v0.9.1

06 Apr 18:22
7562761
Compare
Choose a tag to compare

0.9.1 (2023-04-06)

Features

Bug Fixes

v0.9.0

03 Apr 23:02
46d0497
Compare
Choose a tag to compare

0.9.0 (2023-04-03)

⚠ BREAKING CHANGES

  • IImageBuilder and IAmiBuilder were replaced with IRunnerImageBuilder
  • Os.LINUX was replaced with Os.LINUX_UBUNTU and Os.LINUX_AMAZON_2
  • All base Dockerfiles were updated and deprecated in favor of RunnerImageComponent

Features

v0.8.4

29 Mar 18:57
4d3b659
Compare
Choose a tag to compare

0.8.4 (2023-03-29)

Bug Fixes

  • AWS Image Builder identifier 'ComponentArn' already exists (#262) (98c32b1)
  • CodeBuild Standard 5.0 will be deprecated in a year (#250) (38fb0cd)
  • Don't ignore Windows integration test results (#265) (9287b7c), closes #253
  • Fargate provider used --disableupdate when version was latest (#267) (4d3b659), closes #266
  • Unable to find dockerd on custom CodeBuild runner images (#249) (5c07ac0)

v0.8.3

27 Feb 19:11
a62cecf
Compare
Choose a tag to compare

0.8.3 (2023-02-27)

Bug Fixes

  • Clean-up Lambda /tmp directory for a fresh runner (#244) (e4ebc40), closes #242

v0.8.2

25 Feb 01:28
66b10db
Compare
Choose a tag to compare

0.8.2 (2023-02-25)

Bug Fixes

  • Ignore failure on creation of /tmp/home (#242) (66b10db)