File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.12.0] - 2025-12-8
11+
12+ # Added
13+
14+ - supporting reboot action
15+
16+ # Fixed
17+
18+ - Issue with running cli commands through ansible using ssh connection.
19+ - Resolving url builder issue when filterargs has bool datatype.
20+ - Issue with get_args keys in HAnode module.
21+
1022## [ 2.11.0] - 2025-10-31
1123
1224# Added
@@ -212,7 +224,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
212224
213225- Initial Release
214226
215- [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.11.0...HEAD
227+ [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.12.0...HEAD
228+ [ 2.12.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.11.0...2.12.0
216229[ 2.11.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.1...2.11.0
217230[ 2.10.1 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.0...2.10.1
218231[ 2.10.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.2...2.10.0
Original file line number Diff line number Diff line change 4242 ansible-galaxy collection build --force
4343
4444galaxy_importer : build
45- python3 -m galaxy_importer.main netscaler-adc-2.11 .0.tar.gz
45+ python3 -m galaxy_importer.main netscaler-adc-2.12 .0.tar.gz
4646
4747# build_docs:
4848# rm -rf _built_docs
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace: netscaler
77# The name of the collection. Has the same character restrictions as 'namespace'
88name : adc
99# The version of the collection. Must be compatible with semantic versioning
10- version : 2.11 .0
10+ version : 2.12 .0
1111# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1212readme : README.md
1313# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
You can’t perform that action at this time.
0 commit comments