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,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.8.0] - 2025-02-18
11+
12+ ### Added
13+ - Supported enable/disable for GSLB service operations([ #452 ] )
14+
15+ ### Fixed
16+
17+ - server module idempotency issue in 2.7.0([ #485 ] )
18+ - Handling non-updatable attributes while updating a resource([ #486 ] )
19+
1020## [ 2.7.0] - 2025-01-02
1121
1222### Added
@@ -141,7 +151,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
141151
142152- Initial Release
143153
144- [ unreleased ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.7.0...HEAD
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
145156[ 2.7.0 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.2...2.7.0
146157[ 2.6.2 ] : https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...2.6.2
147158[ 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 3939 ansible-galaxy collection build --force
4040
4141galaxy_importer : build
42- python3 -m galaxy_importer.main netscaler-adc-2.7 .0.tar.gz
42+ python3 -m galaxy_importer.main netscaler-adc-2.8 .0.tar.gz
4343
4444# build_docs:
4545# 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.7 .0
10+ version : 2.8 .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