Skip to content

Releases: germanbrew/terraform-provider-hetznerdns

v3.4.7

04 Aug 17:19
5360206
Compare
Choose a tag to compare

What's Changed

📦 Dependencies

  • chore(deps): update module golang.org/x/tools to v0.35.0 by @renovate[bot] in #249
  • chore(deps): update module github.com/bombsimon/wsl/v5 to v5.1.1 by @renovate[bot] in #250

Full Changelog: v3.4.6...v3.4.7

v3.4.6

09 Jul 07:43
e65614e
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes and Security

  • fix: require resource recreation when the type attribute changes by @kimdre in #247

📦 Dependencies

  • chore(deps): update module github.com/bombsimon/wsl/v4 to v5 by @renovate in #241

📚 Miscellaneous

  • refactor: update and improve linter configuration by @kimdre in #242
  • fix: update OpenTofu link in README.md by @kimdre in #244

Full Changelog: v3.4.5...v3.4.6

v3.4.5

03 Jul 08:14
6ae0294
Compare
Choose a tag to compare

What's Changed

📦 Dependencies

  • fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.2.0 by @renovate in #237
  • fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.2.1 by @renovate in #238
  • fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.22.0 by @renovate in #239

📚 Miscellaneous

  • chore: update Go to 1.24.4 and migrate tools by @kimdre in #240

Full Changelog: v3.4.4...v3.4.5

v3.4.4

15 Jun 19:31
502310e
Compare
Choose a tag to compare

What's Changed

📦 Dependencies

  • fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.15.0 by @renovate in #228
  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.37.0 by @renovate in #230
  • fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.13.0 by @renovate in #231
  • fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.28.0 by @renovate in #232
  • fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.13.1 by @renovate in #233
  • chore(deps): update dependency go to v1.24.4 by @renovate in #234
  • fix(deps): update module golang.org/x/net to v0.41.0 by @renovate in #235
  • fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.13.2 by @renovate in #236

Full Changelog: v3.4.3...v3.4.4

v3.4.3

15 May 06:45
d31f886
Compare
Choose a tag to compare

What's Changed

📦 Dependencies

  • fix(deps): update module github.com/golangci/golangci-lint to v2 by @renovate in #211
  • fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.3 by @renovate in #218
  • fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.5 by @renovate in #219
  • chore(deps): update golangci/golangci-lint-action action to v7.0.1 by @renovate in #221
  • fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.6 by @renovate in #222
  • chore(deps): update dependency go to v1.24.3 by @renovate in #225
  • chore(deps): update golangci/golangci-lint-action action to v8 by @renovate in #224
  • fix(deps): update module golang.org/x/net to v0.40.0 by @renovate in #223
  • chore(deps): update actions/setup-go action to v5.5.0 by @renovate in #226
  • fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.18.0 by @renovate in #227

📚 Miscellaneous

Full Changelog: v3.4.2...v3.4.3

v3.4.2

20 Apr 17:54
f672cbb
Compare
Choose a tag to compare

What's Changed

📦 Dependencies

  • fix(deps): update module github.com/golangci/golangci-lint to v2 by @renovate in #210
  • chore(deps): update golangci/golangci-lint-action action to v7 by @renovate in #209
  • fix(deps): update module golang.org/x/net to v0.38.0 by @renovate in #212
  • chore(deps): update crazy-max/ghaction-import-gpg action to v6.3.0 by @renovate in #213
  • chore(deps): update goreleaser/goreleaser-action action to v6.3.0 by @renovate in #214
  • chore(deps): update dependency go to v1.24.2 by @renovate in #215
  • fix(deps): update module golang.org/x/net to v0.39.0 by @renovate in #216

Full Changelog: v3.4.1...v3.4.2

v3.4.0

21 Feb 12:41
a4e7492
Compare
Choose a tag to compare

What's Changed

✨ Features

  • feat: add ip address validation for A and AAAA records by @kimdre in #194

