Skip to content

Commit e300edf

Browse files
authored
Release v2.21.0 #minor
1 parent 78dbb4e commit e300edf

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
# Changelog
2+
## [v2.21.0](https://github.com/vultr/terraform-provider-vultr/compare/v2.20.1...v2.21.0) (2024-06-10)
3+
### Enhancements
4+
* resource/container_registry: add resource support [PR 445](https://github.com/vultr/terraform-provider-vultr/pull/445)
5+
* resource/container_registry: add registry name validation [PR 493](https://github.com/vultr/terraform-provider-vultr/pull/493)
6+
* data_source/container_registry: add data source support [PR 493](https://github.com/vultr/terraform-provider-vultr/pull/493)
7+
* resource/user: change ACL schema to set to state drift [PR 495](https://github.com/vultr/terraform-provider-vultr/pull/495)
8+
* resource/inference: add resource [PR 501](https://github.com/vultr/terraform-provider-vultr/pull/501)
9+
* data_source/inference: add data source [PR 501](https://github.com/vultr/terraform-provider-vultr/pull/501)
10+
11+
### Deprecations
12+
* resource/private_network: removed from provider [PR 496](https://github.com/vultr/terraform-provider-vultr/pull/496)
13+
* data_source/private_network: removed from provider [PR 496](https://github.com/vultr/terraform-provider-vultr/pull/496)
14+
15+
### Dependencies
16+
* Bump golang.org/x/oauth2 from 0.20.0 to 0.21.0 [PR 497](https://github.com/vultr/terraform-provider-vultr/pull/497)
17+
* Update govultr from v2.7.0 to v2.8.1 [PR 500](https://github.com/vultr/terraform-provider-vultr/pull/500)
18+
19+
### Automation
20+
* Lint fixes; add an updated lint configuration [PR 498](https://github.com/vultr/terraform-provider-vultr/pull/498)
21+
22+
### New Contributors
23+
* @im6h made their first contribution in [PR 445](https://github.com/vultr/terraform-provider-vultr/pull/445)
24+
* @F21 made their first contribution in [PR 495](https://github.com/vultr/terraform-provider-vultr/pull/495)
25+
226
## [v2.20.1](https://github.com/vultr/terraform-provider-vultr/compare/v2.20.0...v2.20.1) (2024-05-29)
327
### Automation
428
* Update GPG import github action [PR 491](https://github.com/vultr/terraform-provider-vultr/pull/491)

example/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
vultr = {
44
source = "vultr/vultr"
5-
version = "2.20.1"
5+
version = "2.21.0"
66
}
77
}
88
}

website/docs/index.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ terraform {
1919
required_providers {
2020
vultr = {
2121
source = "vultr/vultr"
22-
version = "2.20.1"
22+
version = "2.21.0"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)