Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unasra authored Jan 20, 2025
1 parent bd16e94 commit dfa92d0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v1.4.1 (January 21, 2024)
Fixes :

* DHCP/IPAM: Fixed `bloxone_dhcp_hosts` data source which was unable to retieve DHCP Host ID ([#162](https://github.com/infobloxopen/terraform-provider-bloxone/pull/162))
* DNS: Change in `bloxone_dns_view.name` forced replacement of the view ([#174](https://github.com/infobloxopen/terraform-provider-bloxone/pull/174))
* Fixed Miscallenous Acceptance Tests for various object groups ([#170](https://github.com/infobloxopen/terraform-provider-bloxone/pull/170))

Enhancements :

* Added Support for Debug Mode to be enabled via Environment variable called `IB_LOG_LEVEL` , which was earlier done via provider.go ([#169](https://github.com/infobloxopen/terraform-provider-bloxone/pull/169))
* Updated Plugin Framework and other dependencies and changed types to `Int32Type` and `Float32Type` for certain attributes ([#158](https://github.com/infobloxopen/terraform-provider-bloxone/pull/158))

NOTES:

* Upgraded Go to 1.23.4 (https://github.com/infobloxopen/terraform-provider-bloxone/pull/177)

## v1.4.0 (October 8, 2024)

FEATURES
Expand Down

0 comments on commit dfa92d0

Please sign in to comment.