Releases: telia-oss/terraform-aws-concourse
Releases · telia-oss/terraform-aws-concourse
v3.1.0
v3.0.0
v2.0.0
v1.0.0
v0.7.0
v0.6.0
- 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
andlocal_admin_user
parameters to the ATC configuration. - Bumped lifecycled to
v3.0.2
to fix a CPU leak.
v0.5.0
v0.4.2
Fix worker draining by:
- Using
pgrep
(instead of waiting forworker-not-found
) to know when its safe to continue with shutdown. - Changing
KillMode
toprocess
sincesystemd
fails to kill the remaining processes in the control group (garden-init
was left dangling). This causedsystemctl 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
v0.4.0
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.