Changelog»
Changes between v0.0.8 and v0.0.9»
Features»
- Increase worker default disk size to 40GB.
- Adding support for Terraform versions up to v1.5.7.
- Update frontend and backend to the latest versions.
Fixes»
- Enforce bucket policy to prevent objects getting fetched not using HTTPS.
- Updated no account ID message to indicate that it is caused by missing AWS credentials in the install script.
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.