Skip to content

Releases: kayac/ecspresso

v20210223-8df67c3

23 Feb 01:03
8df67c3
Compare
Choose a tag to compare
v20210223-8df67c3 Pre-release
Pre-release
Create FUNDING.yml

v20210218-d783bbf

18 Feb 01:02
d783bbf
Compare
Choose a tag to compare
v20210218-d783bbf Pre-release
Pre-release
Merge pull request #249 from kayac/log-info-failed-to-assume

Change log level to info when failed to assume role to task execution role.

v20210217-2724222

17 Feb 06:48
Compare
Choose a tag to compare
v20210217-2724222 Pre-release
Pre-release
invert

v1.3.3

02 Feb 08:00
b9bca16
Compare
Choose a tag to compare

Update aws-sdk-go to v1.37.1.
Supports AWS SSO login. #235

v1.3.2

22 Jan 15:55
Compare
Choose a tag to compare

Fix unable to deploy / rollback for DAEMON service #229 (@Songmu)

v1.3.1

15 Jan 15:12
Compare
Choose a tag to compare
  • [Fix] Crash at init command. #224
  • [Fix] Update tfstate-lookup v0.1.1 #225
    Fix unable to read data resource defined with for_each.
  • [Fix] Omit CreatedBy element in service definition created by init command. #226

v1.3.0

12 Jan 13:13
78af9eb
Compare
Choose a tag to compare
  • [Feature] Add cloudformation plugin. introduces template functions cfn_output and cfn_export. #217 #207
  • [Feature] Add scale command (#222) scale is equivalent to deploy --no-update-service --skip-task-definition.
  • [Feature] tfstate plugin can read tfstate from s3 URL. #211 #220.
  • [Feature] Add required_version to config. #216
  • [Feature] Add --tags and --propagate-tags options to run command. #206
  • [Fix] Unable to update platformVersion and networkConfiguration for CodeDeploy services. #209
  • [Fix] diff command becomes to compare local task definition and remote task definition. #218
  • [Fix] Support to Docker Registry V2 API. Enables to read any public image repository using V2 API. (public.ecr.aws, gcr.io, ghcr.io and etc.) #214 #213

v1.2.1

14 Dec 06:41
46c0acb
Compare
Choose a tag to compare

Fix secrets verification. Supports SecretsManager and SSM Parameter Store Arn. #202 #203

v1.2.0

11 Dec 06:24
260f992
Compare
Choose a tag to compare

Add --color option.(#201) verify and diff command support to colored output.

Add verify command. (#193) Verifies AWS resources related with task/service definitions.

Add render command. (#200) Render config/task/service files which has been read by ecspresso.

v1.1.3

01 Dec 03:28
29475ba
Compare
Choose a tag to compare

Update aws-sdk-go to v1.35.35

Supports deploymentCircuitBreaker.
https://aws.amazon.com/jp/blogs/containers/announcing-amazon-ecs-deployment-circuit-breaker/