@@ -7,6 +7,63 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.10.0] - 2025-08-22
11+
12+ ### Added
13+
14+ - Added migration tool to convert ` citrix.adc ` module playbooks to ` netscaler.adc ` .
15+
16+ ### Fixed
17+
18+ - Added option to skip non-updatable resources or fail explicitly
19+ - Removal of basic authentication from Netscaler ADC Ansible collection
20+ - Fixed idempotency issue in rename operations
21+ - Fixed GET request URL for global bindings to include type query parameter
22+
23+ ## [ 2.9.2] - 2025-06-25
24+
25+ ### Fixed
26+
27+ - Refactored logic to handle systemfile updation
28+
29+ ## [ 2.9.1] - 2025-05-26
30+
31+ ### Fixed
32+
33+ - Supported enable and disable states to service group member bindings
34+ - Corrected datatype issues to resolve idempotency errors
35+ - Refactored README to align to Red Hat guidelines
36+
37+ ## [ 2.9.0] - 2025-05-13
38+
39+ ### Added
40+
41+ - Supported operation ` apply `
42+ - Supported operation ` rename `
43+ - Supported operation ` install ` ([ #487 ] )
44+
45+ ### Fixed
46+
47+ - Allowing system file to update contents([ #496 ] )
48+
49+ ## [ 2.8.0] - 2025-02-18
50+
51+ ### Added
52+
53+ - Supported enable/disable for GSLB service operations([ #452 ] )
54+
55+ ### Fixed
56+
57+ - server module idempotency issue in 2.7.0([ #485 ] )
58+ - Handling non-updatable attributes while updating a resource([ #486 ] )
59+
60+ ## [ 2.7.0] - 2025-01-02
61+
62+ ### Added
63+
64+ - Supported more modules
65+ - Added more examples
66+
1067## [ 2.6.2] - 2024-10-18
1168
1269### Fixed
@@ -133,8 +190,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133190### Added
134191
135192- Initial Release
136-
137- [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...HEAD
193+ [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.0...HEAD
194+ [ 2.10.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.2...2.10.0
195+ [ 2.9.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.1...2.9.2
196+ [ 2.9.1 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.0...2.9.1
197+ [ 2.9.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.8.0...2.9.0
198+ [ 2.8.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.7.0...2.8.0
199+ [ 2.7.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.2...2.7.0
200+ [ 2.6.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...2.6.2
138201[ 2.6.1 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.0...2.6.1
139202[ 2.6.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.2...2.6.0
140203[ 2.5.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.1...2.5.2
0 commit comments