Releases: confluentinc/terraform-provider-confluent
Releases · confluentinc/terraform-provider-confluent
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.
v1.61.0
1.61.0 (January 25, 2024)
New features:
- Added new
confluent_users
data_source in a General Availability lifecycle stage. - Added new
confluent_schema_registry_clusters
data_source in a General Availability lifecycle stage. - Added new
confluent_environments
data_source in a General Availability lifecycle stage.
Bug fixes:
- Fixed "confluent_tag_binding resource should support entity_name updates for sr_record and sr_field" issue (#348).
v1.60.0
1.60.0 (January 22, 2023)
Bug fixes:
v1.59.0
1.59.0 (January 12, 2023)
Bug fixes:
- Updated a client side fix for "error creating Tag Binding / Business Metadata Binding 404" issue (#282).
v1.58.0
1.58.0 (January 11, 2024)
Bug fixes:
- Added support for updating credentials for
confluent_business_metadata
andconfluent_business_metadata_binding
resources. - Updated client side validation rules for
confluent_flink_compute_pool
resource. - Added a client side fix for "error creating Tag Binding / Business Metadata Binding 404" issue (#282).
- Updated docs.
v1.57.0
1.57.0 (January 4, 2023)
Bug fixes:
v1.56.0
1.56.0 (December 12, 2023)
New features:
- Added new
confluent_flink_statement
resource in a Preview lifecycle stage. - Added new
confluent_schema_exporter
resource in a General Availability lifecycle stage. - Added support for custom connectors to
confluent_connector
resource in a General Availability lifecycle stage. - Updated
confluent_api_key
resource to support Flink API Keys. - Added GCP support for
confluent_byok_key
resource and a corresponding data source in a General Availability lifecycle stage (#65). - Added new
confluent_group_mapping
resource and a corresponding data source in a General Availability lifecycle stage (#338). - Added 2 new examples:
Bug fixes:
- Added a client side fix for "confluent_schema_exporter: optional context_type must be set" issue (#316).
- Updated docs.