🐛 Bug Fixes and Security

  • fix: set correct name for TXT formatter environment variable by @kimdre in #195

📦 Dependencies

  • chore(deps): update golangci/golangci-lint-action action to v6.4.1 by @renovate in #188
  • chore(deps): update golangci/golangci-lint-action action to v6.5.0 by @renovate in #189
  • fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.14.0 by @renovate in #192
  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.36.1 by @renovate in #191

📚 Miscellaneous

  • ci: remove test for terraform 1.8 by @kimdre in #193
  • ci: update deprecated archive format syntax in goreleaser configuration by @kimdre in #196

Full Changelog: v3.3.4...v3.4.0

v3.4.0-rc.1

21 Feb 12:28
15cd21c
Compare
Choose a tag to compare
v3.4.0-rc.1 Pre-release
Pre-release

What's Changed

✨ Features

  • feat: add ip address validation for A and AAAA records by @kimdre in #194

🐛 Bug Fixes and Security

  • fix: set correct name for TXT formatter environment variable by @kimdre in #195

📦 Dependencies

  • chore(deps): update golangci/golangci-lint-action action to v6.4.1 by @renovate in #188
  • chore(deps): update golangci/golangci-lint-action action to v6.5.0 by @renovate in #189
  • fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.14.0 by @renovate in #192
  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.36.1 by @renovate in #191

📚 Miscellaneous

Full Changelog: v3.3.4...v3.4.0-rc.1

v3.3.4

15 Feb 22:02
0d3b915
Compare
Choose a tag to compare

What's Changed

📦 Dependencies

  • fix(deps): update module github.com/hashicorp/terraform-plugin-framework-validators to v0.16.0 by @renovate in #164
  • fix(deps): update module golang.org/x/net to v0.33.0 [security] by @renovate in #165
  • fix(deps): update module golang.org/x/net to v0.34.0 by @renovate in #167
  • fix(deps): update module github.com/golangci/golangci-lint to v1.63.4 by @renovate in #166
  • chore(deps): update dependency go to v1.23.5 by @renovate in #169
  • fix(deps): update module github.com/hashicorp/terraform-plugin-framework-timeouts to v0.5.0 by @renovate in #168
  • chore(deps): update golangci/golangci-lint-action action to v6.2.0 by @renovate in #171
  • chore(deps): update actions/setup-go action to v5.3.0 by @renovate in #173
  • fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.26.0 by @renovate in #174
  • chore(deps): update dependency go to v1.23.6 by @renovate in #175
  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.36.0 by @renovate in #177
  • chore(deps): update golangci/golangci-lint-action action to v6.3.0 by @renovate in #176
  • chore(deps): update golangci/golangci-lint-action action to v6.3.1 by @renovate in #179
  • chore(deps): update golangci/golangci-lint-action action to v6.3.2 by @renovate in #180
  • fix(deps): update module golang.org/x/net to v0.35.0 by @renovate in #184
  • fix(deps): update module github.com/golangci/golangci-lint to v1.64.2 by @renovate in #183
  • chore(deps): update goreleaser/goreleaser-action action to v6.2.1 by @renovate in #182
  • fix(deps): update module github.com/golangci/golangci-lint to v1.64.4 by @renovate in #185
  • fix(deps): update module github.com/golangci/golangci-lint to v1.64.5 by @renovate in #186
  • chore(deps): update golangci/golangci-lint-action action to v6.4.0 by @renovate in #187

📚 Miscellaneous

Full Changelog: v3.3.3...v3.3.4

v3.3.3

12 Dec 08:36
1d60e73
Compare
Choose a tag to compare

What's Changed

📦 Dependencies

  • chore(deps): update actions/setup-go action to v5.2.0 by @renovate in #162
  • chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot in #163

📚 Miscellaneous

  • docs: add redirect to terraform debug example in investigating-rate-limits.md by @ThomasLandauer in #161

Full Changelog: v3.3.2...v3.3.3