Skip to content

Releases: quintilesims/layer0

v0.10.4

18 Jan 17:33
6bcb6c4
Compare
Choose a tag to compare

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

23 Jan 02:01
Compare
Choose a tag to compare

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

23 Jan 02:23
Compare
Choose a tag to compare

Features

  • The logs command now supports --start and --end flags
  • Data sources have been implemented for the Terraform provider

Fixes

  • Instance files are automatically pushed to S3 after apply

v0.10.1

23 Jan 02:44
Compare
Choose a tag to compare

Fixes

  • Includes a hotfix for "Pending Task" issue

v0.10.0

23 Jan 02:32
Compare
Choose a tag to compare

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

23 Jan 02:39
Compare
Choose a tag to compare

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

23 Jan 02:47
Compare
Choose a tag to compare

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 on deploy create to identify log streams instead of on service/task create.
  • Add /admin/config endpoint for terraform plugin integration
  • Remove IMS references and certifcates from l0-setup.
    Switch to using a user-defined dockercfg 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