Skip to content

v0.34.2

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 03 Jul 06:08
· 1 commit to refs/heads/main since this release
a09e2c4
Bump upstream module version and min TF and AWS provider versions @joe-niland (#140)

what

  • Bump version of cloudposse/repository-webhooks/github to latest
  • Require Terraform 1.3 and AWS provider v5

why

  • Min version requirements should match Codebuild module, which this one depends on

references

  • Will resolve one of the issues in #115
updating deprecated docker image @Roondel (#130)

what

updating the default docker image as it is deprecated.
https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html

why

Module was throwing an error for privileged mode invalid input even when the tfvars is passing in a valid boolean.
│ Error: creating CodeBuild project: InvalidInputException: PrivilegedMode has to be set for projects with AWS CodeBuild Docker curated images.

│ with module.ecs-codepipeline.module.codebuild.aws_codebuild_project.default[0],
│ on .terraform\modules\ecs-codepipeline.codebuild\main.tf line 356, in resource "aws_codebuild_project" "default":
│ 356: resource "aws_codebuild_project" "default" {

This has been tested locally and updated image no longer throws the error.

🤖 Automatic Updates

Update release workflow to allow pull-requests: write @osterman (#138)

what

  • Update workflow (.github/workflows/release.yaml) to have permission to comment on PR

why

  • So we can support commenting on PRs with a link to the release