Skip to content

Commit 69bb40b

Browse files
Merge branch 'main' into test_integration
2 parents 15874ca + 2bff663 commit 69bb40b

5 files changed

Lines changed: 953 additions & 5 deletions

File tree

.github/workflows/ah_token_refresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88
jobs:
99
refresh:
10-
uses: ansible/team-devtools/.github/workflows/ah_token_refresh.yml@main
10+
uses: ansible/ansible-content-actions/.github/workflows/refresh_ah_token.yaml@main
1111
with:
1212
environment: release
1313
secrets:

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.9.0] - 2025-05-13
11+
12+
### Added
13+
14+
- Supported operation `apply`
15+
- Supported operation `rename`
16+
- Supported operation `install`([#487])
17+
18+
### Fixed
19+
20+
- Allowing system file to update contents([#496])
21+
1022
## [2.8.0] - 2025-02-18
1123

1224
### Added
25+
1326
- Supported enable/disable for GSLB service operations([#452])
1427

1528
### Fixed
@@ -150,8 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
150163
### Added
151164

152165
- Initial Release
153-
154-
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.8.0...HEAD
166+
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.9.0...HEAD
167+
[2.9.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.8.0...2.9.0
155168
[2.8.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.7.0...2.8.0
156169
[2.7.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.2...2.7.0
157170
[2.6.2]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.6.1...2.6.2

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.8.0.tar.gz
42+
python3 -m galaxy_importer.main netscaler-adc-2.9.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.8.0
10+
version: 2.9.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)