Skip to content

Commit fdc022e

Browse files
Release v1.5.3 (#236)
* Updated changelog * moved go upgrade to notes section * updated changelog * addressed PR comments * correction --------- Co-authored-by: Anil Gadiyar HJ <89566379+AnilGadiyarHJ@users.noreply.github.com>
1 parent 6cf1f79 commit fdc022e

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v1.5.3 (October 20, 2025)
4+
5+
ENHANCEMENTS:
6+
* Updated DHCP Config Profile Schema for Inheritance Sources to add support for `hold_reclaimed_time` and `authoritative_dhcp`([#237](https://github.com/infobloxopen/terraform-provider-bloxone/pull/237))
7+
8+
FIXES:
9+
* FW: Fixed ordering issue of `items_described` attribute in `bloxone_td_named_list` ([#230](https://github.com/infobloxopen/terraform-provider-bloxone/pull/230))
10+
* DHCP: Improved DDNS zone configuration and list handling in `bloxone_dhcp_server` ([#231](https://github.com/infobloxopen/terraform-provider-bloxone/pull/231))
11+
* DHCP: Removed default value assignment for inherited DHCP Option Value ([#233](https://github.com/infobloxopen/terraform-provider-bloxone/pull/233))
12+
13+
NOTES:
14+
* Upgraded Go version to 1.25.1 ([#234](https://github.com/infobloxopen/terraform-provider-bloxone/pull/234))
15+
316
## v1.5.2 (September 30, 2025)
417

518
FIXES:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HOSTNAME=registry.terraform.io
33
NAMESPACE=infobloxopen
44
NAME=bloxone
55
BINARY=terraform-provider-${NAME}
6-
VERSION=1.5.2
6+
VERSION=1.5.3
77
OS_ARCH=$(shell uname -s | tr '[:upper:]' '[:lower:]')_$(shell uname -m)
88
MODULES_DIR=./modules
99
TERRAFORM_DOCS_IMAGE=quay.io/terraform-docs/terraform-docs:0.19.0

0 commit comments

Comments
 (0)