Skip to content

Commit 912d56c

Browse files
new version 2.10.0
1 parent f12bda0 commit 912d56c

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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+
### Fixed
11+
- Added option to skip non-updatable resources or fail explicitly
12+
- Removal of basic authentication from Netscaler ADC Ansible collection
13+
- Fixed idempotency issue in rename operations
14+
Fixed GET request URL for global bindings to include type query parameter
915

1016
## [2.9.2] - 2025-06-25
1117

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

179185
- Initial Release
180-
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.2...HEAD
186+
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.10.0...HEAD
187+
[2.10.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.2...2.10.0
181188
[2.9.2]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.1...2.9.2
182189
[2.9.1]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.0...2.9.1
183190
[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
@@ -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.9.1.tar.gz
42+
python3 -m galaxy_importer.main netscaler-adc-2.10.0.tar.gz
4343

4444
# build_docs:
4545
# rm -rf _built_docs

0 commit comments

Comments
 (0)