Releases: confluentinc/terraform-provider-confluent
Releases · confluentinc/terraform-provider-confluent
v2.2.0
2.2.0 (September 10th, 2024)
New features:
- Support Private Link for Schema Registry Cluster data-source.
Bug fixes:
- Update docs for private_link_attachment / private_link_attachment_connection to indicate that
display_name
is required.
v2.1.0
2.1.0 (August 27th, 2024)
New features:
- Add
private_endpoint_custom_dns_config_domains
tonetwork_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
2.0.0 (August 15th, 2024)
New features:
- Removed deprecated
confluent_schema_registry_region
data source
andconfluent_schema_registry_cluster
resource. Refer to the Upgrade Guide for more details.
Bug fixes:
- Update Terraform configuration examples note for dedicated-vnet-peering-azure-kafka-acls.
- Update Terraform configuration examples note for dedicated-vnet-peering-azure-kafka-rbac.
v1.83.0
1.83.0 (August 7th, 2024)
Bug fixes:
- Resolved the Dependabot alert#47.
- Updated Confluent schema resource document docs.
- Updated Confluent Kafka ACL docs.
- Added an end-to-end example for Flink with private networking.
v1.82.0
1.82.0 (July 23, 2024)
- Updated the deprecation message for the
encryption_key
attribute in theconfluent_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
v1.80.0
1.80.0 (July 8, 2024)
New features:
- Support new
private_rest_endpoint
attribute for theconfluent_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 theconfluent_environment
resource. - Updated examples to use
confluent_schema_registry_cluster
data source instead of deprecated resource.
v1.79.0
1.79.0 (June 26, 2024)
Bug fixes:
- Deprecated the
encryption_key
attribute in theconfluent_kafka_cluster
resource. 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_cluster
data 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 theconfluent_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
1.78.0 (June 13, 2024)
New features:
- Release an additional macOS binary with FIPS-140 support.
v1.77.0
1.77.0 (June 10, 2024)
New features:
- Added support for the new
freight
Kafka cluster type in theconfluent_kafka_cluster
resource in an Early Access lifecycle stage.
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).