Skip to content

v2.18.0

Compare
Choose a tag to compare
@semaphore-agent-production semaphore-agent-production released this 24 Feb 20:02
· 172 commits to master since this release

2.18.0 (February 24th, 2025)

Full Changelog

Note:

  • Make sure to remove the "confluent.topic.type" topic setting from the config block attribute of your confluent_kafka_topic resource instances in your TF configuration if you can observe a related TF drift during the terraform plan command (#427).

Bug fixes:

  • Fixed "Missing attribute "confluent.topic.type" of Kafka topic config in Terraform provider" issue (#427).
  • Fixed "Resource recreation when using ALL_GOOGLE_APIS instead of all-google-apis for private service connect endpoint target" issue (#544).
  • Added support for descriptive errors (displaying the raw response body when an error can't be parsed) for confluent_kafka_topic resource instances instead of showing "undefined response type".
  • Resolved TF drift for custom connectors.
  • Fixed "invalid reflect.Value" when displaying errors.
  • Updated TF docs.