Releases: skyscrapers/terraform-codedeploy
Fix base64 output path
Fixing a syntax error with app module
3.0.1 Fixing a syntax error introduced in #16
Refactor deployment groups sub modules
All deployment groups submodules have been refactored into a single module, some variables names have been changed. Make sure to check the latest README before updating from previous versions
Add dyncmaic load_balancer_info block
2.0.2 Add dyncmaic load_balancer_info block (#18)
Fix path.module workaround
The workaround was applied to fix a bug that has been resolved by Terraform 0.12
2.0.0 Update code to terraform 0.12
This release bumps the modules used by monitoring in order to make the module compatible with tf 0.12
1.6.0
This release adds the option to specify a blue/green codedeploy deployment with default tested parameters for a basic setup.
More information can be found here:
https://aws.amazon.com/blogs/devops/performing-bluegreen-deployments-with-aws-codedeploy-and-auto-scaling-groups/
Add Slack Notifications and better formatting
- Slack mentions are now possible for Codedeploy failures, including
channel
andhere
with e.g.<!channel>
. - Improved the formatting of the Codedeploy Slack messages, including colour coding
- A
verbose
option to reduce the amount of Codedeploy messages seen in Slack, if the Codedeploy triggers have not already been trimmed.
Fix static name for iam policy
Merge pull request #12 from SevereOverfl0w/master Add a prefix to the codedeploy policy for the S3 bucket
Slack Notify no longer needs an S3 bucket
Replaces full path with a relative path which means an S3 bucket is not needed for the Lamda code for the slack notification.