Skip to content

Commit 8527ffd

Browse files
Merge pull request #580 from netscaler/newversion2.12.0
new version 2.12.0
2 parents 6ca975e + 7dce7ba commit 8527ffd

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build:
4242
ansible-galaxy collection build --force
4343

4444
galaxy_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

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace: netscaler
77
# The name of the collection. Has the same character restrictions as 'namespace'
88
name: 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
1212
readme: README.md
1313
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)

0 commit comments

Comments
 (0)