All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Ensure to_be_added_bindprimary_keys targets only the correct binding members (#462)
2.6.1 - 2024-04-29
- Ignored auth related hreaders for
login
andchange_password
resource
2.6.0 - 2024-04-19
- Added support to configure NetScaler via NetScaler Console (ADM) as Proxy server (#308)
2.5.2 - 2024-04-15
- Fixed
systemuser
'sunset
not working (#400)
2.5.1 - 2024-03-11
- Fixed gslbservice idempotency issues (#377)
2.5.0 - 2024-02-22
- Added more examples
- fixed issue related to lbvserver_servicegroup_binding (#352)
- fixed issue related to systemglobal_authenticationtacacspolicy_binding (#353)
- fixed cipher group idempotency issue (#350)
- Fixed hasync and hafailover issue (#360)
- security check (bandit) for all pull requests (#367)
- sanity tests for 2.14 and 2.16 (#365)
- redesigned inbuilt bindings handling (#362)
- support added for linking sslcertkey (#318)
2.4.0 - 2024-01-16
- New state
unset
added forunset
action (#346)
- Playbook tasks with
absent
state forunset
action will now fail. A new stateunset
has been introduced forunset
action. (#346)
2.3.0 - 2024-01-14
- New states added -
switched
,flushed
(#339, #310) module_defaults
action groups added (#307)- Integration tests added
- Fixed
ntpserver
's dual primary_key issue (#322) - Fixed
sslprofile_sslcipher_binding
's idempotency issue (#292) - Fixed
lbmonitor
's idempotency issue (#324) - Removed calling of GET method for
save_config
(#326)
2.2.0 - 2023-12-21
- introduced new module
save_config
(#326) - updated documentation
- fixed ansible pep8 sanity test errors
2.1.0 - 2023-12-17
- introduced new states --
created
andimported
(#295)
- removed default values in
nitro_resource_map.py
(#313, #314, #311) - default monitor can now be unbound from service (#312)
ip
is now not mandatory for server based resources (#297)
2.0.3 - 2023-11-14
No module specific changes in this release
- updated documentation
- updated supported_modules_matrix.md
- added GitHub workflows
- updated GitHub issue and feature template
2.0.2 - 2023-11-08
- updated secret attributes with
no_log
option (#286) - Prepared the collection for Ansible Automation Hub Certification
2.0.1 - 2023-09-30
- convert to lowercase while comparing string attributes (#288)
2.0.0 - 2023-09-26
- Initial Release