Skip to content

Commit

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

### ✨ Added

*
[#157](#157)
Added extended properties to `fabric_spark_job_definition` Data Source.
*
[#158](#158)
Added extended properties to `fabric_spark_job_definition` Resource.

### 💫 Changed

*
[#126](#126)
Enhance error handling by improving the diagnostic message - add
additional error details, error codes and request ID.
*
[#148](#148)
Enabled SPN support for Eventstream
  • Loading branch information
DariuszPorowski authored Dec 20, 2024
1 parent 7aa509c commit 1275ee7
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changes/unreleased/added-20241219-121511.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/changed-20241207-122252.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/changed-20241211-011622.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/changed-20241213-122004.yaml

This file was deleted.

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

### ✨ Added

* [#157](https://github.com/microsoft/terraform-provider-fabric/issues/157) Added extended properties to `fabric_spark_job_definition` Data Source.
* [#158](https://github.com/microsoft/terraform-provider-fabric/issues/158) Added extended properties to `fabric_spark_job_definition` Resource.

### 💫 Changed

* [#126](https://github.com/microsoft/terraform-provider-fabric/issues/126) Enhance error handling by improving the diagnostic message - add additional error details, error codes and request ID.
* [#148](https://github.com/microsoft/terraform-provider-fabric/issues/148) Enabled SPN support for Eventstream
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: 6
beta: 7
rc: 0
release: v0.1.0
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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.7 - December 19, 2024

### ✨ Added

* [#157](https://github.com/microsoft/terraform-provider-fabric/issues/157) Added extended properties to `fabric_spark_job_definition` Data Source.
* [#158](https://github.com/microsoft/terraform-provider-fabric/issues/158) Added extended properties to `fabric_spark_job_definition` Resource.

### 💫 Changed

* [#126](https://github.com/microsoft/terraform-provider-fabric/issues/126) Enhance error handling by improving the diagnostic message - add additional error details, error codes and request ID.
* [#148](https://github.com/microsoft/terraform-provider-fabric/issues/148) Enabled SPN support for Eventstream

## v0.1.0-beta.6 - December 02, 2024

### 🪲 Fixed
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.6"
version = "0.1.0-beta.7"
}
}
}
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.6"
version = "0.1.0-beta.7"
}
}
}
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.6"
version = "0.1.0-beta.7"
}
}
}
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.6"
version = "0.1.0-beta.7"
}
}
}
Expand Down

0 comments on commit 1275ee7

Please sign in to comment.