Skip to content

Commit

Permalink
feat(release): v0.1.0-beta.6 (#116)
Browse files Browse the repository at this point in the history
## v0.1.0-beta.6 - December 02, 2024

### 🪲 Fixed

*
[#93](#93)
Create Identity with Fabric workspace failed due to inconsistent result
after apply
*
[#102](#102)
Remove the package name from the flags used to set main.version during
the release process
*
[#96](#96)
Deprovision Workspace Identity during destroy Workspace operation
*
[#108](#108)
Removed info about GitHub support in the docs, which one is not yet
supported in provider.
  • Loading branch information
DariuszPorowski authored Dec 2, 2024
1 parent 94f682b commit 33e9001
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20241119-215139.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20241121-214245.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20241122-130758.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20241125-090146.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .changes/v0.1.0-beta.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v0.1.0-beta.6 - December 02, 2024

### 🪲 Fixed

* [#93](https://github.com/microsoft/terraform-provider-fabric/issues/93) Create Identity with Fabric workspace failed due to inconsistent result after apply
* [#102](https://github.com/microsoft/terraform-provider-fabric/issues/102) Remove the package name from the flags used to set main.version during the release process
* [#96](https://github.com/microsoft/terraform-provider-fabric/issues/96) Deprovision Workspace Identity during destroy Workspace operation
* [#108](https://github.com/microsoft/terraform-provider-fabric/issues/108) Removed info about GitHub support in the docs, which one is not yet supported in provider.
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: 5
beta: 6
rc: 0
release: v0.1.0
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ 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.6 - December 02, 2024

### 🪲 Fixed

* [#93](https://github.com/microsoft/terraform-provider-fabric/issues/93) Create Identity with Fabric workspace failed due to inconsistent result after apply
* [#102](https://github.com/microsoft/terraform-provider-fabric/issues/102) Remove the package name from the flags used to set main.version during the release process
* [#96](https://github.com/microsoft/terraform-provider-fabric/issues/96) Deprovision Workspace Identity during destroy Workspace operation
* [#108](https://github.com/microsoft/terraform-provider-fabric/issues/108) Removed info about GitHub support in the docs, which one is not yet supported in provider.

## v0.1.0-beta.5 - November 13, 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.5"
version = "0.1.0-beta.6"
}
}
}
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.5"
version = "0.1.0-beta.6"
}
}
}
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.5"
version = "0.1.0-beta.6"
}
}
}
Expand Down

0 comments on commit 33e9001

Please sign in to comment.