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
Enhanced DTC LBDN with auth_zones support, fixed parameter handling, and improved CI/CD reliability.
13
+
14
+
Bugfixes
15
+
--------
16
+
- Fixed transform functions to handle ``None`` parameters and apply default values correctly `#309 <https://github.com/infobloxopen/infoblox-ansible/pull/309>`_
17
+
- Fixed sanity and unit test execution in CI pipeline `#308 <https://github.com/infobloxopen/infoblox-ansible/pull/308>`_
18
+
19
+
Minor Changes
20
+
-------------
21
+
- nios_dtc_lbdn - Added support for auth_zones with enhanced change detection for string and object formats, including proper handling when entries are removed `#298 <https://github.com/infobloxopen/infoblox-ansible/pull/298>`_
22
+
- CI/CD - Added PyGObject support and improved dependency handling `#308 <https://github.com/infobloxopen/infoblox-ansible/pull/308>`_
Copy file name to clipboardExpand all lines: changelogs/changelog.yaml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -316,3 +316,13 @@ releases:
316
316
name: nios_next_vlan_id
317
317
namespace:
318
318
release_date: "2025-01-29"
319
+
1.9.0:
320
+
changes:
321
+
release_summary: "Enhanced DTC LBDN with auth_zones support, fixed parameter handling, and improved CI/CD reliability."
322
+
bugfixes:
323
+
- Fixed transform functions to handle ``None`` parameters and apply default values correctly
324
+
- Fixed sanity and unit test execution in CI pipeline
325
+
minor_changes:
326
+
- nios_dtc_lbdn - Added support for auth_zones with enhanced change detection for string and object formats, including proper handling when entries are removed
327
+
- CI/CD - Added PyGObject support and improved dependency handling
0 commit comments