Releases: infobloxopen/terraform-provider-infoblox
v2.1.0
- Moved to Terraform Plugin SDK v2
- Allocation/Association resources reworked:
- new resources added: infoblox_ipv_allocation and infoblox_ip_association;
both IPv4 and IPv6 addresses may be allocated within a single resource in one go. - infoblox_ipv4_allocation, infoblox_ipv6_allocation, infoblox_ipv4_association and infoblox_ipv6_association
are deprecated and unsupported from now on.
- new resources added: infoblox_ipv_allocation and infoblox_ip_association;
- Improvements in infoblox_ipv4_network and infoblox_ipv6_network resources: IP address reservation reworked.
- Numerous bugfixes
v2.0.1
This re-release contains major features which includes supporting Creation, Updation and Deletion operations on multiple NIOS DHCP and DNS objects.
Below are the Terraform resources which have been added/enhanced for comment, Extensible Attributes, TTL flags appropriately.
- Network View
- IPv4 Network Container
- IPv6 Network containers
- IPv4 Network
- IPv6 Network
- Allocation through Host Record
- Association through Host Record
- DHCP and DNS flags support for Host Record
- A record with IPv4 and FQDN
- A record with IPv4 CIDR (gets an IP using next available IP feature) and FQDN
- AAAA record with IPv6 and FQDN
- AAAA record with IPv6 CIDR (gets an IP using next available IP feature) and FQDN
- PTR record in forward mapping zone
- PTR record in reverse mapping zone
- CNAME record
Below are the Terraform data sources which have been updated for comment, Extensible Attributes and TTL appropriately ,
- A record
- PTR record
- IPv4 Network
Major release
This release contains major features which includes supporting Creation, Updation and Deletion operations on multiple NIOS DHCP and DNS objects.
Below are the Terraform resources which have been added/enhanced for comment, Extensible Attributes, TTL flags appropriately.
- Network View
- IPv4 Network Container
- IPv6 Network containers
- IPv4 Network
- IPv6 Network
- Allocation through Host Record
- Association through Host Record
- DHCP and DNS flags support for Host Record
- A record with IPv4 and FQDN
- A record with IPv4 CIDR (gets an IP using next available IP feature) and FQDN
- AAAA record with IPv6 and FQDN
- AAAA record with IPv6 CIDR (gets an IP using next available IP feature) and FQDN
- PTR record in forward mapping zone
- PTR record in reverse mapping zone
- CNAME record
Below are the Terraform data sources which have been updated for comment, Extensible Attributes and TTL appropriately ,
- A record
- PTR record
- IPv4 Network
v1.1.1
Publishing the Infoblox Terraform Provider to the official Terraform registry
minor bug fixes
removed cloud license check for on prem instance
bug fixes
v1.0.0 (2019-08-09)
Implemented enhancements:
- Support for CNAME or A Records #22
Closed issues:
Merged pull requests:
- CHANGELOG.md updated to v1.0.0 #35
- Minor readability changes to README.md #31 (scottsuch)
- This commit contains entire DNS changes #25 (saiprasannasastry)
- This commit contains patch to rebase issue #19 (saiprasannasastry)
- Update README.md #18 (saiprasannasastry)
- Example #17 (saiprasannasastry)
- Update README.md #16 (saiprasannasastry)
- Added block of code to reserve n number of IP's #14 (saiprasannasastry)
- Added an example tf for Vmware Vshpere #12 (saiprasannasastry)
- UT's for Infoblox-Provider #11 (saiprasannasastry)
- This commit contains a new resource IPAssociation #10 (saiprasannasastry)
- Validation of Cloud License #8 (saiprasannasastry)
- Validation of gateway ip existence #5 (saiprasannasastry)
- Modified makefile to build and gofmtcheck #3 (jkraj)
- Support for network and ip allocation #1 (saiprasannasastry)