Skip to content

Commit f70bfe7

Browse files
authored
Merge pull request #123 from yanndegat/master
Update CHANGELOG/README
2 parents fd6d388 + 73bddb1 commit f70bfe7

File tree

2 files changed

+46
-24
lines changed

2 files changed

+46
-24
lines changed

Diff for: CHANGELOG.md

+44-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,47 @@
1-
## 0.6.0 (Unreleased)
1+
## 0.7.0 (Unreleased)
2+
3+
## 0.6.0 (?)
4+
5+
FEATURES:
6+
7+
* __New Datasource:__ `ovh_dedicated_server` ([#100](https://github.com/terraform-providers/terraform-provider-ovh/pull/100))
8+
* __New Datasource:__ `ovh_dedicated_servers` ([#100](https://github.com/terraform-providers/terraform-provider-ovh/pull/100))
9+
* __New Datasource:__ `ovh_dedicated_server_boots` ([#105](https://github.com/terraform-providers/terraform-provider-ovh/pull/105))
10+
* __New Datasource:__ `ovh_dedicated_server_boots` ([#105](https://github.com/terraform-providers/terraform-provider-ovh/pull/105))
11+
* __New Datasource:__ `ovh_dedicated_server_installation_templates` ([#101](https://github.com/terraform-providers/terraform-provider-ovh/pull/101))
12+
* __New Datasource:__ `ovh_me_installation_template` ([#103](https://github.com/terraform-providers/terraform-provider-ovh/pull/103))
13+
* __New Datasource:__ `ovh_me_installation_templates` ([#103](https://github.com/terraform-providers/terraform-provider-ovh/pull/103))
14+
* __New Datasource:__ `ovh_me_ssh_key` ([#93](https://github.com/terraform-providers/terraform-provider-ovh/pull/93))
15+
* __New Datasource:__ `ovh_me_ssh_keys` ([#93](https://github.com/terraform-providers/terraform-provider-ovh/pull/93))
16+
* __New Datasource:__ `ovh_vracks` ([#114](https://github.com/terraform-providers/terraform-provider-ovh/pull/114))
17+
* __New Resource:__ `ovh_dedicated_server_install_task` ([#117](https://github.com/terraform-providers/terraform-provider-ovh/pull/117))
18+
* __New Resource:__ `ovh_dedicated_server_reboot_task` ([#116](https://github.com/terraform-providers/terraform-provider-ovh/pull/116))
19+
* __New Resource:__ `ovh_dedicated_server_update` ([#116](https://github.com/terraform-providers/terraform-provider-ovh/pull/116))
20+
* __New Resource:__ `ovh_me_installation_template` ([#103](https://github.com/terraform-providers/terraform-provider-ovh/pull/103))
21+
* __New Resource:__ `ovh_me_installation_template_partition_scheme` ([#103](https://github.com/terraform-providers/terraform-provider-ovh/pull/103))
22+
* __New Resource:__ `ovh_me_installation_template_partition_scheme_partition` ([#103](https://github.com/terraform-providers/terraform-provider-ovh/pull/103))
23+
* __New Resource:__ `ovh_me_installation_template_partition_scheme_hardware_raid` ([#103](https://github.com/terraform-providers/terraform-provider-ovh/pull/103))
24+
* __New Resource:__ `ovh_me_ssh_key` ([#93](https://github.com/terraform-providers/terraform-provider-ovh/pull/93))
25+
* __New Resource:__ `ovh_vrack_dedicated_server` ([#115](https://github.com/terraform-providers/terraform-provider-ovh/pull/115))
26+
* __New Resource:__ `ovh_vrack_dedicated_server_interface` ([#115](https://github.com/terraform-providers/terraform-provider-ovh/pull/115))
27+
28+
IMPROVEMENTS:
29+
30+
* provider: bump to go 1.13 ([#104](https://github.com/terraform-providers/terraform-provider-ovh/pull/104),[#118](https://github.com/terraform-providers/terraform-provider-ovh/pull/118))
31+
* provider: migrate to terraform-plugin-sdk ([#98](https://github.com/terraform-providers/terraform-provider-ovh/pull/98))
32+
* provider: skip testacc if required env vars are missing ([#106](https://github.com/terraform-providers/terraform-provider-ovh/pull/106))
33+
* d/cloud_regions: add "has_services_up" filter ([#112](https://github.com/terraform-providers/terraform-provider-ovh/pull/112))
34+
* r/ip_reverse: add sweeper (([#99](https://github.com/terraform-providers/terraform-provider-ovh/pull/99), [#102](https://github.com/terraform-providers/terraform-provider-ovh/pull/102))
35+
* acceptance tests: Add PreCheck for HTTP Loadbalancing ([#94](https://github.com/terraform-providers/terraform-provider-ovh/pull/94))
36+
37+
BUG FIXES:
38+
39+
* helpers: Fix nil pointer funcs which return wrong golang values in case of HCL nil values ([#120](https://github.com/terraform-providers/terraform-provider-ovh/pull/120))
40+
* r/cloud_network_private, r/cloud_network_private_subnet: fix acctest & rework ([#113](https://github.com/terraform-providers/terraform-provider-ovh/pull/113))
41+
* handle record id bigger than 32bits ([#109](https://github.com/terraform-providers/terraform-provider-ovh/pull/109))
42+
* docs: Correct variable escaping in ovh_iploadbalancing_http_route example ([#97](https://github.com/terraform-providers/terraform-provider-ovh/pull/97))
43+
* docs: Add "ovh_iploadbalancing_refresh" to the website sidebar ([#96](https://github.com/terraform-providers/terraform-provider-ovh/pull/96))
44+
245
## 0.5.0 (May 22, 2019)
346

447
NOTES:

Diff for: README.md

+2-23
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Terraform OVH Provider
1010
Requirements
1111
------------
1212

13-
- [Terraform](https://www.terraform.io/downloads.html) 0.10.x
14-
- [Go](https://golang.org/doc/install) 1.8 (to build the provider plugin)
13+
- [Terraform](https://www.terraform.io/downloads.html) 0.12.x
14+
- [Go](https://golang.org/doc/install) 1.13 (to build the provider plugin)
1515

1616
Building The Provider
1717
---------------------
@@ -78,27 +78,6 @@ export OVH_ENDPOINT="ovh-eu"
7878
export OVH_APPLICATION_KEY="..."
7979
export OVH_APPLICATION_SECRET="..."
8080
export OVH_CONSUMER_KEY="..."
81-
82-
# ovh public cloud project id
83-
export OVH_PUBLIC_CLOUD=...
84-
85-
# ovh vrack id
86-
export OVH_VRACK=...
87-
88-
# ovh zone name
89-
export OVH_ZONE=...
90-
91-
# ovh load balancer service id
92-
export OVH_IPLB_SERVICE=loadbalancer-...
93-
94-
# if you have a load balancer attached to your account
95-
# you can use its public ipv4 to use for testing the
96-
# ip reverse feature as follows.
97-
# otherwise, you shall order a public IP and register it within
98-
# your ovh managed zone.
99-
export OVH_IP_BLOCK=A.B.C.D/32
100-
export OVH_IP=A.B.C.D
101-
export OVH_IP_REVERSE=ipD.ip-A-B-C.eu.
10281
EOF
10382
$ source ~/.ovhrc
10483
```

0 commit comments

Comments
 (0)