Releases: cloudposse/terraform-aws-ecs-codepipeline
Releases · cloudposse/terraform-aws-ecs-codepipeline
v0.19.1
🤖 Automatic Updates
Update Terraform cloudposse/codebuild/aws to v0.28.0 @renovate (#55)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/codebuild/aws (source) | terraform | minor | 0.27.0 -> 0.28.0 |
Release Notes
cloudposse/terraform-aws-codebuild
v0.28.0
Terraform 0.14 upgrade @maximmi (#74)
#### what - Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard #### why - Support Terraform 0.14v0.19.0
v0.18.0
Update context provider versions @joe-niland (#52)
what
- use context.tf
- bump upstream module versions
- use lower bound provider pinning
why
- update module in line with latest approaches
references
- closes #50
v0.17.0
prevent github OAuthToken from causing unwanted changes @dknell (#47)
what
- Adding a lifecycle block to ignore changes in source stage
why
- When using github OAuthToken, the
aws_codepipeline
resource doesn't save the token in the state file. This causes it to detect changes on every apply, regardless of a change in the terraform files.
references
v0.16.0
- No changes
0.15.0 Additional TF 0.13 Fixes
what
- upgrade chatops
- add automatic releasing
- upgrade to go modules
- update any version pinning
- (locally verified) no
terraform init
errors using cli
why
- Support Terraform 0.13
0.14.1: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#40)
## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
0.14.0
0.13.0: updating to github webhook with pinned 2.8.1 github provider (#38)
what
- updating to new version of webhook module due to regression on GitHub provider
why
- Test expect anonymous flag enabled but was removed in 2.9.0 of the provider