Skip to content

Releases: terraform-aws-modules/terraform-aws-msk-kafka-cluster

v2.2.0

14 Sep 17:48
Compare
Choose a tag to compare

2.2.0 (2023-09-14)

Features

  • Add support for multi-vpc private connectivity (#13) (5612974)

v2.1.0

29 Jun 22:59
Compare
Choose a tag to compare

2.1.0 (2023-06-29)

Features

Bug Fixes

  • Make release workflow execute for last release w/ notice (59e1c0f)

v2.0.0

29 Jun 22:41
191d072
Compare
Choose a tag to compare

2.0.0 (2023-06-29)

⚠ BREAKING CHANGES

  • Terraform AWS provider minimum supported version raised to v5.0
  • Terraform minimum supported version raised to v1.0
  • broker_node_ebs_volume_size has been removed since the ebs_volume_size argument was removed in v5.0 of the AWS provider. Instead, storage settings should be configured using the broker_node_storage_info variable.
  • client_authentication_* variables have been removed and replaced with client_authentication which supports the various authentication methods and configurations

See the UPGRADE-2.0.md guide for further details

Features

  • Update AWS provider to v5.0, replace ebs_volume_size attribute (#8) (191d072)

v1.2.0

07 Jan 23:03
Compare
Choose a tag to compare

1.2.0 (2022-01-07)

Features

  • Add support for aws_mskconnect_custom_plugin and aws_mskconnect_worker_configuration resources
  • Update Terraform AWS provider version to v3.71.0 to support new resources added
  • Add new example project examples/connect for testing/demonstrating use of new resources
  • Add outputs for AppAutoscaling policy and CloudWatch log group

(8928159)

v1.1.1

22 Dec 15:36
Compare
Choose a tag to compare

1.1.1 (2021-12-22)

Bug Fixes

  • ensure log group name is null when logging to CloudWatch is disabled to avoid error (bd485d0)

v1.1.0

06 Nov 14:23
d1f690e
Compare
Choose a tag to compare

1.1.0 (2021-11-06)

Features

  • add new attribute reference zookeeper_connect_string_tls and variable to configure timeout settings (#1) (d1f690e)

v1.0.0

17 Aug 00:39
Compare
Choose a tag to compare

1.0.0 (2021-08-17)

Features

  • initial release of terraform-aws-msk-kafka-cluster 🎉 (c8a3430)