Releases: compose-x/ecs_composex
Releases · compose-x/ecs_composex
v0.7.0
New features:
- Support for AWS Secrets mapping to secrets in docker-compose
- Support for Use on VPC which needs no lookup
- Support for IAM policies to manually add ad-hoc permissions outside of the pre-defined ones
- Additional configuration file to use with CodePipeline
Various bug fixes and some small features to help making plug-and-play easier. Introduction to Use which should allow for resources reference outside of your account without cross-account lookup.
v0.6.5
Patch release to 0.6.4
v0.6.0
New features:
- Docker-compose multi-files (override support) https://github.com/lambda-my-aws/ecs_composex/issues/121
The new CLI uses positional arguments matching a specific command which drives what's executed onwards.
Trying to re-implement features as close to the docker-compose CLI as possible.
- config allows to get the YAML file render of the docker-compose files put together.
- render will put all input files together and generate the CFN templates accordingly.
- up will deploy do the same as render, and deploy to AWS CFN.
v0.5.3
Bug fixes mostly.
v0.4.0
0.4.0 (2020-07-20)
- AWS AppMesh support https://github.com/lambda-my-aws/ecs_composex/issues/57
- ACM Support for ALB/NLB for public services. https://github.com/lambda-my-aws/ecs_composex/issues/93
- Automatic release to https://nightly.docs.ecs-composex.lambda-my-aws.io/ from master
- Attempt to making navigation through docs better.
To help with code quality and support, I subscribed to the following services:
- CodeScanning using SonarCloud.io https://sonarcloud.io/dashboard?id=lambda-my-aws_ecs_composex
- CodeCoverage reports with Codecov https://codecov.io/gh/lambda-my-aws/ecs_composex