Skip to content

Releases: redpanda-data/terraform-provider-redpanda

v1.4.0

01 Dec 18:49

Choose a tag to compare

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

12 Nov 18:23

Choose a tag to compare

What's Changed

Full Changelog: v1.3.4...v1.3.5

v1.3.4

03 Nov 20:05

Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

24 Oct 01:53

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

17 Oct 17:54

Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

02 Oct 19:24

Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

26 Sep 18:53

Choose a tag to compare

What's Changed

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

10 Sep 17:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

19 Aug 15:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

14 Jul 18:58

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0