Releases: quintilesims/layer0
Releases · quintilesims/layer0
v0.11.2-rc1
update the ecs image to amzn-ami-2018.03.20200723-amazon-ecs-optimize…
v0.12.0-rc1
updated the layer0 API instance size to t2.medium from t2.small
v0.11.1
Fixes
- Fixed a bug where Layer0 would error when a user tried to use a perfectly legitimate recent EC2 instance type. Fixed by syncing Layer0's knowledge of EC2 instance types and their available memory with the latest offerings as detailed here: https://aws.amazon.com/ec2/instance-types/
v0.11.0
Features
- Adds cross-zone load balancing support
v0.10.10
Fixes
- Bumps the version of the AWS Terraform provider to any 2.x.x, and fixes breaking changes resultant of the version bump.
- Adds autoscaling to DynamoDB Jobs and Tags tables, decreasing costs when not under load and alleviating bottlenecking for some use cases.
v0.10.9
Fixes
- Fixes a bug that has existed since v0.10.4, wherein copies of the rate limiter would be created for every new connection to AWS, but were never terminated. These tickers would stick around indefinitely, eventually duplicating so much that all of the CPU of the Layer0 API instance was consumed just by the tickers polling the system clock.
v0.10.8
v0.10.7
Features
- Support added for ELB Idle Timeout in CLI and Terraform when creating or updating load balancer
Fixes
- Fixes an issue during new layer0 instance creation during the API load balancer health check step that would never return healthy