Skip to content

Commit

Permalink
Update changelog for v0.1.0 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
dehume authored Jul 11, 2023
1 parent 6d3aea4 commit bfbe917
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,25 @@
# Changelog

## 0.0.9 - 2023-06-23
## 0.1.0 - 2023-07-11

### Features
* Revised RBAC resources [#218](https://github.com/MaterializeInc/terraform-provider-materialize/pull/218). A full overview of the Terraform RBAC resources can be found in the `rbac.md`
* Support Managed Clusters [#216](https://github.com/MaterializeInc/terraform-provider-materialize/pull/216)
* Support `FORMAT JSON` for sources [#227](https://github.com/MaterializeInc/terraform-provider-materialize/pull/227)
* Support `EXPOSE PROGRESS` for kafka and postgres sources [#213](https://github.com/MaterializeInc/terraform-provider-materialize/pull/213)

### BugFixes
* Rollback resource creation if ownership query fails [#221](https://github.com/MaterializeInc/terraform-provider-materialize/pull/221)

### Misc
* Table context read includes column attributes [#215](https://github.com/MaterializeInc/terraform-provider-materialize/pull/215)

### Breaking Changes
* As part of the [#218](https://github.com/MaterializeInc/terraform-provider-materialize/pull/218) grant resources introduced in `0.0.9` have been renamed from `materialize_grant_{object}` to `materialize_{object}_grant`

## 0.0.9 - 2023-06-23

### Features
* Resource type `grants` ([#191](https://github.com/MaterializeInc/terraform-provider-materialize/pull/191), [#205](https://github.com/MaterializeInc/terraform-provider-materialize/pull/205), [#209](https://github.com/MaterializeInc/terraform-provider-materialize/pull/209))
* Enable resource and data source `roles` [#206](https://github.com/MaterializeInc/terraform-provider-materialize/pull/206)
* Add attribute `ownership_role` to existing resources ([#208](https://github.com/MaterializeInc/terraform-provider-materialize/pull/208), [#211](https://github.com/MaterializeInc/terraform-provider-materialize/pull/211))
Expand All @@ -15,11 +31,9 @@
## 0.0.8 - 2023-06-15

### Features

* Include acceptance tests ([#177](https://github.com/MaterializeInc/terraform-provider-materialize/pull/177), [#198](https://github.com/MaterializeInc/terraform-provider-materialize/pull/198), [#200](https://github.com/MaterializeInc/terraform-provider-materialize/pull/200), [#201](https://github.com/MaterializeInc/terraform-provider-materialize/pull/201))

### BugFixes

* Fixes for resource updates (included as part of acceptance test coverage)
* Correct schema index read [#202](https://github.com/MaterializeInc/terraform-provider-materialize/pull/202)
* Attributes missing force new ([#188](https://github.com/MaterializeInc/terraform-provider-materialize/pull/188), [#189](https://github.com/MaterializeInc/terraform-provider-materialize/pull/189))
Expand All @@ -32,7 +46,6 @@
### Features

### BugFixes

* Handle missing resources on refresh [#176](https://github.com/MaterializeInc/terraform-provider-materialize/pull/176)
* Typo in Privatelink Connection [#182](https://github.com/MaterializeInc/terraform-provider-materialize/pull/182)

Expand All @@ -41,41 +54,34 @@
## 0.0.6 - 2023-05-31

### Features

* Resource and data source [Type](https://materialize.com/docs/sql/create-type/)
* Support for load generator type [Marketing](https://materialize.com/docs/sql/create-source/load-generator/#marketing)

### BugFixes

### Misc

* Refactor of `materialize` package ([#164](https://github.com/MaterializeInc/terraform-provider-materialize/pull/164), [#161](https://github.com/MaterializeInc/terraform-provider-materialize/pull/161), [#158](https://github.com/MaterializeInc/terraform-provider-materialize/pull/158))
* Improvements to documentation

## 0.0.5 - 2023-05-18

### Features

* Include datasource `materialize_egress_ips`

### BugFixes

* Remove improper validation for cluster replica availability zones
* Include `3xsmall` as a valid size

### Misc

* Update index queries to use `mz_objects`

## 0.0.4 - 2023-05-01

### Features

* Include `cluster_name` as a read parameter for the Materialized view query
* Include SSH keys in SSH connection resource

### BugFixes

* Cleanup `resources` Functions
* Fix Slice Params

Expand All @@ -84,13 +90,11 @@
## 0.0.3 - 2023-04-20

### Features

* Adds `principal` property to the AWS PrivateLink connection resource

### BugFixes

### Misc

* Remove unnecessary type property
* Dependabot updates

Expand Down

0 comments on commit bfbe917

Please sign in to comment.