Releases: quintilesims/layer0
v0.12.6: Added architecture filter (#666)
v0.12.5
1: Removed the auto scaling code from layer0 api. Layer0 api no longer takes the responsibilities of scaling ecs instances for the environment.
2: Added the AWS auto scaling by using capacity providers.
3: Fixed the aws ecs service and task ARN format.
4: Added two parameters during the l0 environment creation for capacity provider. max_count and taget_cap_size. If dont specify the two parameters, it will use the ASG without CP.( Due to NO.1 , the max and min setting will not be change at runtime by layer0)
5: Added make build command in layer0 root folder. Regenerated mock file and decorator files.
6: Updated the corresponding test case.
v0.12.5-rc1
backward compatibility added, if no maxcount and cpsize provided, jus…
v0.12.4
1: Updated the layer0 ec2 image to Linux2 latest version as suggested by aws
2: Update the root size from 8gb to 30gb
3: Updated the default image from t2 to t3.
4: Added the gitlab pipeline trigger for image sync to d.ims.io
5: Removed the second drive used be deployed in the default settings in old Image.
v0.12.4-rc4
This is the single drive version of v0.12.4-rc3
v0.12.4-rc3
1: Upgrade the layer0 to use latest IAM:
Linux2 with hvm virtualization with EBS type.
2: Upgraded the root disk to have 30gb size.
v0.12.4-rc1
This release contains the enhancement specified in OCEMCM-11302
1: Added the ssd size configuration.
2: updated the EC2 instance from t2.medium to t3.medium.
3: Added EBS-optimized option for instance.
4: Updated the latest image to amzn-ami-2018.03.20210301-amazon-ecs-optimized
v0.12.3
v0.12.3rc3
Introducing optional docker-registry configuration
v0.12.3rc1
1: Removed the auto scaling code from layer0 api. Layer0 api no longer takes the responsibilities of scaling ecs instances for the environment.
2: Added the AWS auto scaling by using capacity providers.
3: Fixed the aws ecs service and task ARN format.
4: Added two parameters during the l0 environment creation for capacity provider. max_count and taget_cap_size
5: Added make build command in layer0 root folder. Regenerated mock file and decorator files.