Skip to content

Releases: cloudposse/terraform-aws-cicd

0.5.10: Update readme yaml file and rebuild md

10 Dec 09:52
d58e249
Compare
Choose a tag to compare
  • updated README.yaml file
  • add tags and categories
  • rebuild README.md file

why

  • need to add categories and tags so we can pull them into the documentation

0.5.9 Add `environemt_variables`

29 Nov 19:56
Compare
Choose a tag to compare

what

Add environemt_variables to module

why

  • Missing
  • Closes #35

0.5.8 Add missing policy action

29 Nov 18:57
Compare
Choose a tag to compare

what

Add missing policy action

why

Closes #33

0.5.7: Revert "Do not Poll for Source Changes by default" (#25)

10 Aug 05:25
Compare
Choose a tag to compare
* Revert "Do not Poll for Source Changes by default (#21)"

Regenerate README.md

27 Jul 14:12
4eb4b52
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

Fix readme

12 Jul 08:27
fa59365
Compare
Choose a tag to compare

What

  • Change releases badge link
  • Re-render readme

Why

  • Badge has wrong url
  • Old template has a bug so avatars links were broken

0.5.4: Do not Poll for Source Changes by default (#21)

29 Jun 04:23
Compare
Choose a tag to compare
since AWS is using github webhooks to get notified of code changes since May 2018 this Parameter should be now `false` by default.

From the [Documentation](https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements):
```
For pipelines or source actions created or updated in the console after the following dates, this parameter defaults to false:
- AWS CodeCommit pipelines created or updated in the console after October 11, 2017. 
- Amazon S3 pipelines created or updated in the console after March 22, 2018.
- GitHub pipelines created or updated in the console after May 1, 2018.
```

0.5.3 (Migrate to README.yaml format)

27 Jun 17:00
be0e57c
Compare
Choose a tag to compare

what

  • Add README.yaml

why

  • Standardize README

0.5.2

31 Jan 21:07
54348ac
Compare
Choose a tag to compare

what

  • Bumped terraform-aws-codebuild version to 0.6.2

why

  • It adds STAGE environment variable for tagging Docker images in ECR

0.5.1

08 Jan 04:40
1c06243
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