Releases: flovouin/terraform-provider-metabase
Releases · flovouin/terraform-provider-metabase
v0.8.1
v0.8.0
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
NEW FEATURES: - Support any parameters in `metabase_dashboard`'s `parameters_json`. (#60, thanks @michal-billtech!)
v0.6.0
NEW FEATURES: - Support [linking filters](https://www.metabase.com/learn/dashboards/linking-filters) (aka filtering parameters in the API).
v0.5.1
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
NEW FEATURES: - Support authentication using an [API key](https://www.metabase.com/docs/master/people-and-groups/api-keys).
v0.4.0
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
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
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
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.