Skip to content

Commit d92f8fb

Browse files
authored
Initial technical review (#43)
* Remove CHANGELOG title from CHANGELOG.md * Document endpoint argument * Log action wait beginn and end, Delete from state when object was not found * Change licence from MIT to MPL2 * Update hcloud-go to v1.6.0 and terraform to v0.11.7 * Updated changelog
1 parent df61a47 commit d92f8fb

File tree

1,833 files changed

+280102
-81958
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,833 files changed

+280102
-81958
lines changed

CHANGELOG.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
Changelog
2-
=========
1+
## v1.2.0 (Unreleased)
32

4-
v1.2.0 (Unreleased)
5-
------
3+
NOTES:
64

5+
* Switched from MIT licence to MPL2
6+
* removed `reverse_dns` property of `hcloud_floating_ip`, because it was not useable, see https://github.com/hetznercloud/terraform-provider-hcloud/issues/32
77
* improved test coverage
8+
* updated terraform to `v0.11.7`
9+
* updated hcloud-go to `v1.6.0`
10+
* added log when waiting for an action to complete
11+
12+
BUG FIXES:
13+
14+
* delete records from state that are invalid or are not found by the server
815
* resource update methods return the result of the read method
9-
* removed `reverse_dns` property of `hcloud_floating_ip`, because it was not useable, see https://github.com/hetznercloud/terraform-provider-hcloud/issues/32
1016

11-
v1.1.0 (March 2, 2018)
12-
------
17+
## v1.1.0 (March 2, 2018)
1318

1419
* Save hashsum of `user_data`, existing state is migrated
1520
* update hcloud-go to v1.4.0
1621
* update terraform from v0.11.2 to v0.11.3
1722

18-
v1.0.0 (January 30, 2018)
19-
------
23+
## v1.0.0 (January 30, 2018)
24+
2025
* Initial release

Gopkg.lock

+55-38
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[constraint]]
22
name = "github.com/hashicorp/terraform"
3-
version = "0.11.3"
3+
version = "0.11.7"
44

55
[[constraint]]
66
name = "github.com/hetznercloud/hcloud-go"
7-
version = "v1.4.0"
7+
version = "v1.6.0"

0 commit comments

Comments
 (0)