Releases: EfficientIP-Labs/terraform-provider-solidserver
Releases · EfficientIP-Labs/terraform-provider-solidserver
v1.1.23
v1.1.22
v1.1.21
v1.1.20
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
v1.1.18
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
Fixes:
- Merging Pull Request #4 - Pool was missing when importing an ip_address
- Updating dependencies following CVE-2022-29810 and CVE-2022-29810
v1.1.16
v1.1.15
v1.1.14
Fixes:
- Fixing issue with SOLIDserver exceptions erroneously returning a 401 HTTP error code
- Fixing issue with Application GSLB members on refresh