Releases: confluentinc/terraform-provider-confluent
Releases · confluentinc/terraform-provider-confluent
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:
v1.65.0
1.65.0 (March 4, 2024)
New updates for resources that are in Early Access / Preview lifecycle stage:
- Breaking changes: Flink API Key Management API has been updated to utilize a new request format. Ensure you to update to version
1.65.0
to create Flink API Keys using theconfluent_api_key
resource.
Bug fixes:
- Released an updated fix for
CVE-2023-49569
.
v1.64.0
1.64.0 (February 29, 2024)
New features:
- Deprecated
confluent_schema_registry_region
data source
andconfluent_schema_registry_cluster
resource. They will be
removed in the next major version of the provider (2.0.0). Refer to the Upgrade Guide for more details.- Note: The guide will be published once version 2.0.0 is released.
New updates for resources that are in Early Access / Preview lifecycle stage:
- Breaking changes: Updated
confluent_flink_compute_pool
: Therest_endpoint
andcurrent_cfu
deprecated attributes were removed.
v1.63.0
1.63.0 (February 26, 2024)
New features:
- Added new
confluent_dns_forwarder
resource in a General Availability lifecycle stage.
Bug fixes:
- Resolved
CVE-2023-49569
. - Updated docs.
v1.62.0
1.62.0 (February 20, 2024)
New features:
- Added new
confluent_dns_forwarder
resource in a Preview lifecycle stage. - Added new
gateway
computed block toconfluent_network
resource.
New updates for resources that are in Early Access / Preview lifecycle stage:
- Breaking changes: Updated
confluent_flink_statement
: Theorganization
andenvironment
required blocks were added, theresource_version
computed attribute was removed. See updated flink-quickstart example for more details. - Updated
confluent_flink_compute_pool
: Therest_endpont
andcurrent_cfu
attributes were deprecated.