Skip to content

Releases: confluentinc/terraform-provider-confluent

v1.79.0

27 Jun 22:56
Compare
Choose a tag to compare

1.79.0 (June 26, 2024)

Full Changelog

Bug fixes:

  • Deprecated the encryption_key attribute in the confluent_kafka_clusterresource. It will be removed in the next major version of the provider (2.0.0). Refer to the Upgrade Guide for more details.
  • Update Terraform docs to use confluent_schema_registry_clusterdata source instead of deprecated resource.
  • Fixed the "(schema-registry): Invalid Version Exception: 0" issue #286 by adding the skip_validation_during_plan attribute, which allows users to skip schema validation in the confluent_schema resource.
  • Updated the macOS binary's name (with FIPS-140 support) to resolve the "assert does not match provider 'confluent'" error on the HashiCorp Terraform Registry.

v1.78.0

21 Jun 00:56
8170bfe
Compare
Choose a tag to compare

1.78.0 (June 13, 2024)

Full Changelog

New features:

  • Release an additional macOS binary with FIPS-140 support.

v1.77.0

11 Jun 22:05
Compare
Choose a tag to compare

1.77.0 (June 10, 2024)

Full Changelog

New features:

Bug fixes:

  • Fixed an issue with creating the confluent_business_metadata_binding resource (#362).
  • Fixed an issue where certain internal configs for the connector were accidentally displayed (#389).
  • Fixed an issue where lowering Kafka topic partition count used to cause failure, now it forces topic recreation instead(#383).

v1.76.0

10 May 01:31
Compare
Choose a tag to compare

1.76.0 (May 9, 2024)

Full Changelog

New features:

v1.75.0

08 May 20:27
Compare
Choose a tag to compare

1.75.0 (May 8, 2024)

Full Changelog

New features:

Bug fixes:

  • Support new LOW, HIGH values for the availability attribute of the confluent_kafka_cluster resource.
  • Resolved 1 Dependabot alert.
  • Updated docs.

v1.74.0

30 Apr 18:36
Compare
Choose a tag to compare

1.74.0 (April 30, 2024)

Full Changelog

New features:

  • Support new cloud attribute for resource_custom_connector_plugin resource

Bug fixes:

  • Remove principal validation for ACL resource
  • Add waiting method when provisioning DNS Forwarder

v1.73.0

24 Apr 17:54
Compare
Choose a tag to compare

1.73.0 (April 23, 2024)

Full Changelog

Bug fixes:

  • Updated confluent_flink_statement resource to prevent errors during terraform apply if the statement was stopped with a different client.
  • Resolved 1 Dependabot alert.
  • Updated docs.

v1.72.0

18 Apr 16:51
Compare
Choose a tag to compare

1.72.0 (April 18, 2024)

Full Changelog

Bug fixes:

  • Resolved "Deprecated schema_registry_region without an alternative" issue (#373).
  • Updated docs.

v1.71.0

12 Apr 23:55
Compare
Choose a tag to compare

1.71.0 (April 11, 2024)

Full Changelog

New features:

v1.70.0

10 Apr 16:27
Compare
Choose a tag to compare

1.70.0 (April 9, 2024)

Full Changelog

Bug fixes:

  • Resolved "schema content is not updated in state file during refresh" issue (#318). Thanks to @Noel-Jones for contributing the fix!
  • Resolved "confluent_schema Resource import should not require SCHEMA_CONTENT" issue (#293). Thanks to @Noel-Jones for contributing the fix!
  • Updated docs.