Skip to content

Commit d605d93

Browse files
Merge pull request #540 from netscaler/version2.10
new version 2.10.0
2 parents c2df410 + 0838486 commit d605d93

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
## [2.10.0] -2025-08-20
10+
### Added
11+
12+
- Added migration tool to convert `citrix.adc` module playbooks to `netscaler.adc`.
13+
14+
### Fixed
15+
16+
- Added option to skip non-updatable resources or fail explicitly
17+
- Removal of basic authentication from Netscaler ADC Ansible collection
18+
- Fixed idempotency issue in rename operations
19+
- Fixed GET request URL for global bindings to include type query parameter
920

1021
## [2.9.2] - 2025-06-25
1122

@@ -177,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
177188
### Added
178189

179190
- Initial Release
180-
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.2...HEAD
191+
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.0...HEAD
192+
[2.10.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.2...2.10.0
181193
[2.9.2]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.1...2.9.2
182194
[2.9.1]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.0...2.9.1
183195
[2.9.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.8.0...2.9.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build:
4242
ansible-galaxy collection build --force
4343

4444
galaxy_importer: build
45-
python3 -m galaxy_importer.main netscaler-adc-2.9.1.tar.gz
45+
python3 -m galaxy_importer.main netscaler-adc-2.10.0.tar.gz
4646

4747
# build_docs:
4848
# rm -rf _built_docs

0 commit comments

Comments
 (0)