Skip to content

Releases: timohirt/terraform-provider-hetznerdns

v1.0.3

16 Jun 20:16
Compare
Choose a tag to compare

Changelog

b3f77d6 Close response body
e3813f7 Handle HTTP 422 Unprocessable Entity API responses
970d7f8 Update README
d2cd60c refactor test zone create

fixes: #4

v1.0.2

15 Jun 20:00
Compare
Choose a tag to compare

Changelog

91cb2bb Move create http.Client to separate function
c2a4b2e feat: Handle unauthorized error from API
b3353c3 fix: only set request body if request has payload
cccc427 use RoundTripper to fake http.Client

fixes: #3

v1.0.1

04 Jun 21:38
Compare
Choose a tag to compare

This release includes only configuration and documentation changers.

Changelog

fce28a5 Adapt binary names to match Terraform convention
ec28301 Add build badge
b97f0ba Add how to install and run
375f00f Add shields
fce8dc8 Don't build a darwin 386 binary
6919761 Fix link to blog article
861d6e8 Move install instructions to separate file
b954050 Refactor CI build process
5b18e34 fix goreleaser config

v1.0.0

25 May 21:32
85ef871
Compare
Choose a tag to compare

Changelog

10cd7c2 Add Create,Read and Delete record
7ad4ac5 Add get and create DNS record
52eabc1 Add update DNS record
deb68bb Add zone resource and data
98ffdc7 Refactor: Align removal of resources which don't exist anymore
1bb7409 Return nil if resource not found by id
85ef871 Setup GitHub actions build
3f09187 add LICENSE
dc9e8b8 add missing log statement
096dc5f make zone resource importable