Skip to content

Commit

Permalink
Update changelog for v0.8.8 (#635)
Browse files Browse the repository at this point in the history
* Update changelog for v0.8.8

* Update CHANGELOG.md

Co-authored-by: Marta Paes <[email protected]>

---------

Co-authored-by: Marta Paes <[email protected]>
  • Loading branch information
bobbyiliev and morsapaes authored Aug 26, 2024
1 parent 1273ffb commit 3beea07
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 0.8.8 - 2024-08-26

### Features

* Add `wait_until_ready` option to `cluster` resources, which allows graceful cluster reconfiguration (i.e., with no downtime) for clusters with no sources or sinks. [#632](https://github.com/MaterializeInc/terraform-provider-materialize/pull/632)
* Example usage:
```hcl
resource "materialize_cluster" "cluster" {
name = var.mz_cluster
size = "25cc"
wait_until_ready {
enabled = true
timeout = "10m"
on_timeout = "COMMIT"
}
}
```

### Misc

* Unify the cluster alter commands [#628](https://github.com/MaterializeInc/terraform-provider-materialize/pull/628)
* Switched tests to use the Rust Frontegg mock service [#634](https://github.com/MaterializeInc/terraform-provider-materialize/pull/634)


## 0.8.7 - 2024-08-15

### Features
Expand Down

0 comments on commit 3beea07

Please sign in to comment.