Releases: confluentinc/terraform-provider-confluent
Releases · confluentinc/terraform-provider-confluent
v1.27.0
1.27.0 (January 30, 2023)
New updates for resources that are in Early Access / Open Preview lifecycle stage:
v1.26.0
1.26.0 (January 27, 2023)
New features:
- Added support for updating the
partitions_count
attribute forconfluent_kafka_topic
resource. - Added 1 new example for
confluent_connector
resource:
Bug fixes:
- Fixed a typo in docs for
confluent_kafka_client_quota
resource:"<default>"
(and not"default"
) should be used represent the default quota.
v1.25.0
1.25.0 (January 19, 2023)
New features:
- Added new optional
dns_config
block toconfluent_network
resource and a corresponding data source in an Early Access lifecycle stage. - Added 7 new examples for
confluent_connector
resource:
Bug fixes:
- Added support for
zones
attribute forconfluent_network
of typePEERING
.
v1.24.0
1.24.0 (January 5, 2023)
New features:
- Added new
confluent_subject_mode
resource and a corresponding data source in an Open Preview lifecycle stage (#155). - Added new
confluent_subject_config
resource and a corresponding data source in an Open Preview lifecycle stage. - Added new
confluent_schema_registry_cluster_mode
resource and a corresponding data source in an Open Preview lifecycle stage (#155). - Added new
confluent_schema_registry_cluster_config
resource and a corresponding data source in an Open Preview lifecycle stage. - Added support for
kafka_id
attribute in theprovider
block (#37). See managing-single-kafka-cluster example for more details. - Added support for
schema_registry_id
attribute in theprovider
block (#124). See managing-single-schema-registry-cluster example for more details. - Added new examples:
Bug fixes:
- Fixed "confluent_kafka_acl resource does not allow use as principal 'User:*'" (#152).
- Resolved 4 Dependabot alerts.
- Fixed a bug in ksql-rbac example.
- Updated dedicated-privatelink-azure-kafka-acls, dedicated-privatelink-azure-kafka-rbac examples to remove check for disabled Private Link endpoint network policies.
- Updated docs (#160, #161).
v1.23.0
1.23.0 (December 16, 2022)
New features:
- Updated
confluent_api_key
resource to support ksqlDB API Keys.
Bug fixes:
- Updated docs.
- Updated examples.
v1.22.0
1.22.0 (December 15, 2022)
New features:
- Added new
confluent_identity_provider
andconfluent_identity_pool
resources and data sources in a Generally Available lifecycle stage. - Updated
confluent_api_key
resource to support Schema Registry API Keys.
Bug fixes:
- Updated docs.
- Updated examples.
v1.21.0
1.21.0 (December 8, 2022)
New features:
- Added new
confluent_transit_gateway_attachment
resource and a corresponding data source in a Generally Available lifecycle stage. - Added new
confluent_kafka_client_quota
resource and a corresponding data source in a Generally Available lifecycle stage.
Bug fixes:
- Updated docs.
New updates for resources that are in Early Access / Open Preview lifecycle stage:
- Updated
confluent_transit_gateway_attachment
: Theenable_custom_routes
attribute has been removed. Theroutes
attribute is required now.
v1.20.0
1.20.0 (December 5, 2022)
New features:
- Added new
confluent_schema
resource and a corresponding data source in in an Open Preview lifecycle stage.
Bug fixes:
- Updated docs.
New updates for resources that are in Early Access / Open Preview lifecycle stage:
- Updated
confluent_transit_gateway_attachment
: Theenable_custom_routes
attribute has been deprecated. Theenable_custom_routes
attribute will be removed in the next release androutes
attribute will be made required.
v1.19.0
1.19.0 (December 1, 2022)
New features:
- Added new
confluent_cluster_link
resource andconfluent_kafka_mirror_topic
resource in a Generally Available lifecycle stage.
Bug fixes:
- Added support for
zones
attribute forconfluent_network
of typeTRANSITGATEWAY
. - Updated docs (#150).
v1.18.0
1.18.0 (November 30, 2022)
New features:
- Added new
confluent_ksql_cluster
resource and a corresponding data source in a Generally Available lifecycle stage. - Added new
confluent_schema_registry_cluster
resource and a corresponding data source in a Generally Available lifecycle stage. - Added new
confluent_schema_registry_region
data source in a Generally Available lifecycle stage. - Added
resource_name
computed attribute toconfluent_ksql_cluster
resource and a corresponding data source.
Bug fixes:
- Updated docs.
New updates for resources that are in Early Access / Open Preview lifecycle stage:
- Removed
confluent_stream_governance_region
that was deprecated in1.16.0
version: Theconfluent_stream_governance_region
data source has been removed. Use theconfluent_schema_registry_region
data source instead. - Removed
confluent_stream_governance_cluster
that was deprecated in1.16.0
version: Theconfluent_stream_governance_cluster
resource and data source have been removed. Use theconfluent_schema_registry_cluster
resource and data source instead.