Skip to content

Commit

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

### ✨ Added

*
[#22](#22)
Additional binaries to the build artifacts
* os: freebsd
* arch: 386

*
[#24](#24)
Guide about Fabric Capacity configuration for Fabric Provider

### 💫 Changed

*
[#24](#24)
Enhanced authentication guides
  • Loading branch information
DariuszPorowski authored Oct 2, 2024
1 parent 8d29b82 commit f0ed87d
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 22 deletions.
8 changes: 0 additions & 8 deletions .changes/unreleased/added-20240930-235244.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/added-20241001-174434.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/changed-20241001-174518.yaml

This file was deleted.

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

### ✨ Added

* [#22](https://github.com/microsoft/terraform-provider-fabric/issues/22) Additional binaries to the build artifacts
* os: freebsd
* arch: 386

* [#24](https://github.com/microsoft/terraform-provider-fabric/issues/24) Guide about Fabric Capacity configuration for Fabric Provider

### 💫 Changed

* [#24](https://github.com/microsoft/terraform-provider-fabric/issues/24) Enhanced authentication guides
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: 3
beta: 4
rc: 0
release: v0.1.0
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ 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.4 - October 02, 2024

### ✨ Added

* [#22](https://github.com/microsoft/terraform-provider-fabric/issues/22) Additional binaries to the build artifacts
* os: freebsd
* arch: 386

* [#24](https://github.com/microsoft/terraform-provider-fabric/issues/24) Guide about Fabric Capacity configuration for Fabric Provider

### 💫 Changed

* [#24](https://github.com/microsoft/terraform-provider-fabric/issues/24) Enhanced authentication guides

## v0.1.0-beta.3 - September 26, 2024

### 💫 Changed
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.3"
version = "0.1.0-beta.4"
}
}
}
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.3"
version = "0.1.0-beta.4"
}
}
}
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.3"
version = "0.1.0-beta.4"
}
}
}
Expand Down

0 comments on commit f0ed87d

Please sign in to comment.