Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

47 lines (29 loc) · 1.69 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.4 - 2021-10-07

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.

0.1.3 - 2021-10-07

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.

0.1.2 - 2021-10-07

Changed

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

0.1.1 - 2021-10-07

Changed

  • Fixed a mistyped variable.

0.1.0 - 2021-10-07

Added

  • GitHub Action that allows the user to invoke the ECS Deploy Runner with terraform-planner, terraform-applier, and docker-image-builder container tools.