Skip to content

Commit

Permalink
feat(release): v0.1.0-beta.10 (#278)
Browse files Browse the repository at this point in the history
## v0.1.0-beta.10 - February 28, 2025

### ✨ Added

*
[#256](#256)
Onboard new resource/data-source `fabric_activator` (also known as
reflex).
*
[#197](#197)
Onboard new resource/data-source `fabric_graphql_api`.
*
[#255](#255)
Onboard new resource/data-source `fabric_sql_database`.

### 💫 Changed

*
[#258](#258)
Added missing example for `fabric_ml_model` resource.
*
[#258](#258)
Added missing example for `fabric_kql_database` resource/data-source.

### 🪲 Fixed

*
[#256](#256)
Missing preview note in list data-sources
  • Loading branch information
DariuszPorowski authored Feb 28, 2025
1 parent 16fcf4d commit a16d3a2
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/added-20250214-122903.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/added-20250214-161520.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/added-20250228-092631.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/changed-20250214-162024.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/changed-20250214-162108.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/fixed-20250214-123021.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .changes/v0.1.0-beta.10.md
Original file line number Diff line number Diff line change
@@ -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
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: 9
beta: 10
rc: 0
release: v0.1.0
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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"
}
}
}
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.9"
version = "0.1.0-beta.10"
}
}
}
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.9"
version = "0.1.0-beta.10"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion templates/guides/getting_started.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down

0 comments on commit a16d3a2

Please sign in to comment.