Skip to content

Releases: cloudposse/terraform-aws-codebuild

0.6.2

31 Jan 18:48
Compare
Choose a tag to compare

Add stage environment variable for tagging

0.6.1

08 Jan 04:38
9241cb9
Compare
Choose a tag to compare

what

  • Added Travis CI
  • Bumped terraform-null-label version to 0.3.1
  • Fixed README

why

  • To monitor repo builds and status
  • Latest version with bug fixes

0.6.0: Feature add GitHub token (#11)

28 Nov 09:19
66ad1f7
Compare
Choose a tag to compare

What

  • Add github auth token env var

Why

  • Allow to authenticate on github to fetch private dependencies on build step

Add default values to ENV vars and check if they are not empty

04 Oct 15:21
Compare
Choose a tag to compare

What

  • Add default values to ENV vars and check if they are not empty

Why

  • CodeBuild throws errors if any provided ENV var is emtpty

Fix README.md

27 Sep 17:10
Compare
Choose a tag to compare
0.5.2

Fix `README.md` (#9)

Rename Repo

22 Sep 02:18
Compare
Choose a tag to compare

what

  • Rename repo

why

Add `environment_variables` for building `Docker` images and pushing to `ECR`

02 Sep 03:04
Compare
Choose a tag to compare

Add environment_variables for building Docker images and pushing to ECR

Add `privileged_mode` attribute to `aws_codebuild_project`

01 Sep 13:12
Compare
Choose a tag to compare

Add privileged_mode attribute to aws_codebuild_project

Add permissions to enable CodeBuild to upload Docker images to Amazon ECR

28 Aug 22:10
Compare
Choose a tag to compare
  • Add permissions to enable CodeBuild to upload Docker images to Amazon ECR
  • Bump tf_label to version 0.2.0
  • Propagate attributes and tags from variables.tf to the internal label module

Allow optional buildspec to be passed to build project

20 Aug 23:44
Compare
Choose a tag to compare
0.2.0

Allow optional buildspec to be passed to build project (#2)