Skip to content

Commit

Permalink
Merge pull request #38 from flovouin/chore/prepare-0.4.0
Browse files Browse the repository at this point in the history
🔖 Prepare v0.4.0
  • Loading branch information
flovouin authored Jan 31, 2024
2 parents 669eb78 + 3c07e54 commit 6c499e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.4.0 (2024-01-31)

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}`).
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ For how to use the provider in a Terraform project, please refer to the [Terrafo
Unfortunately, this provider relies on the Metabase API which is [subject to breaking changes and not versioned](https://www.metabase.com/docs/latest/api-documentation#about-the-metabase-api). This makes it hard for this provider to keep up with Metabase versions, apologies for that. Here is a table that summarizes supported Metabase versions:

| Provider version \ Metabase version | .44 | .45 | .46 | .47 | .48 |
| ----------------------------------- | --- | --- | --- | --- | --- |
| 0.1 ||||||
| 0.2 ||||||
| 0.3 ||||||
| ----------------------------------: | :-: | :-: | :-: | :-: | :-: |
| 0.1 ||||||
| 0.2 ||||||
| 0.3 ||||||
| 0.4 ||||||

## 🔨 `mbtf` importer tool

Expand Down

0 comments on commit 6c499e5

Please sign in to comment.