Releases: redpanda-data/terraform-provider-redpanda
Releases · redpanda-data/terraform-provider-redpanda
v1.4.0
What's Changed
- Redpanda role by @gene-redpanda in #294
- import user syntax has changed. It is now possible to import the mechanism and password along with just the user. Note that mechanism can only be imported with a password. We default to the config password and mechanism anyway (the api returns neither) so this only impacts the post import apply.
- allow_deletion is now default false across the board
Full Changelog: v1.3.5...v1.4.0
v1.3.5
v1.3.4
What's Changed
- SR ACL Fixes by @gene-redpanda in #292
- Task Improvements by @gene-redpanda in #290
Full Changelog: v1.3.3...v1.3.4
v1.3.3
v1.3.2
v1.3.1
What's Changed
- Swap to task by @gene-redpanda in #280
- chore: delete makefile by @gene-redpanda in #281
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- Add support for Schema Registry ACLs by @gene-redpanda in #277
- Timeouts for cluster by @gene-redpanda in #279
Breaking Changes
Previously the default for allow_delete on user resources was true. It is now false. This means you won't be able to delete users until you change allow_delete to true on a user in line with how allow_delete works for other resources.
Full Changelog: v1.2.1...v1.3.0
v1.2.1
What's Changed
- chore: upgrade cloud clients by @gene-redpanda in #274
- fix: improve cluster ID handling in ImportState for Topic and User re… by @Thom-L in #249
- Generate ACL id field by @vuldin in #276
New Contributors
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Correct cluster_type description by @bfbarkhouse-redpanda in #267
- cluster: add support for cluster_configuration by @gene-redpanda in #260
- Clarify cluster_type options by @bfbarkhouse-redpanda in #268
- feat: add redpanda_role_assignment resource for RBAC management by @antmordel in #269
- feat: add schema resource by @gene-redpanda in #261
- DOC-1578 Update TF docs that changing throughput_tier destroys cluster by @micheleRP in #271
New Contributors
- @bfbarkhouse-redpanda made their first contribution in #267
- @antmordel made their first contribution in #269
- @micheleRP made their first contribution in #271
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Fix typo in Resource User docs by @david-yu in #246
- Allow modifying Kafka Connect by @gene-redpanda in #248
- Update ACL doc by @joshblakeley in #250
- Update documentation to reflect serverless GCP beta by @frenchfrywpepper in #258
- fix bug in data source redpanda_serverless_regions by @frenchfrywpepper in #257
- Refactor Network and Resource Group Model by @gene-redpanda in #251
- Refactor Cluster by @gene-redpanda in #259
New Contributors
- @david-yu made their first contribution in #246
- @joshblakeley made their first contribution in #250
- @frenchfrywpepper made their first contribution in #258
Full Changelog: v1.0.2...v1.1.0