diff --git a/.changes/unreleased/added-20241011-163624.yaml b/.changes/unreleased/added-20241011-163624.yaml deleted file mode 100644 index 496f8789..00000000 --- a/.changes/unreleased/added-20241011-163624.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: added -body: 'New read-only properties in the `fabric_workspace` Resource/Data-Source: `capacity_region`, `onelake_endpoints`' -time: 2024-10-11T16:36:24.8279227+02:00 -custom: - Issue: "46" diff --git a/.changes/unreleased/changed-20241003-184918.yaml b/.changes/unreleased/changed-20241003-184918.yaml deleted file mode 100644 index 637cdcef..00000000 --- a/.changes/unreleased/changed-20241003-184918.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: changed -body: Moved from az rest to fabric az-cli extension in the bash examples -time: 2024-10-03T18:49:18.4972577-07:00 -custom: - Issue: "32" diff --git a/.changes/unreleased/changed-20241011-163751.yaml b/.changes/unreleased/changed-20241011-163751.yaml deleted file mode 100644 index de820825..00000000 --- a/.changes/unreleased/changed-20241011-163751.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: changed -body: Updated docs for possible values for `state` and `region` in the `fabric_capacity` Data-Source. -time: 2024-10-11T16:37:51.3606012+02:00 -custom: - Issue: "46" diff --git a/.changes/unreleased/fixed-20241003-000007.yaml b/.changes/unreleased/fixed-20241003-000007.yaml deleted file mode 100644 index c5917d14..00000000 --- a/.changes/unreleased/fixed-20241003-000007.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: fixed -body: Add intermediary state checkpoints for `fabric_workspace` Resource -time: 2024-10-03T00:00:07.8739957-07:00 -custom: - Issue: "29" diff --git a/.changes/unreleased/fixed-20241011-205500.yaml b/.changes/unreleased/fixed-20241011-205500.yaml deleted file mode 100644 index 60fe4701..00000000 --- a/.changes/unreleased/fixed-20241011-205500.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: fixed -body: '`fabric_lakehouse` Resource creation failed when `configuration.enable_schemas` has been set to `false`' -time: 2024-10-11T20:55:00.0241833+02:00 -custom: - Issue: "47" diff --git a/.changes/v0.1.0-beta.5.md b/.changes/v0.1.0-beta.5.md new file mode 100644 index 00000000..6929ac39 --- /dev/null +++ b/.changes/v0.1.0-beta.5.md @@ -0,0 +1,15 @@ +## v0.1.0-beta.5 - November 13, 2024 + +### ✨ Added + +* [#46](https://github.com/microsoft/terraform-provider-fabric/issues/46) New read-only properties in the `fabric_workspace` Resource/Data-Source: `capacity_region`, `onelake_endpoints` + +### 💫 Changed + +* [#32](https://github.com/microsoft/terraform-provider-fabric/issues/32) Moved from az rest to fabric az-cli extension in the bash examples +* [#46](https://github.com/microsoft/terraform-provider-fabric/issues/46) Updated docs for possible values for `state` and `region` in the `fabric_capacity` Data-Source. + +### 🪲 Fixed + +* [#29](https://github.com/microsoft/terraform-provider-fabric/issues/29) Add intermediary state checkpoints for `fabric_workspace` Resource +* [#47](https://github.com/microsoft/terraform-provider-fabric/issues/47) `fabric_lakehouse` Resource creation failed when `configuration.enable_schemas` has been set to `false` diff --git a/.semver.yaml b/.semver.yaml index 88ba2795..72fd4394 100644 --- a/.semver.yaml +++ b/.semver.yaml @@ -1,4 +1,4 @@ alpha: 0 -beta: 4 +beta: 5 rc: 0 release: v0.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e6597976..1c236766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ 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.5 - November 13, 2024 + +### ✨ Added + +* [#46](https://github.com/microsoft/terraform-provider-fabric/issues/46) New read-only properties in the `fabric_workspace` Resource/Data-Source: `capacity_region`, `onelake_endpoints` + +### 💫 Changed + +* [#32](https://github.com/microsoft/terraform-provider-fabric/issues/32) Moved from az rest to fabric az-cli extension in the bash examples +* [#46](https://github.com/microsoft/terraform-provider-fabric/issues/46) Updated docs for possible values for `state` and `region` in the `fabric_capacity` Data-Source. + +### 🪲 Fixed + +* [#29](https://github.com/microsoft/terraform-provider-fabric/issues/29) Add intermediary state checkpoints for `fabric_workspace` Resource +* [#47](https://github.com/microsoft/terraform-provider-fabric/issues/47) `fabric_lakehouse` Resource creation failed when `configuration.enable_schemas` has been set to `false` + ## v0.1.0-beta.4 - October 02, 2024 ### ✨ Added diff --git a/docs/guides/getting_started.md b/docs/guides/getting_started.md index 8b6b8336..809a981d 100644 --- a/docs/guides/getting_started.md +++ b/docs/guides/getting_started.md @@ -44,7 +44,7 @@ terraform { required_providers { fabric = { source = "microsoft/fabric" - version = "0.1.0-beta.4" + version = "0.1.0-beta.5" } } } diff --git a/docs/index.md b/docs/index.md index 603349db..e97e4d37 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.4" + version = "0.1.0-beta.5" } } } diff --git a/examples/provider/provider.tf b/examples/provider/provider.tf index e7235c8b..abb3f14a 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.4" + version = "0.1.0-beta.5" } } }