Skip to content

Releases: flovouin/terraform-provider-metabase

v0.8.1

22 Sep 14:00
712014f
Compare
Choose a tag to compare
BUG FIXES:

- Catch and return an error when the API returns a response that could not be parsed.

v0.8.0

08 Sep 14:38
8d22a9f
Compare
Choose a tag to compare
BREAKING CHANGES:

- Support Metabase v\*.50, and drop support for earlier versions.
- `metabase_permissions_graph`'s permissions support two new fields: `view_data` and `create_queries`. The `native` field is no longer supported.

v0.7.0

27 Jun 12:59
e3fea89
Compare
Choose a tag to compare
NEW FEATURES:

- Support any parameters in `metabase_dashboard`'s `parameters_json`. (#60, thanks @michal-billtech!)

v0.6.0

16 Apr 20:08
71d71f0
Compare
Choose a tag to compare
NEW FEATURES:

- Support [linking filters](https://www.metabase.com/learn/dashboards/linking-filters) (aka filtering parameters in the API).

v0.5.1

07 Apr 16:27
f3e4c15
Compare
Choose a tag to compare
BUG FIXES:

- Ignore unsupported granular permissions rather than crashing because of an unexpected Metabase API response. (#49, thanks @ellingtonjp!)
- Ignore permissions for the Metabase Analytics database (Pro feature), for which granular permissions are always set.

v0.5.0

03 Apr 19:37
607ca76
Compare
Choose a tag to compare
NEW FEATURES:

- Support authentication using an [API key](https://www.metabase.com/docs/master/people-and-groups/api-keys).

v0.4.0

31 Jan 16:08
6c499e5
Compare
Choose a tag to compare
BREAKING CHANGES:

- Support Metabase v\*.48, and drop support for earlier versions. Make sure dashboard definitions follow the new schema (e.g. cards' `size{X|Y}` become `size_{x|y}`).
- Remove the `color` attribute on the `metabase_collection` resource.
- Remove the `cards_ids` attribute on the `metabase_dashboard` resource.

v0.3.0

06 Jan 16:20
099190c
Compare
Choose a tag to compare
NEW FEATURES:

- Introduce the `metabase_table` resource.
- Format Terraform files generated by `mbtf` automatically.

ENHANCEMENTS:

- The `metabase_table` data source now supports the `description` attribute.
- Use the `metabase_table` resource instead of data source in `mbtf`.

v0.2.0

05 Jan 16:12
479b5b1
Compare
Choose a tag to compare
NEW FEATURES:

- First version of the `mbtf` utility to import dashboard and cards from Metabase to Terraform.

ENHANCEMENTS:

- The `metabase_database` resource now supports any engine type through the `custom_details` attribute.

v0.1.0

22 Dec 15:26
7a0682b
Compare
Choose a tag to compare
NEW FEATURES:

- Introduce the `metabase_permissions_group` resource.
- Introduce the `metabase_collection` resource.
- Introduce the `metabase_database` resource.
- Introduce the `metabase_table` data source.
- Introduce the `metabase_collection_graph` resource.
- Introduce the `metabase_permissions_graph` resource.
- Introduce the `metabase_card` resource.
- Introduce the `metabase_dashboard` resource.