Ecs Deploy Versions Save

Simple shell script for initiating blue-green deployments on Amazon EC2 Container Service (ECS)

3.10.17

1 month ago

Changed

  • Convert to Github actions
  • Update README to use more generic names for clusters, services, and images

3.10.16

4 months ago

Removed

  • README and ecs-deploy no longer list silintl/mariadb as an example

Fixed

  • Fixed tag name regular expression to allow underscores.

3.10.15

6 months ago

Fixed

  • Fix version number in ecs-deploy script itself
  • Add pull request (PR) template to help us remember this step in the future

3.10.14

6 months ago

Added

  • Add support for --copy-task-definition-tags in GitHub Actions

3.10.13

8 months ago

Fixed

  • Update version number in ecs-deploy script file
  • (From previous, unpublished release:) Preserve ephemeral storage configuration in task definition

3.10.11

10 months ago

Fixed

  • Added the missing skip_deployments_check_cmd and skip_deployments_check arguments so that skip-deployments-check can be passed down from the gha to the ecs-deploy command.

3.10.10

1 year ago

The ecs-deploy script is now located at /usr/local/bin in the Docker image, with a symlink at the original location (/).

Note: this change was effective in 3.10.9 but the script self-reported version number was not updated in that version.

3.10.9

1 year ago

The ecs-deploy script is now located at /usr/local/bin in the Docker image, with a symlink at the original location (/).

3.10.8

1 year ago

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

  • #267
  • #270
  • #271
  • #273

3.10.7

1 year ago

Fixed

  • Preserve value of runtimePlatform (containing operatingSystemFamily and cpuArchitecture)