Changelogยป
Changes between v0.0.7 and v0.0.8ยป
Featuresยป
- Update CloudFormation worker pool template to allow a custom instance role to be provided.
- Update CloudFormation worker pool template to allow poweroff on crash to be disabled to aid debugging.
- Update CloudFormation worker pool template to allow custom user data to be provided.
- Update frontend and backend to the latest versions.
- Adding support for Terraform versions up to v1.5.4 and kubectl up to v1.27.4.
- Added support for External Dependencies.
- Added support for Raw Git source code provider.
Removalsยป
- Remove the unused
ecs-state-handler
Lambda.
Fixesยป
- Improve warning message during installation when changeset contains no changes.
- Fix role assumption and automatic ECR login in GovCloud regions.
- Don't incorrectly attempt to report errors to Bugsnag in Self-Hosting (errors were never reported, but this could cause some misleading log entries).
- Fix crash on run startup if the runner image was missing the
ps
command. - Increase default worker pool size to
t3.medium
. - Increase minimum drain instances to 3 to provide more resilience.