Skip to content

Latest commit

 

History

History
135 lines (76 loc) · 3.44 KB

CHANGELOG.md

File metadata and controls

135 lines (76 loc) · 3.44 KB

0.5.2 (2023-09-17)

Bug Fixes

  • Use new format for required providers
  • Add client_authentication_unauthenticated_enabled to simple example
  • Use square brackets for item access
  • Resolve recreation of provisioned volume throughput

Features

  • Add new output for cluster_name

v0.5.1 (2023-05-20)

Bug Fixes

  • Add outputs for bootstrap brokers if SASL access is used

v0.5.0 (2022-07-25)

Features

  • Update examples code
  • New resources for client_authentication: unauthenticated, iam, scram, tls
  • Add ebs provisioned throughput and use new storage_info argument.
  • Require aws provider >= 4.16

v0.4.2 (2021-10-03)

Bug Fixes

  • Allow tls zookeper traffic
  • Rename zookeper security group rule to zookeeper-plain

v0.4.1 (2021-09-26)

Bug Fixes

v0.4.0 (2021-07-04)

Bug Fixes

  • Correct usage of random_id keepers
  • Support in-place instance_type updates

Features

  • Update examples kafka versions
  • Require terraform >= 0.15 for new provider versions

v0.3.5 (2021-03-07)

Features

  • Support PER_TOPIC_PER_PARTITION value for enhanced_monitoring (thanks @victorcmoura)

v0.3.4 (2020-11-11)

Bug Fixes

  • Update README example code

v0.3.3 (2020-09-12)

Bug Fixes

  • Use create_before_destroy on aws_msk_configuration to avoid update errors

v0.3.2 (2020-05-03)

Features

  • Add complete msk cluster example
  • Add simple msk cluster example

v0.3.1 (2020-04-26)

Bug Fixes

  • Fix logs options usage example
  • Conditionaly open jmx and node exporter ports on security group
  • Use empty strings instead of null in optional variables

v0.3.0 (2020-04-23)

Features

  • Add support for logging_info, s3, cloudwatch and firehose
  • Configure minimum required versions

v0.2.0 (2020-04-21)

Features

  • Add enhanced_monitoring options
  • Add tags map to msk cluster resource

v0.1.0 (2020-04-20)

Features

  • Add readme file
  • Add descriptions on variables and outputs
  • Initial module commit