diff --git a/.changes/unreleased/added-20250214-122903.yaml b/.changes/unreleased/added-20250214-122903.yaml deleted file mode 100644 index e5a2f528..00000000 --- a/.changes/unreleased/added-20250214-122903.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: added -body: Onboard new resource/data-source `fabric_activator` (also known as reflex). -time: 2025-02-14T12:29:03.2906058+01:00 -custom: - Issue: "256" diff --git a/.changes/unreleased/added-20250214-161520.yaml b/.changes/unreleased/added-20250214-161520.yaml deleted file mode 100644 index 2534cb68..00000000 --- a/.changes/unreleased/added-20250214-161520.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: added -body: Onboard new resource/data-source `fabric_graphql_api`. -time: 2025-02-14T16:15:20.6202369+01:00 -custom: - Issue: "197" diff --git a/.changes/unreleased/added-20250228-092631.yaml b/.changes/unreleased/added-20250228-092631.yaml deleted file mode 100644 index 67d45cc1..00000000 --- a/.changes/unreleased/added-20250228-092631.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: added -body: Onboard new resource/data-source `fabric_sql_database`. -time: 2025-02-28T09:26:31.2402351-08:00 -custom: - Issue: "255" diff --git a/.changes/unreleased/changed-20250214-162024.yaml b/.changes/unreleased/changed-20250214-162024.yaml deleted file mode 100644 index f01609f3..00000000 --- a/.changes/unreleased/changed-20250214-162024.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: changed -body: Added missing example for `fabric_ml_model` resource. -time: 2025-02-14T16:20:24.7564261+01:00 -custom: - Issue: "258" diff --git a/.changes/unreleased/changed-20250214-162108.yaml b/.changes/unreleased/changed-20250214-162108.yaml deleted file mode 100644 index 8041c275..00000000 --- a/.changes/unreleased/changed-20250214-162108.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: changed -body: Added missing example for `fabric_kql_database` resource/data-source. -time: 2025-02-14T16:21:08.4928042+01:00 -custom: - Issue: "258" diff --git a/.changes/unreleased/fixed-20250214-123021.yaml b/.changes/unreleased/fixed-20250214-123021.yaml deleted file mode 100644 index de6f30ce..00000000 --- a/.changes/unreleased/fixed-20250214-123021.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: fixed -body: Missing preview note in list data-sources -time: 2025-02-14T12:30:21.0523343+01:00 -custom: - Issue: "256" diff --git a/.changes/v0.1.0-beta.10.md b/.changes/v0.1.0-beta.10.md new file mode 100644 index 00000000..d01499bb --- /dev/null +++ b/.changes/v0.1.0-beta.10.md @@ -0,0 +1,16 @@ +## v0.1.0-beta.10 - February 28, 2025 + +### ✨ Added + +* [#256](https://github.com/microsoft/terraform-provider-fabric/issues/256) Onboard new resource/data-source `fabric_activator` (also known as reflex). +* [#197](https://github.com/microsoft/terraform-provider-fabric/issues/197) Onboard new resource/data-source `fabric_graphql_api`. +* [#255](https://github.com/microsoft/terraform-provider-fabric/issues/255) Onboard new resource/data-source `fabric_sql_database`. + +### 💫 Changed + +* [#258](https://github.com/microsoft/terraform-provider-fabric/issues/258) Added missing example for `fabric_ml_model` resource. +* [#258](https://github.com/microsoft/terraform-provider-fabric/issues/258) Added missing example for `fabric_kql_database` resource/data-source. + +### 🪲 Fixed + +* [#256](https://github.com/microsoft/terraform-provider-fabric/issues/256) Missing preview note in list data-sources diff --git a/.semver.yaml b/.semver.yaml index f64946dd..7d34d098 100644 --- a/.semver.yaml +++ b/.semver.yaml @@ -1,4 +1,4 @@ alpha: 0 -beta: 9 +beta: 10 rc: 0 release: v0.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 719b4bf5..451e058a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,23 @@ 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.10 - February 28, 2025 + +### ✨ Added + +* [#256](https://github.com/microsoft/terraform-provider-fabric/issues/256) Onboard new resource/data-source `fabric_activator` (also known as reflex). +* [#197](https://github.com/microsoft/terraform-provider-fabric/issues/197) Onboard new resource/data-source `fabric_graphql_api`. +* [#255](https://github.com/microsoft/terraform-provider-fabric/issues/255) Onboard new resource/data-source `fabric_sql_database`. + +### 💫 Changed + +* [#258](https://github.com/microsoft/terraform-provider-fabric/issues/258) Added missing example for `fabric_ml_model` resource. +* [#258](https://github.com/microsoft/terraform-provider-fabric/issues/258) Added missing example for `fabric_kql_database` resource/data-source. + +### 🪲 Fixed + +* [#256](https://github.com/microsoft/terraform-provider-fabric/issues/256) Missing preview note in list data-sources + ## v0.1.0-beta.9 - February 13, 2025 ### ✨ Added diff --git a/docs/guides/getting_started.md b/docs/guides/getting_started.md index 865fba84..38ddf73b 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.9" + version = "0.1.0-beta.10" } } } diff --git a/docs/index.md b/docs/index.md index 7fbe381f..8e0dbd1f 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.9" + version = "0.1.0-beta.10" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index 897d61ab..b1512582 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.9" + version = "0.1.0-beta.10" } } } diff --git a/templates/guides/getting_started.md.tmpl b/templates/guides/getting_started.md.tmpl index 865fba84..38ddf73b 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.9" + version = "0.1.0-beta.10" } } }