Skip to content

Releases: SuperBuker/terraform-provider-dns-he-net

v0.0.8

01 Jan 22:02
4c762cc
Compare
Choose a tag to compare

Maintenance release - stable build stage

This release:

  • Updates Golang and build dependencies

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

07 Jan 00:57
f6d09e8
Compare
Choose a tag to compare

Bugfix release - release candidate stage

This release:

  • Fixes DDNSKey resource state
  • Updates Golang dependencies

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

04 Jan 12:15
d73507a
Compare
Choose a tag to compare

Maintenance release - release candidate stage

This release:

  • Updates Golang dependencies and improves CI/CD actions
  • Improves slightly the error handling

What's Changed:

Full Changelog: v0.0.5...v0.0.6

v0.0.5

24 Oct 23:03
c8b7a5c
Compare
Choose a tag to compare

Maintenance release - release candidate stage

This release:

  • Improves the error handling granularity
  • Applies cosmetic fixes in the xpath expressions
  • Transfers to a configuration file all the hardcoded parameters from tests
  • Makes test environment reproducible through Terraform manifests
  • Updates Golang dependencies and improves CI/CD actions

v0.0.4

26 Sep 20:17
d79f54e
Compare
Choose a tag to compare

Maintenance release - beta stage

This release:

  • Fixes authentication with user and password (without OTP)
  • Fixes a few security bugs
  • Removes hardcoded parameters from tests
  • Updates Golang dependencies and CI/CD actions

v0.0.3

26 Jun 21:00
ba6f4d6
Compare
Choose a tag to compare

Third release - beta stage

This release includes a couple of minor fixes:

  • Extended field validation
  • Minor doc improvements

Release alfa v0.0.2

15 Jun 22:30
b81210c
Compare
Choose a tag to compare

Second release - alfa stage

This release includes a couple of important fixes:

  • Record matching on creation
  • Domain regexp validation

Additionally, most of the documentation has been published.

Release alfa v0.0.1

04 Jun 23:28
736e1c9
Compare
Choose a tag to compare

First release - alfa stage

This release includes an initial version of all the resources and data sources expected to be supported up the v1.

  • Most of the resource validations are already put in place, but there's margin for improvement.
  • The terraform documentation and provider code examples are missing.