Skip to content

Releases: aws-samples/terraform-aws-pipeline

2.2.2

11 Apr 19:48
40f3bc7

Choose a tag to compare

Upgrade tags default version to v0.5.8

2.2.1

03 Apr 18:49
be39d7f

Choose a tag to compare

Added filter{} to S3 lifecycle policy to avoid error message.

2.2.0

01 Apr 19:22
13c97ec

Choose a tag to compare

Improvements to the way that multiple commits are handled and observed in the pipeline.

  • approval action moved to plan stage (to make it clearer which plan is being approved)
  • default pipeline set to SUPERSEDED
  • mode input added to change pipeline mode

2.1.5

28 Mar 08:31
b554fb2

Choose a tag to compare

Upgrade tag-nag to v0.5.5

2.1.4

24 Mar 16:43
60492c4

Choose a tag to compare

  • Added conditional tag validation with tag-nag. tags input used to add tag validation as additional pipeline validation action (alongside sast, lint, etc)
  • Removed unnecessary prints from buildspecs

2.1.3

21 Mar 17:28
174f066

Choose a tag to compare

  • added support for AWS KMS keys encrypting CloudWatch Logs (added to kms_key input)
  • re-pathed Codebuild CloudWatch Log group and streams

2.1.2

18 Mar 20:22
5126df5

Choose a tag to compare

Minor var fix (terraform_version)

2.1.1

18 Mar 16:28
4560a3a

Choose a tag to compare

  • revert sast to use Amazon Linux CodeBuild image (checkov image pulls were hitting service limits in some pipelines)
  • support for fixing tflint version
  • support for fixing tf version in sast and tflint images

2.1.0

08 Mar 14:41

Choose a tag to compare

Replaced CodeBuild images.

  • hashicorp/terraform used for validate, fmt, plan, apply
  • bridgecrew/checkov used for sast

2.0.2

28 Jan 09:54

Choose a tag to compare

  • fix SAST python to 3.12 (to avoid 3.13 + checkov issue)