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,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
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.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
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.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
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