Releases: quintilesims/layer0
Releases · quintilesims/layer0
v0.10.4
Features
- Improvements to documentation and redesign.
- v0.11+ Terraform requirement.
- Add ECS metrics in AWS Console.
- Improve retry logic to AWS API
Fixes
- Reduce AWS api calls.
- Fix system and stress tests.
- Fix multi-region support.
- Fix disconnected ECS agent scaling
- Minor bug fixes.
v0.10.3
Features
- Layer0 resources can now be imported into existing Terraform configurations using
terraform import
- Leftover tags from old tasks are automatically cleaned up by the API and ignored by the CLI
Fixes
- Removed
wait
field from terraform service resource - Improve handling of sigterm during terraform execution on Layer0 services
- API returns 404 status instead of 400 when entities do not exist
v0.10.2
v0.10.1
v0.10.0
Features
- Windows container support
- Linked environments
- No limit for --copies option on task create
- Allow --ami specification on environment create
- New walkthroughs and examples
Fixes
- Refactor of l0-setup; use terraform modules for installation
- Improved performance of DynamoDB tag and job tables
- Documentation consistency issues
v0.9.0
Features
- Task and service placement contraints.
- Elastic Load Balancer (ELB) healthcheck configuration.
- System test framework.
- End-to-end smoketest automation.
Fixes
- Database layer refactor.
- l0-setup allows for .dockercfg or config.json auth config(s).
- Bulk entity list improvements.
- Many, many documentation updates.
Deprecated
- Layer0 certificates.
v0.8.4
Features
- Add
terraform-layer0-plugin
- Add terraform plugin examples in "Guestbook" and "Guestbook with RDS" walkthroughs
- Add explicit prefix matching in CLI using '*' on targets (e.g.
l0 service get d*
) - Use a single log group in Cloudwatch.
Deploys are now rendered ondeploy create
to identify log streams instead of onservice/task create
. - Add
/admin/config
endpoint for terraform plugin integration - Remove IMS references and certifcates from
l0-setup
.
Switch to using a user-defineddockercfg
file for private registry authentication.
Fixes
- Each environment override on task create will be passed instead of just one
- Tasks that (previously) silently failed to get created will now be inserted into the task scheduler