Skip to content

Commit

Permalink
feat(release): v0.1.0-beta.5 (#87)
Browse files Browse the repository at this point in the history
## v0.1.0-beta.5 - November 13, 2024

### ✨ Added

*
[#46](#46)
New read-only properties in the `fabric_workspace` Resource/Data-Source:
`capacity_region`, `onelake_endpoints`

### 💫 Changed

*
[#32](#32)
Moved from az rest to fabric az-cli extension in the bash examples
*
[#46](#46)
Updated docs for possible values for `state` and `region` in the
`fabric_capacity` Data-Source.

### 🪲 Fixed

*
[#29](#29)
Add intermediary state checkpoints for `fabric_workspace` Resource
*
[#47](#47)
`fabric_lakehouse` Resource creation failed when
`configuration.enable_schemas` has been set to `false`
  • Loading branch information
DariuszPorowski authored Nov 13, 2024
1 parent bb1467c commit bb1d418
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/added-20241011-163624.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/changed-20241003-184918.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/changed-20241011-163751.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20241003-000007.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20241011-205500.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions .changes/v0.1.0-beta.5.md
Original file line number Diff line number Diff line change
@@ -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`
2 changes: 1 addition & 1 deletion .semver.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
alpha: 0
beta: 4
beta: 5
rc: 0
release: v0.1.0
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ terraform {
required_providers {
fabric = {
source = "microsoft/fabric"
version = "0.1.0-beta.4"
version = "0.1.0-beta.5"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
required_providers {
fabric = {
source = "microsoft/fabric"
version = "0.1.0-beta.4"
version = "0.1.0-beta.5"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/provider/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
fabric = {
source = "microsoft/fabric"
version = "0.1.0-beta.4"
version = "0.1.0-beta.5"
}
}
}
Expand Down

0 comments on commit bb1d418

Please sign in to comment.