Skip to content

Releases: terraform-aws-modules/terraform-aws-atlantis

v4.0.4

30 Nov 12:48
Compare
Choose a tag to compare

4.0.4 (2023-11-30)

Bug Fixes

  • Give Atlantis write permission to EFS (#376) (1db4a44)

v4.0.3

16 Nov 13:02
Compare
Choose a tag to compare

4.0.3 (2023-11-16)

Bug Fixes

  • Correct security group egress rule lookup name (#372) (a5e3f83)

v4.0.2

10 Nov 17:35
Compare
Choose a tag to compare

4.0.2 (2023-11-10)

Bug Fixes

  • Ensure conditional creation of EFS and entire module are functioning as intended (#370) (2a8d178)

v4.0.1

10 Nov 11:44
Compare
Choose a tag to compare

4.0.1 (2023-11-10)

Bug Fixes

  • Correct EFS mount and correct listener authentication when value is not provided (#368) (e031208)

v4.0.0

04 Nov 13:20
Compare
Choose a tag to compare

4.0.0 (2023-11-04)

⚠ BREAKING CHANGES

  • Refactor to use latest modules provided by terraform-aws-modules (#366)

Features

  • Nearly all resources have been removed/replaced with the latest terraform-aws-modules equivalents
    • The VPC module has been removed entirely since most users will already have an existing VPC implementation
    • SSM parameters are no longer created within the module - handling secrets has been moved out of the module and left to users discretion
  • Git provider specific implementation details have been removed from the root module. Users are able to pass the necessary Atlantis environment variables (or flags via container definition cmd) for the git provider of their choosing, as well as any other Atlantis settings they wish to utilize. Only the bare minimum Atlantis settings are provided in the module (Atlantis URL and port)
  • Examples have been updated/replaced with two examples that demonstrate usage with GitHub in both a "complete" setup where the module creates nearly all resources required (save for the necessary integration bits, etc.), as well as a separated setup that demonstrates how users can utilize an existing ECS cluster and/or application load balancer (ALB)
  • Doc examples have been updated and consolidated:
    • A supplemental doc section has been added that will be used to help demonstrate how users can integrate with other git providers such as GitLab and BitBucket, plus demonstrate common alternate configurations such as using a GitHub app for authenticated access
    • The ALB authenticated listener examples have been re-located to the ALB modules usage patterns docs. Since this module is really a wrapper around a collection of other modules the focus of the docs are really scoped to Atlantis specifics and any module level (think infrastructure level) changes are relegated to their respective module repository
  • The GitHub and GitLab provider blocks have been removed from their respective webhook sub-modules. Its better to let users specify this so that they have full access to how they wish to configure the providers

v3.28.0

12 May 15:03
Compare
Choose a tag to compare

3.28.0 (2023-05-12)

Features

  • Make the enable_nat_gateway and single_nat_gateway variables configurable (#343) (375a926)

v3.27.0

12 May 14:54
Compare
Choose a tag to compare

3.27.0 (2023-05-12)

Features

v3.26.1

12 May 06:07
Compare
Choose a tag to compare

3.26.1 (2023-05-12)

Bug Fixes

  • Gitlab versioning errors with terraform 0.13 (#344) (359ab38)

v3.26.0

15 Dec 16:18
Compare
Choose a tag to compare

3.26.0 (2022-12-15)

Features

  • Add ability to enable cross-zone load balancing (#326) (1d1c75f)

v3.25.0

16 Nov 07:55
Compare
Choose a tag to compare

3.25.0 (2022-11-16)

Features

  • Use base security-group module to remove duplicate EFS security group (#325) (8433f55)