Skip to content

Releases: MaterializeInc/terraform-provider-materialize

v0.1.9

31 Aug 11:48
fea71ef
Compare
Choose a tag to compare

Features

  • Support FOR SCHEMAS for postgres source #262

BugFixes

  • Remove unnecessary default privilege attributes #294

Misc

Full Changelog: v0.1.8...v0.1.9

v0.1.8

24 Aug 14:40
6e4c54a
Compare
Choose a tag to compare

Features

  • New resource materialize_source_webhook for Webhook Sources #271
  • Support disk attribute for clusters and replicas #279

BugFixes

Misc

  • Include missing attributes for managed cluster data sources #282
  • Support key rotation for SSH tunnels #278

Full Changelog: v0.1.7...v0.1.8

v0.1.7

17 Aug 10:16
2e93cdd
Compare
Choose a tag to compare

Features

  • Support for ADD|DROP tables with postgres sources #265
  • Additional attributes for managed clusters #275

BugFixes

Misc

  • Consistent documentation for common attributes #276

Full Changelog: v0.1.6...v0.1.7

v0.1.6

09 Aug 09:34
4c40761
Compare
Choose a tag to compare

Features

BugFixes

  • Correct replica sizes >xlarge #268

Misc

Full Changelog: v0.1.5...v0.1.6

v0.1.5

07 Aug 11:51
24385c9
Compare
Choose a tag to compare

Features

  • Include subsource as computed attribute for sources #263

BugFixes

  • Remove managed clusters testing flag #261

Misc

Breaking Changes

  • Remove ownership for cluster replica resource #259
  • Require target_role_name for all default privilege resources #260
  • Require col_expr for index resources #220

Full Changelog: v0.1.4...v0.1.5

v0.1.4

27 Jul 16:29
d063475
Compare
Choose a tag to compare

Features

BugFixes

  • Fix removing grants outside of Terraform state #245

Misc

Full Changelog: v0.1.3...v0.1.4

v0.1.3

27 Jul 08:30
c59fcdb
Compare
Choose a tag to compare

Features

  • Support INCLUDE KEY AS <name> for Kafka sources #250

BugFixes

  • Fix Default type grants case sensitivity #247
  • Remove Kafka Source Primary Key #243

Misc

  • RBAC Refactor #234

Full Changelog: v0.1.2...v0.1.3

v0.1.2

17 Jul 11:27
78f93c8
Compare
Choose a tag to compare

Features

  • Include WITH (VALIDATE = false) for testing #236

BugFixes

  • Fix identifier quoting #239

Misc

Full Changelog: v0.1.1...v0.1.2

v0.1.1

14 Jul 13:36
5d54e48
Compare
Choose a tag to compare

Features

BugFixes

  • Qualify role name in grant resources #235

Misc

Full Changelog: v0.1.0...v0.1.1

v0.1.0

11 Jul 16:28
bfbe917
Compare
Choose a tag to compare

Features

  • Revised RBAC resources #218. A full overview of the Terraform RBAC resources can be found in the rbac.md
  • Support Managed Clusters #216
  • Support FORMAT JSON for sources #227
  • Support EXPOSE PROGRESS for kafka and postgres sources #213

BugFixes

  • Rollback resource creation if ownership query fails #221

Misc

  • Table context read includes column attributes #215

Breaking Changes

  • As part of the #218 grant resources introduced in 0.0.9 have been renamed from materialize_grant_{object} to materialize_{object}_grant

Full Changelog: v0.0.9...v0.1.0