Skip to content

Commit

Permalink
chore(cicd): prepare for v0.4.1 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndopj authored Jun 29, 2024
1 parent 7b870d0 commit b7a3025
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@


<a name="v0.4.1"></a>
## v0.4.1

> 2024-06-30
- Full diff - **[v0.4.0...v0.4.1](https://github.com/kiwicom/terraform-provider-montecarlo/compare/v0.4.0...v0.4.1)**

#### Terraform plugin dependencies updates
- update module github.com/hashicorp/terraform-plugin-testing to v1.8.0 ([#98](https://github.com/kiwicom/terraform-provider-montecarlo/issues/98))
- update module github.com/hashicorp/terraform-plugin-framework to v1.9.0 ([#96](https://github.com/kiwicom/terraform-provider-montecarlo/issues/96))
- update module github.com/hashicorp/terraform-plugin-go to v0.23.0 ([#87](https://github.com/kiwicom/terraform-provider-montecarlo/issues/87))

### :bug: Bug Fixes

* **domain:** 'tags' attribute invalid default value ([#103](https://github.com/kiwicom/terraform-provider-montecarlo/issues/103))
* **domain|test:** update - at least one 'assignment' or 'tag' must be always set ([#104](https://github.com/kiwicom/terraform-provider-montecarlo/issues/104))

### :sparkles: Features

* **authorization:** service account resource without permissions ([#97](https://github.com/kiwicom/terraform-provider-montecarlo/issues/97)) _(not yet documented or usable)_


<a name="v0.4.0"></a>
## v0.4.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ terraform {
required_providers {
monte_carlo = {
source = "kiwicom/montecarlo"
version = "~> 0.0.1"
version = "~> 0.4.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ terraform {
required_providers {
montecarlo = {
source = "kiwicom/montecarlo"
version = "~> 0.2.0"
version = "~> 0.4.0"
}
}
}
Expand Down

0 comments on commit b7a3025

Please sign in to comment.