From 9246abb281038e6a534f7e99fe9654d8dc119d20 Mon Sep 17 00:00:00 2001 From: Dariusz Porowski <3431813+DariuszPorowski@users.noreply.github.com> Date: Thu, 13 Feb 2025 12:58:24 +0100 Subject: [PATCH] feat(release): v0.1.0-beta.9 (#252) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## v0.1.0-beta.9 - February 13, 2025 ### ✨ Added * [#215](https://github.com/microsoft/terraform-provider-fabric/issues/215) Definition support in the `fabric_kql_database` Resource / Data-Source * [#237](https://github.com/microsoft/terraform-provider-fabric/issues/237) Enable API/SDK interaction logging. ### 🪲 Fixed * [#235](https://github.com/microsoft/terraform-provider-fabric/issues/235) Error when referencing non-text source for Fabric Item Definition part. * [#239](https://github.com/microsoft/terraform-provider-fabric/issues/239) Inconsistent result for dynamic_executor_allocation (min_executors/max_executors) when enabled is false. * [#247](https://github.com/microsoft/terraform-provider-fabric/issues/247) Add support for missing `definition/expressions.tmdl` and `definition/relationships.tmdl` paths in the Semantic Model TMDL format. --- .changes/unreleased/added-20250125-102124.yaml | 5 ----- .changes/unreleased/added-20250206-133034.yaml | 5 ----- .changes/unreleased/fixed-20250206-140422.yaml | 5 ----- .changes/unreleased/fixed-20250206-214937.yaml | 5 ----- .changes/unreleased/fixed-20250212-122940.yaml | 5 ----- .changes/v0.1.0-beta.9.md | 12 ++++++++++++ .semver.yaml | 2 +- CHANGELOG.md | 13 +++++++++++++ docs/guides/getting_started.md | 2 +- docs/index.md | 2 +- examples/provider/provider.tf | 2 +- templates/guides/getting_started.md.tmpl | 2 +- 12 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 .changes/unreleased/added-20250125-102124.yaml delete mode 100644 .changes/unreleased/added-20250206-133034.yaml delete mode 100644 .changes/unreleased/fixed-20250206-140422.yaml delete mode 100644 .changes/unreleased/fixed-20250206-214937.yaml delete mode 100644 .changes/unreleased/fixed-20250212-122940.yaml create mode 100644 .changes/v0.1.0-beta.9.md diff --git a/.changes/unreleased/added-20250125-102124.yaml b/.changes/unreleased/added-20250125-102124.yaml deleted file mode 100644 index e6c26fe9..00000000 --- a/.changes/unreleased/added-20250125-102124.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: added -body: Definition support in the `fabric_kql_database` Resource / Data-Source -time: 2025-01-25T10:21:24.6864838+01:00 -custom: - Issue: "215" diff --git a/.changes/unreleased/added-20250206-133034.yaml b/.changes/unreleased/added-20250206-133034.yaml deleted file mode 100644 index bbec7b8b..00000000 --- a/.changes/unreleased/added-20250206-133034.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: added -body: Enable API/SDK interaction logging. -time: 2025-02-06T13:30:34.6324433+01:00 -custom: - Issue: "237" diff --git a/.changes/unreleased/fixed-20250206-140422.yaml b/.changes/unreleased/fixed-20250206-140422.yaml deleted file mode 100644 index c9ab08d4..00000000 --- a/.changes/unreleased/fixed-20250206-140422.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: fixed -body: Error when referencing non-text source for Fabric Item Definition part. -time: 2025-02-06T14:04:22.220999+01:00 -custom: - Issue: "235" diff --git a/.changes/unreleased/fixed-20250206-214937.yaml b/.changes/unreleased/fixed-20250206-214937.yaml deleted file mode 100644 index f232d8cd..00000000 --- a/.changes/unreleased/fixed-20250206-214937.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: fixed -body: Inconsistent result for dynamic_executor_allocation (min_executors/max_executors) when enabled is false. -time: 2025-02-06T21:49:37.8248633+01:00 -custom: - Issue: "239" diff --git a/.changes/unreleased/fixed-20250212-122940.yaml b/.changes/unreleased/fixed-20250212-122940.yaml deleted file mode 100644 index e51fa4f6..00000000 --- a/.changes/unreleased/fixed-20250212-122940.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: fixed -body: Add support for missing `definition/expressions.tmdl` and `definition/relationships.tmdl` paths in the Semantic Model TMDL format. -time: 2025-02-12T12:29:40.6415539+01:00 -custom: - Issue: "247" diff --git a/.changes/v0.1.0-beta.9.md b/.changes/v0.1.0-beta.9.md new file mode 100644 index 00000000..5709defc --- /dev/null +++ b/.changes/v0.1.0-beta.9.md @@ -0,0 +1,12 @@ +## v0.1.0-beta.9 - February 13, 2025 + +### ✨ Added + +* [#215](https://github.com/microsoft/terraform-provider-fabric/issues/215) Definition support in the `fabric_kql_database` Resource / Data-Source +* [#237](https://github.com/microsoft/terraform-provider-fabric/issues/237) Enable API/SDK interaction logging. + +### 🪲 Fixed + +* [#235](https://github.com/microsoft/terraform-provider-fabric/issues/235) Error when referencing non-text source for Fabric Item Definition part. +* [#239](https://github.com/microsoft/terraform-provider-fabric/issues/239) Inconsistent result for dynamic_executor_allocation (min_executors/max_executors) when enabled is false. +* [#247](https://github.com/microsoft/terraform-provider-fabric/issues/247) Add support for missing `definition/expressions.tmdl` and `definition/relationships.tmdl` paths in the Semantic Model TMDL format. diff --git a/.semver.yaml b/.semver.yaml index b099f61e..f64946dd 100644 --- a/.semver.yaml +++ b/.semver.yaml @@ -1,4 +1,4 @@ alpha: 0 -beta: 8 +beta: 9 rc: 0 release: v0.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa724d1..719b4bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v0.1.0-beta.9 - February 13, 2025 + +### ✨ Added + +* [#215](https://github.com/microsoft/terraform-provider-fabric/issues/215) Definition support in the `fabric_kql_database` Resource / Data-Source +* [#237](https://github.com/microsoft/terraform-provider-fabric/issues/237) Enable API/SDK interaction logging. + +### 🪲 Fixed + +* [#235](https://github.com/microsoft/terraform-provider-fabric/issues/235) Error when referencing non-text source for Fabric Item Definition part. +* [#239](https://github.com/microsoft/terraform-provider-fabric/issues/239) Inconsistent result for dynamic_executor_allocation (min_executors/max_executors) when enabled is false. +* [#247](https://github.com/microsoft/terraform-provider-fabric/issues/247) Add support for missing `definition/expressions.tmdl` and `definition/relationships.tmdl` paths in the Semantic Model TMDL format. + ## v0.1.0-beta.8 - January 30, 2025 ### 💥 Breaking diff --git a/docs/guides/getting_started.md b/docs/guides/getting_started.md index 15e157b1..865fba84 100644 --- a/docs/guides/getting_started.md +++ b/docs/guides/getting_started.md @@ -46,7 +46,7 @@ This section provides a sample configuration that you can experiment with to pro required_providers { fabric = { source = "microsoft/fabric" - version = "0.1.0-beta.8" + version = "0.1.0-beta.9" } } } diff --git a/docs/index.md b/docs/index.md index 48ce33d9..7fbe381f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -25,7 +25,7 @@ terraform { required_providers { fabric = { source = "microsoft/fabric" - version = "0.1.0-beta.8" + version = "0.1.0-beta.9" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index b2a3ecd6..897d61ab 100644 --- a/examples/provider/provider.tf +++ b/examples/provider/provider.tf @@ -4,7 +4,7 @@ terraform { required_providers { fabric = { source = "microsoft/fabric" - version = "0.1.0-beta.8" + version = "0.1.0-beta.9" } } } diff --git a/templates/guides/getting_started.md.tmpl b/templates/guides/getting_started.md.tmpl index 15e157b1..865fba84 100644 --- a/templates/guides/getting_started.md.tmpl +++ b/templates/guides/getting_started.md.tmpl @@ -46,7 +46,7 @@ This section provides a sample configuration that you can experiment with to pro required_providers { fabric = { source = "microsoft/fabric" - version = "0.1.0-beta.8" + version = "0.1.0-beta.9" } } }