Skip to content

Releases: confluentinc/terraform-provider-confluent

v1.72.0

18 Apr 16:51
Compare
Choose a tag to compare

1.72.0 (April 18, 2024)

Full Changelog

Bug fixes:

  • Resolved "Deprecated schema_registry_region without an alternative" issue (#373).
  • Updated docs.

v1.71.0

12 Apr 23:55
Compare
Choose a tag to compare

1.71.0 (April 11, 2024)

Full Changelog

New features:

v1.70.0

10 Apr 16:27
Compare
Choose a tag to compare

1.70.0 (April 9, 2024)

Full Changelog

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

29 Mar 21:53
Compare
Choose a tag to compare

1.68.0 (March 29, 2024)

Full Changelog

New features:

v1.67.1

15 Mar 23:34
Compare
Choose a tag to compare

1.67.1 (March 15, 2024)

Bug fixes:

  • Updated docs.

v1.67.0

15 Mar 21:55
Compare
Choose a tag to compare

1.67.0 (March 15, 2024)

Full Changelog

New features:

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

12 Mar 17:33
Compare
Choose a tag to compare

1.66.0 (March 11, 2024)

Full Changelog

New features:

New updates for resources that are in Early Access / Preview lifecycle stage:

  • Breaking changes: The environment variables for the provider block's organization_id and environment_id attributes have been renamed from ORGANIZATION_ID to CONFLUENT_ORGANIZATION_ID and from ENVIRONMENT_ID to CONFLUENT_ENVIRONMENT_ID, respectively.

Bug fixes:

v1.65.0

05 Mar 00:41
Compare
Choose a tag to compare

1.65.0 (March 4, 2024)

Full Changelog

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 the confluent_api_key resource.

Bug fixes:

  • Released an updated fix for CVE-2023-49569.

v1.64.0

29 Feb 21:43
Compare
Choose a tag to compare

1.64.0 (February 29, 2024)

Full Changelog

New features:

  • Deprecated confluent_schema_registry_region data source
    and confluent_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: The rest_endpoint and current_cfu deprecated attributes were removed.

v1.63.0

26 Feb 20:20
Compare
Choose a tag to compare

1.63.0 (February 26, 2024)

Full Changelog

New features:

Bug fixes:

  • Resolved CVE-2023-49569.
  • Updated docs.