Skip to content

Releases: telia-oss/terraform-aws-concourse

v3.1.0

15 Aug 13:07
d8de0c9
Compare
Choose a tag to compare
  • Added logrotate for /var/log/concourse.log.
  • Switched to using template_cloudinit_config so parts of the cloud init configuration could be reused between the workers and ATCs - to keep things dry.

v3.0.0

24 Jul 09:28
294426d
Compare
Choose a tag to compare

Updated example and added terratest suite. Tests are importable as a v2+ go module.

v2.0.0

19 Jul 13:18
a204092
Compare
Choose a tag to compare

Support for terraform versions >= 0.12.

v1.0.0

19 Jul 13:17
c9b2989
Compare
Choose a tag to compare

Final release before terraform 0.12 support.

v0.7.0

29 Apr 11:35
c9b2989
Compare
Choose a tag to compare

Support for Concourse 5.1.0.

v0.6.0

22 Mar 20:34
5286901
Compare
Choose a tag to compare
  • ATC is now being started with aws-env to support populating the environment with secrets from Secrets Manager, SSM Parameter store or KMS.
  • Packer template has been updated to install aws-env, and cleaned up for readability.
  • Added local_user and local_admin_user parameters to the ATC configuration.
  • Bumped lifecycled to v3.0.2 to fix a CPU leak.

v0.5.0

16 Nov 13:06
1ba60be
Compare
Choose a tag to compare
  • Bump lifecycled to v3.0.0 in the packer template.
  • Use a TLS 1.2 policy for the load balancer in front of the Concourse web interface.

v0.4.2

04 Oct 10:57
5e24678
Compare
Choose a tag to compare

Fix worker draining by:

  • Using pgrep (instead of waiting for worker-not-found) to know when its safe to continue with shutdown.
  • Changing KillMode to process since systemd fails to kill the remaining processes in the control group (garden-init was left dangling). This caused systemctl stop concourse to not return, at least not until the TimeoutStopSec limit was reached (and we can't reduce this value because that would also impact the graceful shutdown of Concourse itself).

v0.4.1

02 Oct 21:48
ca7ddb7
Compare
Choose a tag to compare
  • Fix: Removed PIDFile from systemd configuration for concourse (conflicted with$MAINPID usage).

v0.4.0

02 Oct 17:57
1966314
Compare
Choose a tag to compare

Breaking changes:

  • ATC configuration has been updated for Concourse v4.
  • Because we are now using Concourse version 4, the auth scheme has changed.
  • Worker configuration updated for lifecycled v2.1.1.

Other changes:

  • ATC now uses the new postgres flags instead of the deprecated --postgres-data-source.
  • Worker/ATC autoscaling groups will now default to t3 instance types.
  • All module dependencies have been bumped.