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
- 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
0.1.3 - 2021-10-07
- 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.
0.1.2 - 2021-10-07
- Append
.git
to the GitHub repo parameter to match the expected format of the ECS Deploy Runner allowlist.
0.1.1 - 2021-10-07
- Fixed a mistyped variable.
0.1.0 - 2021-10-07
- GitHub Action that allows the user to invoke the ECS Deploy Runner with
terraform-planner
,terraform-applier
, anddocker-image-builder
container tools.