Skip to content

Commit a677d26

Browse files
docs(release): prepare v1.9.0 release notes and bump version (#312)
1 parent b8ff9e9 commit a677d26

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ Infoblox.Nios_Modules Release Notes
44

55
.. contents:: Topics
66

7+
v1.9.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
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>`_
23+
24+
725
v1.8.0
826
======
927

changelogs/changelog.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,3 +316,13 @@ releases:
316316
name: nios_next_vlan_id
317317
namespace:
318318
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
328+
release_date: "2025-01-27"

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace: infoblox
1010
name: nios_modules
1111

1212
# The version of the collection. Must be compatible with semantic versioning
13-
version: 1.8.0
13+
version: 1.9.0
1414

1515
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1616
readme: README.md

0 commit comments

Comments
 (0)