Skip to content

Commit 7fb0193

Browse files
authored
Merge pull request #598 from netscaler/newversion2.15.0
new version 2.15.0
2 parents a567efc + 417db69 commit 7fb0193

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.15.0] - 2026-03-24
11+
12+
### Added
13+
14+
- Supporting Offline LAS licensing of ADCs in netscaler.adc collections.
15+
16+
### Updated
17+
18+
- Bumped aquasecurity/trivy-action from 0.33.1 to 0.35.0.
19+
- Bumped actions/upload-artifact from 5 to 7.
20+
- Bumped github/codeql-action from 3 to 4.
21+
- Bumped actions/checkout from 5 to 6.
22+
1023
## [2.14.0] - 2026-03-05
1124

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

237250
- Initial Release
238251

239-
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.14.0...HEAD
252+
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.15.0...HEAD
253+
[2.15.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.14.0...2.15.0
240254
[2.14.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.13.0...2.14.0
241255
[2.13.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.12.0...2.13.0
242256
[2.12.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.11.0...2.12.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.14.0.tar.gz
45+
python3 -m galaxy_importer.main netscaler-adc-2.15.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.14.0
10+
version: 2.15.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)