Releases: vytautaskubilius/invoke-ecs-deploy-runner
Releases · vytautaskubilius/invoke-ecs-deploy-runner
v0.1.4
Release Notes
Changed
- Reverted the change from release
0.1.3
. Instead, the script now strips therefs/heads
prefix when the ref is
passed to theterraform
actions.- This is done to make sure the ref is passed when doing an
apply
as this action is restricted to specific branches,
and the script refuses to perform anapply
when provided with a commit hash.
- This is done to make sure the ref is passed when doing an
v0.1.3
Release Notes
Changed
- Use the commit hash for Terraform actions instead of the git ref as the
infrastructure-deploy-script
can't parse
the ref with therefs/heads
prefix.
v0.1.2
Release Notes
Changed
- Append
.git
to the GitHub repo parameter to match the expected format of the ECS Deploy Runner allowlist.
v0.1.1
Release Notes
Changed
- Fixed a mistyped variable.
v0.1.0
Release Notes
Added
- GitHub Action that allows the user to invoke the ECS Deploy Runner with
terraform-planner
,terraform-applier
, and
docker-image-builder
container tools.