@@ -7,6 +7,84 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.11.0] - 2025-10-31
11+
12+ # Added
13+
14+ - Supporting dynamicRouting Protocols in netscaler.adc collections
15+
16+ # Fixed
17+
18+ - corrected sslhsmkey behaviour in collection
19+ - correcting entries in runtime.yml to include new supported resources in module_defaults
20+
21+ # Fixed
22+
23+ - Resolved error with ` ssh_netscaler_adc ` connection plugin with newer versions of ansible
24+
25+ ## [ 2.10.1] - 2025-09-16
26+
27+ # Fixed
28+
29+ - Resolved error while importing new SSL certificate with duplicate primary key error
30+
31+ ## [ 2.10.0] - 2025-08-22
32+
33+ ### Added
34+
35+ - Added migration tool to convert ` citrix.adc ` module playbooks to ` netscaler.adc ` .
36+
37+ ### Fixed
38+
39+ - Added option to skip non-updatable resources or fail explicitly
40+ - Removal of basic authentication from Netscaler ADC Ansible collection
41+ - Fixed idempotency issue in rename operations
42+ - Fixed GET request URL for global bindings to include type query parameter
43+
44+ ## [ 2.9.2] - 2025-06-25
45+
46+ ### Fixed
47+
48+ - Refactored logic to handle systemfile updation
49+
50+ ## [ 2.9.1] - 2025-05-26
51+
52+ ### Fixed
53+
54+ - Supported enable and disable states to service group member bindings
55+ - Corrected datatype issues to resolve idempotency errors
56+ - Refactored README to align to Red Hat guidelines
57+
58+ ## [ 2.9.0] - 2025-05-13
59+
60+ ### Added
61+
62+ - Supported operation ` apply `
63+ - Supported operation ` rename `
64+ - Supported operation ` install ` ([ #487 ] )
65+
66+ ### Fixed
67+
68+ - Allowing system file to update contents([ #496 ] )
69+
70+ ## [ 2.8.0] - 2025-02-18
71+
72+ ### Added
73+
74+ - Supported enable/disable for GSLB service operations([ #452 ] )
75+
76+ ### Fixed
77+
78+ - server module idempotency issue in 2.7.0([ #485 ] )
79+ - Handling non-updatable attributes while updating a resource([ #486 ] )
80+
81+ ## [ 2.7.0] - 2025-01-02
82+
83+ ### Added
84+
85+ - Supported more modules
86+ - Added more examples
87+
1088## [ 2.6.2] - 2024-10-18
1189
1290### Fixed
@@ -134,7 +212,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134212
135213- Initial Release
136214
137- [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...HEAD
215+ [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.11.0...HEAD
216+ [ 2.11.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.1...2.11.0
217+ [ 2.10.1 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.0...2.10.1
218+ [ 2.10.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.2...2.10.0
219+ [ 2.9.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.1...2.9.2
220+ [ 2.9.1 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.0...2.9.1
221+ [ 2.9.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.8.0...2.9.0
222+ [ 2.8.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.7.0...2.8.0
223+ [ 2.7.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.2...2.7.0
224+ [ 2.6.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...2.6.2
138225[ 2.6.1 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.0...2.6.1
139226[ 2.6.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.2...2.6.0
140227[ 2.5.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.5.1...2.5.2
0 commit comments