Skip to content

Releases: quintilesims/layer0

v0.12.6: Added architecture filter (#666)

15 Jun 06:45
6f54ee9
Compare
Choose a tag to compare

Added iam architecture filter.
Fixed the bug that terraform definition does not pick the architecture settings of x86_64 by default as described. Sometimes it uses arm64 IAM instead.

v0.12.5

18 May 04:10
7826475
Compare
Choose a tag to compare

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

09 Apr 05:23
Compare
Choose a tag to compare
v0.12.5-rc1 Pre-release
Pre-release
backward compatibility added, if no maxcount and cpsize provided, jus…

v0.12.4

06 Apr 02:12
a0447b7
Compare
Choose a tag to compare

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

01 Apr 02:04
Compare
Choose a tag to compare
v0.12.4-rc4 Pre-release
Pre-release

This is the single drive version of v0.12.4-rc3

v0.12.4-rc3

31 Mar 22:33
Compare
Choose a tag to compare
v0.12.4-rc3 Pre-release
Pre-release

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

22 Mar 01:33
Compare
Choose a tag to compare
v0.12.4-rc1 Pre-release
Pre-release

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

09 Mar 20:28
f13f582
Compare
Choose a tag to compare

This release includes,
#1 An optional docker-registry configuration to use custom registry (while the default remains dockerhub).. [OCEMCM-11036]

v0.12.3rc3

09 Mar 04:36
Compare
Choose a tag to compare
v0.12.3rc3 Pre-release
Pre-release

Introducing optional docker-registry configuration

v0.12.3rc1

02 Feb 02:42
Compare
Choose a tag to compare
v0.12.3rc1 Pre-release
Pre-release

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.