diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4e803a..cdbdc3e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.15.0] - 2026-03-24 + +### Added + +- Supporting Offline LAS licensing of ADCs in netscaler.adc collections. + +### Updated + +- Bumped aquasecurity/trivy-action from 0.33.1 to 0.35.0. +- Bumped actions/upload-artifact from 5 to 7. +- Bumped github/codeql-action from 3 to 4. +- Bumped actions/checkout from 5 to 6. + ## [2.14.0] - 2026-03-05 # Added @@ -236,7 +249,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial Release -[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.14.0...HEAD +[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.15.0...HEAD +[2.15.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.14.0...2.15.0 [2.14.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.13.0...2.14.0 [2.13.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.12.0...2.13.0 [2.12.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.11.0...2.12.0 diff --git a/Makefile b/Makefile index 17cc8ca0..2f30153c 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ build: ansible-galaxy collection build --force galaxy_importer: build - python3 -m galaxy_importer.main netscaler-adc-2.14.0.tar.gz + python3 -m galaxy_importer.main netscaler-adc-2.15.0.tar.gz # build_docs: # rm -rf _built_docs diff --git a/galaxy.yml b/galaxy.yml index a585fcff..ff8bd76f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,7 +7,7 @@ namespace: netscaler # The name of the collection. Has the same character restrictions as 'namespace' name: adc # The version of the collection. Must be compatible with semantic versioning -version: 2.14.0 +version: 2.15.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md # A list of the collection's content authors. Can be just the name or in the format 'Full Name (url)