Skip to content

Releases: rearc/terraform-aws-codepipeline-ecs

Parameterize repo_path

23 Oct 20:15
e579fd0
Compare
Choose a tag to compare

This supports multiple services with CodePipeline/CodeBuild configurations residing in different folders of the same repository.

Parameterize CodeBuild images and bump default image

09 Oct 16:59
1fc4bdb
Compare
Choose a tag to compare

Added support to pass in different images for build and e2e stages. Bumped default build_image from aws/codebuild/standard:2.0
to aws/codebuild/standard:3.0 to get on a maintained and hopefully cached image as we saw pipelines relying on aws/codebuild/standard:2.0 slow down. https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html

Fix PollForSourceChanges

13 Jul 12:26
Compare
Choose a tag to compare

PollForSourceChanges was erroneously set to true in some pipelines, this is now fixed.

Add support for scheduled tasks

09 Jul 15:32
Compare
Choose a tag to compare

Add support for scheduled tasks by adding events permission to CodeBuild IAM role

Add support for passing custom task roles through CodeBuild

08 Jul 17:17
Compare
Choose a tag to compare

Add support for passing custom task roles through CodeBuild

Add support for passing in environment variables

25 Jun 19:25
Compare
Choose a tag to compare

Add support for passing in environment variables for non-sensitive configuration data. Secrets are how to do something similar that won't be hard-coded into the task definition. Also added passing the task role ARN into the build job.

Add support for migrate and update steps

17 Jun 21:53
Compare
Choose a tag to compare

Add support for migrate and update steps

Add support for tasks and services without load balancer

17 Jun 04:29
Compare
Choose a tag to compare

Add support for tasks and services without load balancer

Add stack support from terraform-aws-ecs-task

13 Jun 21:16
Compare
Choose a tag to compare

Add stack support from terraform-aws-ecs-task

Revert premature stack migration

31 May 21:56
Compare
Choose a tag to compare

Revert premature stack migration in CodeDeploy resource