Skip to content

Commit a70d937

Browse files
authored
new version 2.13.0
new version 2.13.0
2 parents 48f72f0 + a9f9488 commit a70d937

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.13.0] - 2025-12-14
11+
12+
# Fixed
13+
14+
- Issue with running cli commands through ansible using ssh connection against 13.1 ADC.
15+
1016
## [2.12.0] - 2025-12-8
1117

1218
# Added
@@ -224,7 +230,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
224230

225231
- Initial Release
226232

227-
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.12.0...HEAD
233+
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.13.0...HEAD
234+
[2.13.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.12.0...2.13.0
228235
[2.12.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.11.0...2.12.0
229236
[2.11.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.1...2.11.0
230237
[2.10.1]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.0...2.10.1

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.12.0.tar.gz
45+
python3 -m galaxy_importer.main netscaler-adc-2.13.0.tar.gz
4646

4747
# build_docs:
4848
# rm -rf _built_docs

galaxy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,15 @@ 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.12.0
10+
version: 2.13.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)
1414
# @nicks:irc/im.site#channel'
1515
authors:
16-
- Sumanth Lingappa <[email protected]>
17-
- Shiva Shankar Vaddepally <[email protected]>
16+
- Sumanth Lingappa <[email protected]>
17+
- Shiva Shankar Vaddepally <[email protected]>
18+
- Lakshman M J <[email protected]>
1819
### OPTIONAL but strongly recommended
1920
# A short summary description of the collection
2021
description: Ansible Collection Modules for NetScaler ADC

0 commit comments

Comments
 (0)