Skip to content

Releases: telia-oss/terraform-aws-concourse

v4.0.0

06 May 13:04
0993d0b
Compare
Choose a tag to compare

Upgraded to support Terraform >= 0.14

v3.8.0

11 Nov 10:23
d7b7ebe
Compare
Choose a tag to compare

Disk metrics will now only be reported for / instead of all volumes. This reduces the number of metrics pushed to CloudWatch (since the previous behaviour was to include volumes created by Concourse) and saves 💵.

v3.7.0

17 Oct 10:10
573128b
Compare
Choose a tag to compare
  • Added a new variable secret_cache_enabled (defaults to true) for the ATC which enables the Concourse secret cache. This can provide significant cost savings when using e.g. AWS Secrets Manger or Parameter store as secret backends.

v3.6.0

19 Sep 15:00
78183f8
Compare
Choose a tag to compare
  • Added variable to control CONCOURSE_CONTAINER_PLACEMENT_STRATEGY in ATC module.
  • Removed default for name_prefix in ATC module (previously added by mistake).

v3.5.1

19 Sep 14:44
531b984
Compare
Choose a tag to compare
  • The CloudWatch dashboard will now display maximum CPU usage for the RDS cluster.

v3.5.0

27 Aug 07:28
4f68641
Compare
Choose a tag to compare
  • Replaced awslogs with Amazon CloudWatch agent.
  • Instances will now report additional metrics to CloudWatch (memory/swap/disk usage).
  • Added the above metrics to the CloudWatch dashboard.

v3.4.0

21 Aug 13:53
a3d26ed
Compare
Choose a tag to compare
  • Added submodule which creates a minimal CloudWatch dashboard for the Concourse deployment.

v3.3.0

21 Aug 07:55
38b0cef
Compare
Choose a tag to compare
  • Fixed health checks not passing for the TSA target group (added the appropriate security group rules).
  • Extended test suite to check for passing health checks.

v3.2.0

19 Aug 11:12
bb788d9
Compare
Choose a tag to compare
  • Fixed duplicate log entries after enabling logrotate for Concourse.
  • Fixed bug where user_data would have a new hash everytime the ref to this module changed. This seems to be fixed by moving templatefile() calls to locals.
  • Use user_data_base64 instead of user_data after switching to the cloudinit data source.
  • Gzip the user data since we are base64 encoding it anyway.

v3.1.1

16 Aug 09:51
1e4d8ac
Compare
Choose a tag to compare

Fixed TSA health checks from the network load balancers to target the ATC port instead. This reduces the EOF log entries from failed handshakes by the TSA.