Skip to content

Releases: cloudposse/terraform-aws-codebuild

v0.28.0

23 Jan 15:27
5283589
Compare
Choose a tag to compare
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.14

v0.27.0

23 Dec 13:34
734aad6
Compare
Choose a tag to compare
Artifact location variable @ivanmartos (#72)

what

Added variable artifact_location and that is used for setting value of location of artifact of codebuild

why

It is not possible to set artifact as S3 without setting location.

references

This is a follow up for #71

Readme needs to be updated since commands

make init
make readme

don't work on my machine

v0.26.0

06 Dec 02:16
37d8854
Compare
Choose a tag to compare
module modernisation @joe-niland (#70)

what

  • use context.tf
  • use lower bound pinning for providers
  • update readme
  • update auto-release workflow
  • update test/src/Makefile

why

  • bring module in line with new conventions
  • Avoid version conflicts

references

  • None

v0.25.0

15 Oct 22:55
9649387
Compare
Choose a tag to compare
Added the project arn @RRosalia (#66)

Added the project ARN so we can reference this somewhere else if needed.

what

  • It adds the project arn

why

  • So we can link this module if needed with the arn somewhere else

v0.24.0

01 Oct 18:22
84c2a78
Compare
Choose a tag to compare
Relax AWS Version Pinning @jayzalowitz (#67)

what

  • Supports higher aws version

why

  • causes issues for users

references

v0.23.0

19 Aug 05:15
c3227e3
Compare
Choose a tag to compare
Additional TF 0.13 Fixes @osterman (#62)

what

  • upgrade chatops
  • add automatic releasing
  • upgrade to go modules
  • update any version pinning
  • (locally verififed) no terraform init errors using cli

why

  • Support Terraform 0.13

0.22.0: Support 0.13

11 Aug 22:15
9ba0c0c
Compare
Choose a tag to compare
[AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#61)

## 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.21.0

19 Jun 23:08
a319622
Compare
Choose a tag to compare
Added Authentication Support for Private Repositories (Bitbucket, Git…

0.20.0: Add Build Type option (#55)

13 Jun 22:53
1e66cb4
Compare
Choose a tag to compare
* Add built_type

Allow build environments other than LINUX_CONTAINER.

* Update readme

* variable order

* Updated README.md

Co-authored-by: Erik Osterman <erik@cloudposse.com>
Co-authored-by: actions-bot <58130806+actions-bot@users.noreply.github.com>

0.19.0 Add codecommit:GitPull policy

03 Mar 21:12
8d692b3
Compare
Choose a tag to compare

what

  • Add codecommit:GitPull policy

why

  • so that CodeBuild can be used against CodeCommit