Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 3.86 KB

CHANGELOG.md

File metadata and controls

51 lines (35 loc) · 3.86 KB

0.4.0 (January 28, 2022)

Full Changelog

  • Added data sources (#36) for:
    • confluentcloud_environment
    • confluentcloud_kafka_cluster
    • confluentcloud_kafka_topic
    • confluentcloud_service_account
  • Improved readability of error messages by adding details to them (#28).
  • Resolved potential HTTP 429 errors by adding automatic retries with exponential backoff for HTTP requests (#15, #22).
  • Added graceful handling for resources created via Terraform but deleted via Confluent Cloud Console, Confluent CLI, or Confluent Cloud APIs.
  • Fixed minor bugs and docs issues.

Breaking changes

  • Removed a friction around manual look-up of IntegerID for Service Accounts by removing the need to use a service_account_int_id TF variable. If you are using the confluentcloud_kafka_acl resource you might see an input validation error after running terraform plan, which can be resolved by following this guide.
    • Updated "Sample project" guide to reflect this change.
  • Simplified confluentcloud_role_binding resource creation by adding a new rbac_crn attribute for confluentcloud_kafka_cluster resource.
    • Updated the confluentcloud_role_binding resource examples to reflect this simplified approach.

0.3.0 (January 11, 2022)

Full Changelog

  • Added support for role bindings.
  • Added support for rotating Cluster API Keys (#21).
  • Updated SDK for IAM APIs to use new routes.
  • Resolved 2 Dependabot alerts.
  • Fixed minor documentation issues.
  • Moved from a closed Early Access to an open Preview for the Confluent Cloud Terraform Provider. All customers are now eligible to use the provider without explicit approval from the product team.

Breaking changes

  • Early Access versions of the Confluent Cloud Terraform Provider (versions 0.1.0 and 0.2.0) are deprecated.

0.2.0 (November 5, 2021)

Full Changelog

  • Added support for dedicated Kafka clusters lifecycle management on a public network (#5).
  • Added missing importers for confluentcloud_kafka_topic and confluentcloud_kafka_acl resources (#7).
  • Fixed documentation issues (#2, #9, #12).

Breaking changes

  • The format of confluentcloud_kafka_acl resource ID was updated, please remove its configuration from a TF state file and reimport it when updating.

0.1.0 (October 1, 2021)

Initial Release