Skip to content

Releases: vytautaskubilius/invoke-ecs-deploy-runner

v0.1.4

07 Oct 12:56
Compare
Choose a tag to compare

Release Notes

Changed

  • Reverted the change from release 0.1.3. Instead, the script now strips the refs/heads prefix when the ref is
    passed to the terraform 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 an apply when provided with a commit hash.

v0.1.3

07 Oct 12:24
Compare
Choose a tag to compare

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 the refs/heads prefix.

v0.1.2

07 Oct 10:07
Compare
Choose a tag to compare

Release Notes

Changed

  • Append .git to the GitHub repo parameter to match the expected format of the ECS Deploy Runner allowlist.

v0.1.1

07 Oct 09:57
Compare
Choose a tag to compare

Release Notes

Changed

  • Fixed a mistyped variable.

v0.1.0

07 Oct 09:43
Compare
Choose a tag to compare

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.