Skip to content

Latest commit

 

History

History
192 lines (146 loc) · 14 KB

CHANGELOG.md

File metadata and controls

192 lines (146 loc) · 14 KB

Changelog

v2.3.0 (2023-04-13)

  • Minimal required Go-lang version is bumped up
  • infoblox_ptr_record resource's behaviour changes (see the documentation changes for the details)
  • 'dns_view' and 'network_view' fields are now optional for all the `resources and data sources
  • New resources:
    • infoblox_mx_record
    • infoblox_txt_record
    • infoblox_srv_record
  • New data sources:
    • infoblox_mx_record
    • infoblox_txt_record
    • infoblox_srv_record
  • Bugfixes

v2.2.0 (2022-12-07)

  • New feature: ability to import resources from existing NIOS objects
  • New Data sources:
    • infoblox_aaaa_record
    • infoblox_ptr_record
    • infoblox_network_view
    • infoblox_ipv4_network_container
  • Allocation/Association resources have been reworked
  • Examples are reorganized
  • Numerous bugfixes

v2.1.0 (2022-02-10)

  • Moved to Terraform Plugin SDK v2
  • Allocation/Association resources reworked:
    • new resources added: infoblox_ip_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.
  • Improvements in infoblox_ipv4_network and infoblox_ipv6_network resources: IP address reservation reworked.
  • Numerous bugfixes

v2.0.1 (2021-07-27)

List of changes since 1.0.6 release:

  • Existing resources have been changed:
    • Extensible attributes and comments are introduced
    • Some fields are removed, use Extensible Attributes instead.
    • IPv6 version of resources added
  • New resources:
    • Network container (infoblox_ipv4_network_container, infoblox_ipv6_network_container)
    • Network view (infoblox_network_view)
    • AAAA-record (infoblox_aaa_record)
  • Data sources: extensible attributes and comments are introduced
    • infoblox_a_record
    • infoblox_cname_record
    • infoblox_ipv4_network
  • New features:
    • IP address auto-allocation feature
    • Ability to update a resource, in addition to 'create', 'read' and 'delete' operations.
    • All the resources have 'comment' and 'ext_attrs' fields.
    • DNS-related fields have 'ttl' field. TTL=0 means TTL inherited from the parent zone.
  • Examples of how to integrate with different cloud environments

v1.1.1 (2021-04-23)

Full Changelog

Implemented enhancements:

  • Resources are not truly destroyed upon destroy #57
  • Can't dynamically request a network #27

Closed issues:

  • Feature request: ability to change extended attributes #77
  • Commit changes? #69
  • DHCP Host records won't store in state #68
  • Terraform Provider Development Program - Second Review #66
  • Passing credentials without using environment variables #65
  • inconsistent vendoring #59
  • make build fails #34
  • Error accessing infoblox thru https proxy #28

Merged pull requests:

v1.0.6 (2021-04-23)

Full Changelog

v1.0.5 (2020-05-15)

Full Changelog

v1.0.4 (2020-05-15)

Full Changelog

v1.0.3 (2020-05-15)

Full Changelog

Closed issues:

  • Are you able to make releases through CI? #33

v1.0.2 (2020-05-14)

Full Changelog

Closed issues:

  • a_record generated with duplicate domain name #71
  • Error creating A Record from network block #62
  • Too many errors #61
  • Resource: infoblox_cname_record by default appending zone information to alias record #60
  • Improved documentation #55
  • terraform doesn't change a HostRecord name when the vm_name is changed in the block, only the EA vm_name is changed, not the actual name #54
  • Add HostRecord function #53
  • terraform doesn't like it when a managed IP gets removed from infoblox by hand #52
  • infoblox_ip_association causing crash #49
  • infoblox_ip_allocation fails - doesn't know what to do with vm_name field #48
  • Terraform Provider Development Program - Review #45
  • "stock" go make build fails #43
  • API error #32
  • Official terraform provider status #30
  • Does this provider work with Terraform 0.12.1 #29
  • Tenant ID Parameter? #21
  • Error using your Terraform provider to access Infoblox api #20

Merged pull requests:

v1.0.1 (2019-09-05)

Full Changelog

Merged pull requests:

v1.0.0 (2019-08-09)

Full Changelog

Implemented enhancements:

  • Support for CNAME or A Records #22

Closed issues:

  • Error on plan #26

Merged pull requests:

* This Changelog was automatically generated by [github_changelog_generator] (https://github.com/github-changelog-generator/github-changelog-generator)