Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.4.1 #179

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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))
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Fixed Miscallenous Acceptance Tests for various object groups ([#170](https://github.com/infobloxopen/terraform-provider-bloxone/pull/170))
* Fixed Miscellaneous 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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading