Releases: confluentinc/terraform-provider-confluent
Releases · confluentinc/terraform-provider-confluent
v1.75.0
1.75.0 (May 8, 2024)
New features:
- Added new
confluent_catalog_entity_attributes
resource in a Preview lifecycle stage.
Bug fixes:
- Support new
LOW
,HIGH
values for theavailability
attribute of theconfluent_kafka_cluster
resource. - Resolved 1 Dependabot alert.
- Updated docs.
v1.74.0
1.74.0 (April 30, 2024)
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
1.73.0 (April 23, 2024)
Bug fixes:
- Updated
confluent_flink_statement
resource to prevent errors duringterraform apply
if the statement was stopped with a different client. - Resolved 1 Dependabot alert.
- Updated docs.
v1.72.0
1.72.0 (April 18, 2024)
Bug fixes:
- Resolved "Deprecated schema_registry_region without an alternative" issue (#373).
- Updated docs.
v1.71.0
1.71.0 (April 11, 2024)
New features:
- Added support for new optional
azure
block ofconfluent_private_link_attachment
,confluent_private_link_attachment_connection
resources and corresponding data sources in support of Enterprise cluster General Availability lifecycle stage on Azure. - Added 1 new example:
v1.70.0
1.70.0 (April 9, 2024)
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.
v1.68.0
1.68.0 (March 29, 2024)
New features:
- Added new
confluent_access_point
resource,confluent_dns_record
resource and corresponding data sources in a General Availability lifecycle stage. - Added new
confluent_gateway
data source in a General Availability lifecycle stage. - Updated flink-quickstart to use mock data streams.
v1.67.1
1.67.1 (March 15, 2024)
Bug fixes:
- Updated docs.
v1.67.0
1.67.0 (March 15, 2024)
New features:
- Added new
confluent_flink_statement
resource in a General Availability lifecycle stage. - Added new
confluent_flink_compute_pool
resource and a corresponding data source in a General Availability lifecycle stage.
Bug fixes:
- Increased the timeout for the
confluent_schema_exporter
resource to resolve potential provisioning issues. - Resolved 1 Dependabot alert.
- Updated docs.
v1.66.0
1.66.0 (March 11, 2024)
New features:
- Added new
confluent_schema_registry_dek
resource,confluent_schema_registry_kek
resource and corresponding data sources in an Early Access lifecycle stage. - Added new optional
ruleset
andmetadata
blocks toconfluent_schema
resource in a Preview lifecycle stage.
New updates for resources that are in Early Access / Preview lifecycle stage:
- Breaking changes: The environment variables for the provider block's
organization_id
andenvironment_id
attributes have been renamed fromORGANIZATION_ID
toCONFLUENT_ORGANIZATION_ID
and fromENVIRONMENT_ID
toCONFLUENT_ENVIRONMENT_ID
, respectively.
Bug fixes:
-
Updated flink-quickstart to use
FlinkAdmin
role instead ofFlinkDeveloper
role to be able to delete statements. -
Resolved "Azure Devops Collision with ENVIRONMENT_ID" issue (#369).
-
Updated docs.
-
Added 1 new example: