Releases: infobloxopen/terraform-provider-bloxone
Releases · infobloxopen/terraform-provider-bloxone
v1.4.0
FEATURES
- New Resource and Data Source:
bloxone_cloud_discovery_provider
,bloxone_cloud_discovery_providers
(#150) - New Resource and Data Source:
bloxone_federation_federated_realm
,bloxone_federation_federated_realms
(#143) - New Resource and Data Source:
bloxone_federation_federated_block
,bloxone_federation_federated_blocks
(#143)
FIXES
- Fixed
delegation_servers.address
giving non-empty plan when not provided inbloxone_dns_delegation
(#148) - Fixed acceptance test for
bloxone_anycast_configs
data source (#154)
ENHANCEMENTS
- DHCP/IPAM: add support for compartment, federated realms (#145)
v1.3.1
FIXES:
- Adding NSGs to bloxone_dns_auth_zone no longer forces replacement (#133)
- Fixed inconsistent result error after applying
bloxone_anycast_host
due to changes in list order foranycast_config_refs
(#134) - Fixed the error "Provider returned invalid result object after apply" when a resource is created with no tags (#135)
- Fixed AMI image in
bloxone_infra_host_aws
module (#136) - Fixed Value Coversion Error in data sources
bloxone_infra_services
andbloxone_td_named_lists
fortags_all
field. (#137) - Fixed some acceptance tests failing due to ovelapping CIDRs. (#137)
v1.3.0
v1.2.0
FEATURES:
- New Resource and Data Source:
bloxone_td_application_filter
,bloxone_td_application_filters
(#113) - New Resource and Data Source:
bloxone_td_category_filter
,bloxone_td_category_filters
(#113) - New Resource and Data Source:
bloxone_td_custom_redirect
,bloxone_td_custom_redirects
(#113) - New Data Source:
bloxone_td_content_categories
(#113) - New Data Source:
bloxone_td_threat_feeds
(#113)
FIXES:
- Fixed inconsistent result error when applying
bloxone_td_internal_domain_list
andbloxone_dfp_service
caused due to changes in the list order (#114)
v1.1.0
NOTES:
- Upgraded to Go 1.22 (#107)
FEATURES:
- New Data Source:
bloxone_td_pop_regions
(#83) - New Resource and Data Source:
bloxone_td_internal_domain_list
,bloxone_td_internal_domain_lists
(#83) - New Resource and Data Source:
bloxone_td_access_code
,bloxone_td_access_codes
(#90) - New Resource and Data Source:
bloxone_td_named_list
,bloxone_td_named_lists
(#90) - New Resource and Data Source:
bloxone_td_network_list
,bloxone_td_network_lists
(#90) - New Resource and Data Source:
bloxone_td_security_policy
,bloxone_td_security_policies
(#94) - New Resource and Data Source:
bloxone_dfp_service
,bloxone_dfp_services
(#102) - New Resource and Data Source:
bloxone_anycast_config
,bloxone_anycast_configs
(#92) - New Resource:
bloxone_anycast_host
(#95)
ENHANCEMENTS:
- Added example for DHCP HA group with Anycast (#111)
- Added
dfp
andanycast
as valid service types for modules (#111) - Added
echo_client_id
tobloxone_ipam_ip_space.dhcp_config
,bloxone_dhcp_server.dhcp_config
(#93) - Added example for ddns in
bloxone_dhcp_server
(#88)
FIXES:
- Updating IP space fails with error - "The value of inheritance action field is not valid" (#93)
abandonded_reclaim_time
,abandoned_reclaim_time_v6
inbloxone_ipam_subnet
andbloxone_ipam_address_block
changed from "optional" to "read only". (#96)- Next available subnet/AB returns same block when count is used (#100)
v1.0.1
What's Changed
- Module for provisioning bloxone host in Azure by @blodha-ib in #67
- Module for provisioning bloxone host in GCP by @blodha-ib in #82
- fix: Data source filter doesn't work for number fields by @mathewab in #81
- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #85
- fixes #84 - error when using options in dns/record by @mathewab in #86
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Next available address block: datasource and resource implementation by @venkat-iblox in #63
- Added ACL Support to the Terraform Provider by @unasra in #64
- Add quickstart guide for DHCP by @mathewab in #68
- Added acceptance test for Dhcp options in various resources that supports it by @AnilGadiyarHJ in #65
- FIx AMI search. by @jpr00 in #72
- Added retry to DHCP and DHCP hosts data sources by @mathewab in #71
- Add quickstart guide for DNS by @mathewab in #73
- fix: make fqdn optional in dns_forward_zone.external_forwarders by @mathewab in #76
- fix: unable to unset optional string fields by @mathewab in #77
- Fix Acceptance Tests by @mathewab in #79
- fix option group data source test by @mathewab in #80
- Fix Terraform required version by @venkat-iblox in #78
New Contributors
Full Changelog: v0.1.0...v1.0.0
v0.1.0
What's Changed
- Github actions to support basic checks for Pull requests by @venkat-iblox in #10
- Bloxone provider by @mathewab in #14
- Bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #15
- IP space resource and data source implementation by @mathewab in #16
- Join Token resource and data source by @mathewab in #17
- Infra Host resource and data source by @mathewab in #18
- Infra Service resource and data source by @mathewab in #19
- IPAM Subnet Resource and Data Source by @mathewab in #21
- IPAM Host Resource and Data source Implementation by @unasra in #20
- IPAM Address resource and data source by @mathewab in #23
- Address block implementation by @venkat-iblox in #24
- DNS View Resource and Data source Implementation by @unasra in #22
- IPAM range implementation by @venkat-iblox in #25
- Go Releaser, adding Github runner for release and license file by @venkat-iblox in #29
- Auth NSG - resource and data source by @mathewab in #30
- Dns Hosts datasource implementation by @AnilGadiyarHJ in #26
- DNS Auth Zone Resource and Data Source Implementation by @unasra in #27
- Forward DNS Server Group implementation by @venkat-iblox in #31
- DNS delegation implementation by @venkat-iblox in #32
- TSIG Key - Resource and Data source by @mathewab in #33
- Support for dhcp_host and dhcp_fixed_address by @blodha-ib in #28
- DNS Forward Zone Resource and Data Source Implementation by @unasra in #34
- Dhcp server resource and data-source implementation by @AnilGadiyarHJ in #37
- HA Group object implementation by @venkat-iblox in #36
- dns server resource and datasource implementation by @AnilGadiyarHJ in #39
- GSS-TSIG/Kerberos datasource support by @blodha-ib in #40
- Pagination support for all objects by @unasra in #42
- increase timeout for acceptance tests by @mathewab in #43
- DNS Record: resource and data source by @mathewab in #41
- NAIP additions to FA and Host objects by @venkat-iblox in #38
- Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 by @dependabot in #47
- fix: bloxone_dns_caa_record gives error when rdata.flags is 0 by @mathewab in #45
- Disallow in place creation for TSIG Keys in dns resources and minor bug fixes by @AnilGadiyarHJ in #44
- Implement retry to wait for the infra/host and infra/services to complete create/update by @mathewab in #49
- DHCP options support by @venkat-iblox in #46
- Datasource implementation for NaIP and NA Subnet by @venkat-iblox in #35
- acl_item: access field was moved to optional from mandatory by @AnilGadiyarHJ in #51
- Fix inheritance sources model attributes by @mathewab in #50
- Provider Changes for Inheritance sources support by @unasra in #54
- Fixing typo by @blodha-ib in #55
- Module for creating host in aws by @mathewab in #53
- Fixes to documentation by @mathewab in #56
- corrected the resource name for bloxone_ipam_address_block by @AnilGadiyarHJ in #57
- Update pr-builder.yml by @venkat-iblox in #59
- docs: add description, subcategory by @mathewab in #60
- Updated Examples for DNS and IPAM objects by @unasra in #58
- docs: add guide for migrating from B1DDI provider by @AnilGadiyarHJ in #61
- Update provider version to 0.1.0 before release by @venkat-iblox in #62
New Contributors
- @mathewab made their first contribution in #14
- @dependabot made their first contribution in #15
- @unasra made their first contribution in #20
- @AnilGadiyarHJ made their first contribution in #26
- @blodha-ib made their first contribution in #28
Full Changelog: https://github.com/infobloxopen/terraform-provider-bloxone/commits/v0.1.0
v0.0.1-alpha
Merge branch 'master' of github.com:infobloxopen/terraform-provider-b…