Skip to content

Commit

Permalink
Prep v0.11.0 release (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
martezr authored Sep 10, 2024
1 parent 4d1f89a commit eb04151
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## UNRELEASED

## 0.11.0 (September 10, 2024)

NOTES:

* Added support for the new API persona to the `morpheus_permission_set` data source. [264](https://github.com/gomorpheus/terraform-provider-morpheus/issues/264)
Expand Down
8 changes: 4 additions & 4 deletions docs/guides/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
required_providers {
morpheus = {
source = "gomorpheus/morpheus"
version = "0.10.0"
version = "0.11.0"
}
}
}
Expand Down Expand Up @@ -59,9 +59,9 @@ $ terraform init
Initializing the backend...
Initializing provider plugins...
- Finding morpheusdata.com/gomorpheus/morpheus versions matching "0.10.0"...
- Installing morpheusdata.com/gomorpheus/morpheus v0.10.0...
- Installed morpheusdata.com/gomorpheus/morpheus v0.10.0 (unauthenticated)
- Finding morpheusdata.com/gomorpheus/morpheus versions matching "0.11.0"...
- Installing morpheusdata.com/gomorpheus/morpheus v0.11.0...
- Installed morpheusdata.com/gomorpheus/morpheus v0.11.0 (unauthenticated)
Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
Expand Down
2 changes: 1 addition & 1 deletion examples/guides/getting_started/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
morpheus = {
source = "gomorpheus/morpheus"
version = "0.10.0"
version = "0.11.0"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions templates/guides/getting_started.md.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ $ terraform init
Initializing the backend...

Initializing provider plugins...
- Finding morpheusdata.com/gomorpheus/morpheus versions matching "0.10.0"...
- Installing morpheusdata.com/gomorpheus/morpheus v0.10.0...
- Installed morpheusdata.com/gomorpheus/morpheus v0.10.0 (unauthenticated)
- Finding morpheusdata.com/gomorpheus/morpheus versions matching "0.11.0"...
- Installing morpheusdata.com/gomorpheus/morpheus v0.11.0...
- Installed morpheusdata.com/gomorpheus/morpheus v0.11.0 (unauthenticated)

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
Expand Down

0 comments on commit eb04151

Please sign in to comment.