Skip to content

Releases: silinternational/ecs-deploy

Fix docker image builds, some GitHub actions, and copying of empty list of task tags

23 Mar 19:18
1c83099
Compare
Choose a tag to compare

Fixed

  • Fix building and pushing of Docker images to Docker Hub
  • Fix GitHub Actions run-task argument and add missing wait-for-success command and argument
  • Fix copying of task definition tags when the list of tags is empty
  • Add missing desired_count_cmd and tag_env_var_cmd GitHub Actions commands

Included

3.10.7

07 Dec 16:48
bce9afa
Compare
Choose a tag to compare

Fixed

  • Preserve value of runtimePlatform (containing operatingSystemFamily and cpuArchitecture)

Bugfix: wait for deployment to succeed

29 Sep 18:40
c665a0e
Compare
Choose a tag to compare

Fixed

  • ecs-deploy is not waiting for deployment to succeed #260

Fix order of some flags for GitHub Actions, fix "HEALTHY" check

03 Jun 19:39
ecb0573
Compare
Choose a tag to compare

Fixed

  • Fix order of --force-new-deployment and --enable-rollback (in relation to -n and -d) for GitHub Actions.
  • Fix HEALTHY grep check to avoid matching UNHEALTHY when checking for successful deployment.

Fix internal version number

11 Apr 13:50
c22c6c3
Compare
Choose a tag to compare

Fixed

  • Correct the version number (forgot to update in previous release)

Fix "successful deployment" check (at least 1)

11 Apr 13:49
e37907a
Compare
Choose a tag to compare

Fixed

  • Fix "successful deployment" check to be >= 1, not just == 1

Changed

  • Add note to readme about ecs-deploy being "feature complete"

GitHub Actions fix: force_new_deployment

15 Feb 21:16
6fca65d
Compare
Choose a tag to compare

Fixed

  • Fix GitHub Actions integration to properly support --force-new-deployment

GitHub Actions fixes: tag_only, aws_assume_role

01 Feb 20:33
507486f
Compare
Choose a tag to compare

Fixed

  • Fix GitHub Actions integration to support --tag-only parameter
  • Fix GitHub Actions integration to support --aws-assume-role parameter

Copy tags to new definition, platform version support for run-task, task def file fix, update Alpine

26 Feb 18:43
2513bc1
Compare
Choose a tag to compare

Fix version number after 3.9.0

24 Aug 13:25
7b013d9
Compare
Choose a tag to compare

I forgot to update the version number in ecs-deploy for the 3.9.0 release.