Skip to content

Releases: kayac/ecspresso

v0.16.0

22 Jun 07:12
ef0614b
Compare
Choose a tag to compare
  • Add diff subcommand (#123 @handlename )
  • Change --dry-run output format to JSON.

v0.15.3

27 May 01:42
Compare
Choose a tag to compare

Update tfstate plugin with tfstate-lookup v0.0.7 fujiwara/tfstate-lookup#5

v0.15.2

19 May 06:24
Compare
Choose a tag to compare

Support environmentFiles in task definition.
Update to aws-sdk-go v1.31.0.

This release adds support for specifying environment files to add environment variables to your containers. https://github.com/aws/aws-sdk-go/blob/master/CHANGELOG.md#release-v1310-2020-05-18

v0.15.1

18 May 09:25
Compare
Choose a tag to compare

Fix timeout for run task (#113 @umeneri)

v0.15.0

10 Apr 15:59
4767689
Compare
Choose a tag to compare
  • Add --watch-container option to run command. (#105, #108)
  • Update to aws-sdk-go v1.30.7

    This release provides native support for specifying Amazon EFS file systems as volumes in your Amazon ECS task definitions.

v0.14.0

31 Mar 09:18
000e9a1
Compare
Choose a tag to compare
  • Add tfstate plugin (#101)
  • Enables to update the task placement strategy and constraints. (#100)

v0.13.6

07 Feb 08:55
0470a7e
Compare
Choose a tag to compare

v0.13.5

20 Jan 04:12
035b9f3
Compare
Choose a tag to compare

v0.13.4

14 Jan 00:51
Compare
Choose a tag to compare

#78 Enable sharedConfig (@tjinjin)
ecspresso reads ~/.aws/config and ~/.aws/credentials without setting AWS_SDK_LOAD_CONFIG=true.

v0.13.3

06 Dec 05:22
Compare
Choose a tag to compare
  • Support Fargate Spot #70
    • Add --update-service option to deploy command. Enable to update service by service definition on deployment.
    • Support for capacityProviderStrategy in service definition.