Skip to content

Releases: EfficientIP-Labs/terraform-provider-solidserver

v1.1.23

09 Oct 13:32
8a77008
Compare
Choose a tag to compare

Fixes:

  • Fixing issue #46 - Fix case sensitivity of the SOLIDserver provider's environment variables

Enhancements:

  • This provider now supports SOLIDserver API token authentication (Introduced by SOLIDserver version 8.4.0)

v1.1.22

12 Jul 07:38
Compare
Choose a tag to compare

Fixes:

  • Fixing issue #45 - Checksum issue with the registry resulting in "checksum list has unexpected SHA-256 hash" error

v1.1.21

11 Jul 13:35
Compare
Choose a tag to compare

Enhancements:

  • Update dependencies
  • It's now possible to specify a custom API call timeout value (addressing request #32)
  • Resources solidserver_ip_subnet and solidserver_ip6_subnet can now be associated with an explicit VLAN ID

v1.1.20

04 Dec 10:37
Compare
Choose a tag to compare

Important Note:

DNS View names are actually case sensitive, leading to unexpected behavior when the view name specified in the terraform file contains upper case characters.
Once runing v1.1.20 or higher, an error message will be triggered on 'apply' if your terraform file contains a view name that doesn't match the one from the SOLIDserver.
If you face such an issue, simply update your terraform file with the proper viewname retrieved from the SOLIDserver.

Fixes:

  • Fixing issue #26 - DNS view names are actually case sensitive leading to unexpected behavior when view name contains upper case characters
  • Fixing issue #4 - Data source solidserver_ip_subnet and solidserver_ip6_subnet should expose the subnet's VLAN ID when applicable
  • Fixing issue - Data source solidserver_dns_zone should support DNS views

Enhancements:

  • Update dependencies
  • Adding VLAN data sources (addressing request #22)

v1.1.19

21 Apr 10:57
Compare
Choose a tag to compare

Enhancements:

  • Update dependencies
  • Resource Application Node now supports custom health-checks
  • Data source IP Subnet now supports vlan_id (addressing issue #4)

v1.1.18

09 Dec 15:33
Compare
Choose a tag to compare

Fixes:

  • Fixing issue #9 - DNS RR resources of type AAAA were not properly handling short IPv6 format
  • Fixing issue #15 - SOLIDserver version regular expression was incorrect

Enhancements:

  • Upgrading the provider to leverage terraform-plugin-sdk version 2
  • Automating documentation generation
  • Adding class parameters support for DNS RR resources
  • Adding resource VLAN range

v1.1.17

11 May 12:43
8bd3415
Compare
Choose a tag to compare

Fixes:

v1.1.16

11 Jan 14:07
Compare
Choose a tag to compare

Fixes:

  • Fixing issue #3 - The provider was crashing when creating a subnet within an unknown IP block
  • Fixing issue #5 - The provider linux_amd64 build was not working on Alpine Linux
  • Fixing issue #6 - The provider was crashing when importing a subnet

v1.1.15

06 Oct 09:21
Compare
Choose a tag to compare

Enhancements:

  • Refactoring SOLIDserver API request handling improving performance and timeout management (Special thanks @aderuelle)
  • This provider now relies on the Terraform plugin SDK (Special thanks @tsenay)

v1.1.14

01 Jul 07:35
Compare
Choose a tag to compare

Fixes:

  • Fixing issue with SOLIDserver exceptions erroneously returning a 401 HTTP error code
  • Fixing issue with Application GSLB members on refresh