diff --git a/CHANGELOG.md b/CHANGELOG.md index 007af04a..2f0ef715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Makefile b/Makefile index 24fc61fb..aa7229bb 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ HOSTNAME=registry.terraform.io NAMESPACE=infobloxopen NAME=bloxone BINARY=terraform-provider-${NAME} -VERSION=1.3.1 +VERSION=1.4.1 OS_ARCH=$(shell uname -s | tr '[:upper:]' '[:lower:]')_$(shell uname -m) MODULES_DIR=./modules TERRAFORM_DOCS_IMAGE=quay.io/terraform-docs/terraform-docs:0.19.0