File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
- ## [ 2.7.1 ] - 2025-02-12
10
+ ## [ 2.8.0 ] - 2025-02-18
11
11
12
12
### Added
13
13
- Supported enable/disable for GSLB service operations([ #452 ] )
@@ -151,8 +151,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
151
151
152
152
- Initial Release
153
153
154
- [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.7.1 ...HEAD
155
- [ 2.7.1 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.7.0...2.7.1
154
+ [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.8.0 ...HEAD
155
+ [ 2.8.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.7.0...2.8.0
156
156
[ 2.7.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.2...2.7.0
157
157
[ 2.6.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...2.6.2
158
158
[ 2.6.1 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.0...2.6.1
Original file line number Diff line number Diff line change 39
39
ansible-galaxy collection build --force
40
40
41
41
galaxy_importer : build
42
- python3 -m galaxy_importer.main netscaler-adc-2.7.1 .tar.gz
42
+ python3 -m galaxy_importer.main netscaler-adc-2.8.0 .tar.gz
43
43
44
44
# build_docs:
45
45
# rm -rf _built_docs
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace: netscaler
7
7
# The name of the collection. Has the same character restrictions as 'namespace'
8
8
name : adc
9
9
# The version of the collection. Must be compatible with semantic versioning
10
- version : 2.7.1
10
+ version : 2.8.0
11
11
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
12
12
readme : README.md
13
13
# 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