Skip to content
This repository has been archived by the owner on May 25, 2022. It is now read-only.

Commit

Permalink
Update CHANGELOG.md and prepare for 0.5.0 release #minor. (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
linouk23 committed Mar 9, 2022
1 parent 4bebd82 commit 65b7077
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.5.0 (March 9, 2022)

[Full Changelog](https://github.com/confluentinc/terraform-provider-confluentcloud/compare/v0.4.0...v0.5.0)

* Added support for Kafka topic configuration updates ([#11](https://github.com/confluentinc/terraform-provider-confluentcloud/issues/11)).
* Added support for `display_name` input for `confluentcloud_environment` and `confluentcloud_service_account` data sources ([#42](https://github.com/confluentinc/terraform-provider-confluentcloud/issues/42), [#46](https://github.com/confluentinc/terraform-provider-confluentcloud/issues/46)).
* Fixed _Provider produced inconsistent result after apply_ error when creating a lot of Kafka topics ([#40](https://github.com/confluentinc/terraform-provider-confluentcloud/issues/40)).
* Updated delete operation for `confluentcloud_kafka_topic` resource to avoid _400 Bad Request: Topic 'foobar' is marked for deletion_ error when recreating a lot of Kafka topics ([#50](https://github.com/confluentinc/terraform-provider-confluentcloud/issues/50)).
* Added support for old environment IDs ([#43](https://github.com/confluentinc/terraform-provider-confluentcloud/issues/43)).
* Added `api_version` and `kind` computed attributes to `confluentcloud_kafka_cluster` and `confluentcloud_service_account` resources.
* Fixed docs issues.

## 0.4.0 (January 28, 2022)

[Full Changelog](https://github.com/confluentinc/terraform-provider-confluentcloud/compare/v0.3.0...v0.4.0)
Expand Down

0 comments on commit 65b7077

Please sign in to comment.