Skip to content

Releases: silinternational/ecs-deploy

Convert to Github Actions

18 Mar 20:08
d4c1e75
Compare
Choose a tag to compare

Changed

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

accept underscores in tag names

04 Jan 19:09
859686e
Compare
Choose a tag to compare

Removed

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

Fixed

  • Fixed tag name regular expression to allow underscores.

Fix version number in script

24 Oct 18:45
f8fe971
Compare
Choose a tag to compare

Fixed

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

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

18 Oct 20:40
ee8ee24
Compare
Choose a tag to compare

Added

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

Preserve `ephemeralStorage` on task definition

21 Aug 15:57
b2cd7da
Compare
Choose a tag to compare

Fixed

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

Fix `skip-deployments-check`

15 Jun 12:59
a5f4c46
Compare
Choose a tag to compare

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.

move the script into the PATH

10 May 03:15
fafbacf
Compare
Choose a tag to compare

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.

move the script into the PATH

02 May 08:48
fe96d40
Compare
Choose a tag to compare

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

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)