Releases: cloudposse/terraform-aws-cicd
Releases · cloudposse/terraform-aws-cicd
v0.20.0
v0.19.5
🤖 Automatic Updates
chore(deps): update terraform cloudposse/codebuild/aws to v1 @renovate (#105)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/codebuild/aws (source) | module | major | 0.38.0 -> 1.0.0 |
v0.19.4
🤖 Automatic Updates
chore(deps): update terraform cloudposse/codebuild/aws to v0.38.0 @renovate (#103)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/codebuild/aws (source) | module | minor | 0.37.1 -> 0.38.0 |
v0.19.3
🤖 Automatic Updates
chore(deps): update terraform cloudposse/codebuild/aws to v0.37.1 @renovate (#95)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/codebuild/aws (source) | module | minor | 0.33.0 -> 0.38.0 |
v0.19.2
git.io->cloudposse.tools update @dylanbannon (#102)
what and why
Change all references to git.io/build-harness
into cloudposse.tools/build-harness
, since git.io
redirects will stop working on April 29th, 2022.
References
- DEV-143
🤖 Automatic Updates
chore(deps): update terraform cloudposse/repository-webhooks/github to v0.12.1 @renovate (#100)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/repository-webhooks/github (source) | module | patch | 0.12.0 -> 0.12.1 |
v0.19.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#97)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.19.0
fixes for website bucket deployment @mihaiplesa (#94)
what
- fixes and completes the functionality for deploying to a website bucket
- fixes the Auto Format PR check
why
- few things were missing when expanding the produced artifacts into a website bucket - the ability to set object ACL (other than the default public-read canned ACL) and fixing the IAM role permissions
references
v0.18.2
🚀 Enhancements
replacing Dockefile with Dockerfile @adamenger (#93)
what
- simple readme update
why
- to be precise
references
none
v0.18.1
🤖 Automatic Updates
chore(deps): update terraform cloudposse/codebuild/aws to v0.33.0 @renovate (#91)
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
cloudposse/codebuild/aws (source) | terraform | minor | 0.32.0 -> 0.33.0 |
Release Notes
cloudposse/terraform-aws-codebuild
v0.33.0
Add IAM policy permissions to allow CodeBuild to run in a VPC @joe-niland (#84)
#### what * Update IAM permissions in Codebuild policy to allow running in a VPC * Add a test using VPC config * Change test region to us-east-2 * (There is probably a more elegant way to check if var.vpc_config is an empty object but I didn't find one in the time I spent looking.) #### why * The module supported setting VPC config on the Codebuild project, but the IAM permissions in the Codebuild policy were not sufficient #### references * Nonev0.18.0
Adds feature: GitHub Webhooks @lezavala (#89)
what
- Adds GitHub Webhooks as in
cloudposse/ecs-codepipeline/aws
why
- Webhooks seems to be less noisy than polling and likely the preferred method.
references
- CloudPosse/repository-webhooks module docs.