You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
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))
0 commit comments