Skip to content

Commit fb8e62a

Browse files
Change to version 2.8.0
Signed-off-by: Shiva Shankar Vaddepally <shivashankar.vaddepally@cloud.com>
1 parent 61fdc9f commit fb8e62a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [2.7.1] - 2025-02-12
10+
## [2.8.0] - 2025-02-18
1111

1212
### Added
1313
- 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
151151

152152
- Initial Release
153153

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
156156
[2.7.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.2...2.7.0
157157
[2.6.2]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...2.6.2
158158
[2.6.1]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.0...2.6.1

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build:
3939
ansible-galaxy collection build --force
4040

4141
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
4343

4444
# build_docs:
4545
# rm -rf _built_docs

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace: netscaler
77
# The name of the collection. Has the same character restrictions as 'namespace'
88
name: adc
99
# The version of the collection. Must be compatible with semantic versioning
10-
version: 2.7.1
10+
version: 2.8.0
1111
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1212
readme: README.md
1313
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)

0 commit comments

Comments
 (0)