Skip to content

Commit

Permalink
release for v2.6.0 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddymko authored Nov 19, 2021
1 parent 5eadd20 commit f9dc576
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 2.6.0 (November 19, 2021)
Enhancement:
- resource/bare_metal: Add timeout options [175](https://github.com/vultr/terraform-provider-vultr/pull/175)

Bug Fix:
- datasource/account : Fix type mismatch for billing fields [174](https://github.com/vultr/terraform-provider-vultr/pull/174)
- resource/instance : Fix invalid error message change [178](https://github.com/vultr/terraform-provider-vultr/pull/178)
- resource/instance : Fix issue where changing hostname didn't trigger hostname change [180](https://github.com/vultr/terraform-provider-vultr/pull/180)

Documentation
- resource/snapshots : fix typo [167](https://github.com/vultr/terraform-provider-vultr/pull/167)
- resources/vultr_kubernetes : Add description that kubeconfigs are base64 encoded [169](https://github.com/vultr/terraform-provider-vultr/pull/169)

Dependency:
- updated govultr to v2.9.2 -> v2.10.0 [179](https://github.com/vultr/terraform-provider-vultr/pull/179)

## 2.5.0 (October 22, 2021)
Enhancement:
- resource/vultr_kubernetes: New resource that allows for deployment of VKE clusters [165](https://github.com/vultr/terraform-provider-vultr/pull/165)
Expand Down
2 changes: 1 addition & 1 deletion example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
vultr = {
source = "vultr/vultr"
version = "2.5.0"
version = "2.6.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
vultr = {
source = "vultr/vultr"
version = "2.5.0"
version = "2.6.0"
}
}
}
Expand Down

0 comments on commit f9dc576

Please sign in to comment.