Skip to content

Commit 140d74d

Browse files
authored
Merge pull request #603 from netscaler/newversion2.16.0
new version 2.16.0
2 parents 7d38e9c + 3f09afc commit 140d74d

3 files changed

Lines changed: 10 additions & 3 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.16.0] - 2026-03-26
11+
12+
### Updated
13+
14+
- Supporting Offline LAS licensing of ADCs in restricted mode.
15+
1016
## [2.15.0] - 2026-03-24
1117

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

250256
- Initial Release
251257

252-
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.15.0...HEAD
258+
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.16.0...HEAD
259+
[2.16.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.15.0...2.16.0
253260
[2.15.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.14.0...2.15.0
254261
[2.14.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.13.0...2.14.0
255262
[2.13.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.12.0...2.13.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.15.0.tar.gz
45+
python3 -m galaxy_importer.main netscaler-adc-2.16.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.15.0
10+
version: 2.16.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)