Skip to content

Releases: confluentinc/terraform-provider-confluent

v2.2.0

10 Sep 15:33
Compare
Choose a tag to compare

2.2.0 (September 10th, 2024)

Full Changelog

New features:

  • Support Private Link for Schema Registry Cluster data-source.

Bug fixes:

v2.1.0

27 Aug 16:32
Compare
Choose a tag to compare

2.1.0 (August 27th, 2024)

Full Changelog

New features:

  • Add private_endpoint_custom_dns_config_domains to network_access_point resource and data-source.

Bug fixes:

  • Update confluent_catalog_entity_attributes resource docs.
  • Update the timeout for confluent_flink_statement resource to resolve timeout issues.
  • Fix the confluent_api_key creation failure (#418).

v2.0.0

15 Aug 23:59
Compare
Choose a tag to compare

2.0.0 (August 15th, 2024)

Full Changelog

New features:

Bug fixes:

v1.83.0

08 Aug 02:39
Compare
Choose a tag to compare

1.83.0 (August 7th, 2024)

Full Changelog

Bug fixes:

v1.82.0

23 Jul 18:19
Compare
Choose a tag to compare

1.82.0 (July 23, 2024)

Full Changelog

  • Updated the deprecation message for the encryption_key attribute in the confluent_kafka_cluster resource. It will continue to exist as a read-only attribute in the next major version of the provider (2.0.0). For more details, refer to the Upgrade Guide.
  • Updated the flink-quickstart example to resolve the "Number of columns must match number of query columns" error.
  • Fixed the "Value for unconfigurable attribute" error in some examples.
  • Refactored examples to eliminate the use of local.hosted_zone.
  • Updated the documentation to include an example of creating a role binding for group mapping.
  • Updated the documentation to include an updated import command for the confluent_schema_exporter resource.

v1.81.0

18 Jul 18:49
Compare
Choose a tag to compare

1.81.0 (July 18, 2024)

Full Changelog

New features:

  • Added additional validation for confluent_kafka_cluster resource (#292)
  • Enable removing accepted invitations from TF State for confluent_invitation resource(#263)
  • Use FlinkDeveloper in flink-quickstart example

Bug fixes:

  • Fixed an issue with flooding the TF logs with debug level messages from the SDK (#372)
  • Fixed import issues for confluent_schema_exporter resource
  • Fixed "schema validation error starting from version 1.70.0" issue (#378)

v1.80.0

10 Jul 00:55
Compare
Choose a tag to compare

1.80.0 (July 8, 2024)

Full Changelog

New features:

  • Support new private_rest_endpoint attribute for the confluent_flink_region data source.

Bug fixes:

  • Updated the code of the confluent_kafka_cluster resource to make it wait for SR cluster provisioning,
    when the Stream Governance package is selected for the confluent_environment resource.
  • Updated examples to use confluent_schema_registry_cluster data source instead of deprecated resource.

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).