Releases: sil-org/ecs-deploy
Releases · sil-org/ecs-deploy
3.10.22 - fix task creation with multiple similar image names
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
What's Changed
Full Changelog: 3.10.20...3.10.21
fixed error when image is specified using digest
Release 3.10.19 --GHCR.io image push
Added
version 3.10.19
Pushing the Docker images to ghcr.io (Git Container Registry)
retain task definition proxyConfiguration
Fixed
- Keep
proxyConfiguration
, if present (Fixes #236) - Correct typo in Action name (ECS-Deploy)
Convert to Github Actions
Changed
- Convert to Github actions
- Update README to use more generic names for clusters, services, and images
accept underscores in tag names
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
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
Added
- Add support for
--copy-task-definition-tags
in GitHub Actions
Preserve `ephemeralStorage` on task definition
Fixed
- Update version number in ecs-deploy script file
- (From previous, unpublished release:) Preserve ephemeral storage configuration in task definition