Releases: silinternational/ecs-deploy
Releases · silinternational/ecs-deploy
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
Fix `skip-deployments-check`
Fixed
- Added the missing
skip_deployments_check_cmd
andskip_deployments_check
arguments so thatskip-deployments-check
can be passed down from the gha to the ecs-deploy command.
move the script into the PATH
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
The ecs-deploy
script is now located at /usr/local/bin
in the Docker image, with a symlink at the original location (/
).