Skip to content

Commit 7370eec

Browse files
authored
chore(release): v1.9.1 (#914)
## v1.9.1 - April 09, 2026 ### 🪲 Fixed * [#910](#910) Fixed an issue where v1.9.0 could fail to install with OpenTofu due to a checksum mismatch; OpenTofu users should upgrade to v1.9.1 or later.
1 parent 1b56489 commit 7370eec

File tree

7 files changed

+22
-6
lines changed

7 files changed

+22
-6
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
kind: fixed
2+
body: Fixed an issue where v1.9.0 could fail to install with OpenTofu due to a checksum mismatch; OpenTofu users should upgrade to v1.9.1 or later.
3+
time: 2026-04-09T09:24:53.415984639Z
4+
custom:
5+
Issue: "910"

.changes/v1.9.1.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## v1.9.1 - April 09, 2026
2+
3+
### 🪲 Fixed
4+
5+
* [#910](https://github.com/microsoft/terraform-provider-fabric/issues/910) Fixed an OpenTofu installation issue caused by a checksum mismatch in provider version `v1.9.0``. Use`v1.9.1`` or later.

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
77
and is generated by [Changie](https://github.com/miniscruff/changie).
88

9+
## v1.9.1 - April 09, 2026
10+
11+
### 🪲 Fixed
12+
13+
* [#910](https://github.com/microsoft/terraform-provider-fabric/issues/910) Fixed an issue where v1.9.0 could fail to install with OpenTofu due to a checksum mismatch; OpenTofu users should upgrade to v1.9.1 or later.
14+
915
## v1.9.0 - March 31, 2026
1016

1117
### ✨ Added
1218

13-
* [#678](https://github.com/microsoft/terraform-provider-fabric/issues/678) Added new `fabric_tag` Data Source
14-
* [#679](https://github.com/microsoft/terraform-provider-fabric/issues/679) Added new `fabric_tag` Resource
19+
* [#678](https://github.com/microsoft/terraform-provider-fabric/issues/678) Added new `fabric_tag` data Source
20+
* [#679](https://github.com/microsoft/terraform-provider-fabric/issues/679) Added new `fabric_tag` resource
1521
* [#843](https://github.com/microsoft/terraform-provider-fabric/issues/843) Added `fabric_workspace_outbound_cloud_connection_rules` data source
1622
* [#844](https://github.com/microsoft/terraform-provider-fabric/issues/844) Added `fabric_workspace_outbound_cloud_connection_rules` resource
1723
* [#841](https://github.com/microsoft/terraform-provider-fabric/issues/841) Added `fabric_workspace_git_outbound_policy` data source

docs/guides/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This section provides a sample configuration that you can experiment with to pro
4646
required_providers {
4747
fabric = {
4848
source = "microsoft/fabric"
49-
version = "1.9.0"
49+
version = "1.9.1"
5050
}
5151
}
5252
}

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ terraform {
2323
required_providers {
2424
fabric = {
2525
source = "microsoft/fabric"
26-
version = "1.9.0"
26+
version = "1.9.1"
2727
}
2828
}
2929
}

examples/provider/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
fabric = {
66
source = "microsoft/fabric"
7-
version = "1.9.0"
7+
version = "1.9.1"
88
}
99
}
1010
}

templates/guides/getting_started.md.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This section provides a sample configuration that you can experiment with to pro
4646
required_providers {
4747
fabric = {
4848
source = "microsoft/fabric"
49-
version = "1.9.0"
49+
version = "1.9.1"
5050
}
5151
}
5252
}

0 commit comments

Comments
 (0)