Releases: cloudposse/terraform-aws-codebuild
Releases · cloudposse/terraform-aws-codebuild
v0.28.0
v0.27.0
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
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
v0.24.0
Relax AWS Version Pinning @jayzalowitz (#67)
what
- Supports higher aws version
why
- causes issues for users
references
- closes #65
v0.23.0
0.22.0: Support 0.13
[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
0.20.0: Add Build Type option (#55)
* 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
what
- Add codecommit:GitPull policy
why
- so that CodeBuild can be used against CodeCommit