File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.11.0] - 2025-10-31
11+
12+ # Added
13+
14+ - Supporting dynamicRouting Protocols in netscaler.adc collections
15+
16+ # Fixed
17+
18+ - corrected sslhsmkey behaviour in collection
19+ - correcting entries in runtime.yml to include new supported resources in module_defaults
20+
1021# Fixed
1122
1223- Resolved error with ` ssh_netscaler_adc ` connection plugin with newer versions of ansible
@@ -201,7 +212,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
201212
202213- Initial Release
203214
204- [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.1...HEAD
215+ [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.11.0...HEAD
216+ [ 2.11.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.1...2.11.0
205217[ 2.10.1 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.0...2.10.1
206218[ 2.10.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.2...2.10.0
207219[ 2.9.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.1...2.9.2
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.10.1 .tar.gz
45+ python3 -m galaxy_importer.main netscaler-adc-2.11.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.10.1
10+ version : 2.11.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