Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: sil-org/ecs-deploy

3.10.22 - fix task creation with multiple similar image names

29 Aug 00:55
95e3a23
Compare
Choose a tag to compare

Fixed

  • When multiple images with similar names are used in the container definition, this will ensure only the specified one will be updated.

Full Changelog: 3.10.21...3.10.22

fixed GHCR image push

31 Jan 03:47
e90a62c
Compare
Choose a tag to compare

What's Changed

  • Release 3.10.21 - Fixed GHCR image push by @briskt in #301

Full Changelog: 3.10.20...3.10.21

fixed error when image is specified using digest

31 Jan 01:08
03cbf76
Compare
Choose a tag to compare

What's Changed

  • Add support for container image with digest by @u-kai in #300

New Contributors

Full Changelog: 3.10.19...3.10.20

Release 3.10.19 --GHCR.io image push

10 Oct 05:29
b70ba03
Compare
Choose a tag to compare

Added

version 3.10.19
Pushing the Docker images to ghcr.io (Git Container Registry)

retain task definition proxyConfiguration

07 Oct 23:52
1c093bc
Compare
Choose a tag to compare

Fixed

  • Keep proxyConfiguration, if present (Fixes #236)
  • Correct typo in Action name (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