@@ -7,6 +7,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.9.2] - 2025-06-25
11+
12+ ### Fixed
13+
14+ - Refactored logic to handle systemfile updation
15+
16+ ## [ 2.9.1] - 2025-05-26
17+
18+ ### Fixed
19+
20+ - Supported enable and disable states to service group member bindings
21+ - Corrected datatype issues to resolve idempotency errors
22+ - Refactored README to align to Red Hat guidelines
23+
24+ ## [ 2.9.0] - 2025-05-13
25+
26+ ### Added
27+
28+ - Supported operation ` apply `
29+ - Supported operation ` rename `
30+ - Supported operation ` install ` ([ #487 ] )
31+
32+ ### Fixed
33+
34+ - Allowing system file to update contents([ #496 ] )
35+
36+ ## [ 2.8.0] - 2025-02-18
37+
38+ ### Added
39+
40+ - Supported enable/disable for GSLB service operations([ #452 ] )
41+
42+ ### Fixed
43+
44+ - server module idempotency issue in 2.7.0([ #485 ] )
45+ - Handling non-updatable attributes while updating a resource([ #486 ] )
46+
47+ ## [ 2.7.0] - 2025-01-02
48+
49+ ### Added
50+
51+ - Supported more modules
52+ - Added more examples
53+
54+ ## [ 2.6.2] - 2024-10-18
55+
56+ ### Fixed
57+
58+ - Ensure to_be_added_bindprimary_keys targets only the correct binding members ([ #462 ] )
59+
1060## [ 2.6.1] - 2024-04-29
1161
1262### Fixed
@@ -127,8 +177,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127177### Added
128178
129179- Initial Release
130-
131- [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...HEAD
180+ [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.2...HEAD
181+ [ 2.9.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.1...2.9.2
182+ [ 2.9.1 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.0...2.9.1
183+ [ 2.9.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.8.0...2.9.0
184+ [ 2.8.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.7.0...2.8.0
185+ [ 2.7.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.2...2.7.0
186+ [ 2.6.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...2.6.2
132187[ 2.6.1 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.0...2.6.1
133188[ 2.6.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.2...2.6.0
134189[ 2.5.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.1...2.5.2
@@ -169,3 +224,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
169224[ #367 ] : https://github.com/netscaler/ansible-collection-netscaleradc/issues/367
170225[ #377 ] : https://github.com/netscaler/ansible-collection-netscaleradc/issues/377
171226[ #400 ] : https://github.com/netscaler/ansible-collection-netscaleradc/issues/400
227+ [ #462 ] : https://github.com/netscaler/ansible-collection-netscaleradc/issues/462
0 commit comments