Consul-Terraform-Sync v0.4.0-beta1 OSS and Enterprise

Hello all,

We’ve just released Consul-Terraform-Sync v0.4.0-beta1 and v0.4.0+ent-beta1.

Notable features in this release:

  • Consul KV Condition allows tasks to be configured to monitor and trigger on values in Consul KV. (oss & ent)
  • Integration with Terraform Cloud for remote operations. (ent only)

Please see CHANGELOG below for more details. Corresponding documentation updates are now live on the Consul website.

As always, please test in an isolated environment. If you experience issues with CTS or have feedback, you can report them on the CTS GitHub issue tracker or post to the CTS Discuss Forum for any general questions.

Thanks!

Consul API Tooling Team

CHANGELOG

BREAKING CHANGES:

  • Remove deprecated tag filtering option from service configuration, which has been replaced by the more general filter option. [GH-312]

  • The logging timestamps are now reported using the timezone of the system CTS is running on, instead of defaulting to UTC time. [GH-332]

FEATURES:

  • Add support for Consul KV triggers. [GH-150]

  • (Enterprise Only) Add integration with Terraform Cloud remote operations through the Terraform Cloud driver. [GH-328]

IMPROVEMENTS:

  • Enhanced http and structured logging. [GH-332]