Skip to content

Releases: cloudposse/terraform-aws-cicd

v0.20.0

09 May 15:52
3b301be
Compare
Choose a tag to compare
  • No changes

v0.19.5

13 Jul 22:28
3b301be
Compare
Choose a tag to compare

🤖 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

21 Jun 01:05
6da361a
Compare
Choose a tag to compare

🤖 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

21 Jun 00:59
cdb61dc
Compare
Choose a tag to compare

🤖 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

21 Jun 00:38
81c4e10
Compare
Choose a tag to compare
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

21 Aug 03:15
946b0d3
Compare
Choose a tag to compare

🤖 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

22 Apr 21:52
b0d16df
Compare
Choose a tag to compare
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

17 Apr 21:51
f70f215
Compare
Choose a tag to compare

🚀 Enhancements

replacing Dockefile with Dockerfile @adamenger (#93)

what

  • simple readme update

why

  • to be precise

references

none

v0.18.1

16 Mar 23:46
4252687
Compare
Choose a tag to compare

🤖 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

Compare Source

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 * None

v0.18.0

01 Mar 19:18
176ff1f
Compare
Choose a tag to compare
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