Skip to content

Releases: confluentinc/terraform-provider-confluent

v1.7.0

10 Oct 21:12
Compare
Choose a tag to compare

1.7.0 (October 10, 2022)

Full Changelog

New features:

Bug fixes:

  • Updated docs.

v1.6.0

28 Sep 23:47
Compare
Choose a tag to compare

1.6.0 (September 28, 2022)

Full Changelog

New features:

  • Updated dedicated-privatelink-aws-kafka and dedicated-privatelink-azure-kafka examples to make it possible to run them in a single terraform apply step.

Bug fixes:

  • Updated docs.

v1.5.1

21 Sep 21:28
Compare
Choose a tag to compare

Changelog

v1.5.0

21 Sep 20:09
Compare
Choose a tag to compare

1.5.0 (September 21, 2022)

Full Changelog

New features:

Bug fixes:

  • Updated docs.

v1.4.0

01 Sep 17:40
Compare
Choose a tag to compare

1.4.0 (September 1, 2022)

Full Changelog

New features:

v1.3.0

30 Aug 04:57
Compare
Choose a tag to compare

1.3.0 (August 29, 2022)

Full Changelog

New features:

Bug fixes:

  • Updated docs.

v1.2.0

18 Aug 22:33
Compare
Choose a tag to compare

1.2.0 (August 18, 2022)

Full Changelog

New features:

Bug fixes:

  • Allow users to update the config_sensitive attribute for the confluent_connector resource (#84).
  • Updated docs.

v1.1.0

09 Aug 23:32
Compare
Choose a tag to compare

1.1.0 (August 9, 2022)

Full Changelog

New features

  • Released confluent_connector resource is now Generally Available and recommended for use in production workflows.

Bug fixes:

v1.0.0

30 Jun 20:40
Compare
Choose a tag to compare

1.0.0 (June 30, 2022)

Full Changelog

The Confluent Terraform Provider is now Generally Available and recommended for use in production workflows.

Bug fixes:

  • Fixed "undefined response type" error for confluent_connector resource (#53).
  • Updated docs.

v0.13.0

28 Jun 17:59
Compare
Choose a tag to compare

0.13.0 (June 28, 2022)

Full Changelog

New features

  • Added support for kafka_api_key, kafka_api_secret, kafka_rest_endpoint attributes in a provider block to make rest_endpoint attribute and credentials block optional for confluent_kafka_acl and confluent_kafka_topic resources (#37, #54).
  • Added disable_wait_for_ready attribute to disable readiness check for confluent_api_key resource (#25, #51).
  • Added support for pausing / resuming a connector by adding status attribute for confluent_connector resource.

Bug fixes: