Skip to content

Commit

Permalink
Merge pull request #343 from netscaler/2.3.0-release
Browse files Browse the repository at this point in the history
release 2.3.0 draft notes
  • Loading branch information
sumanth-lingappa authored Jan 14, 2024
2 parents b6b2b21 + 842b80e commit a9fe750
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"MD024": false // ignore no-duplicate-heading (Multiple headings with the same content)
}
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.3.0] - 2024-01-14

### Added

- New states added - `switched`, `flushed` ([#339], [#310])
- `module_defaults` action groups added ([#307])
- Integration tests added

### Fixed

- Fixed `ntpserver`'s dual primary_key issue ([#322])
- Fixed `sslprofile_sslcipher_binding`'s idempotency issue ([#292])
- Fixed `lbmonitor`'s idempotency issue ([#324])
- Removed calling of GET method for `save_config` ([#326])

## [2.2.0] - 2023-12-21

### Added
Expand Down Expand Up @@ -58,19 +73,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial Release

[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.2.0...HEAD
[unreleased]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.3.0...HEAD
[2.3.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.2.0...2.3.0
[2.2.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.1.0...2.2.0
[2.1.0]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.0.3...2.1.0
[2.0.3]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.0.2...2.0.3
[2.0.2]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.0.1...2.0.2
[2.0.1]: https://github.com/netscaler/ansible-collection-netscaleradc/compare/2.0.0...2.0.1
[2.0.0]: https://github.com/netscaler/ansible-collection-netscaleradc/releases/tag/2.0.0
[#288]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/288
[#286]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/286
[#288]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/288
[#292]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/292
[#295]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/295
[#297]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/297
[#307]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/307
[#310]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/310
[#311]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/311
[#312]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/312
[#313]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/313
[#314]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/314
[#322]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/322
[#324]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/324
[#326]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/326
[#339]: https://github.com/netscaler/ansible-collection-netscaleradc/issues/339
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace: netscaler
# The name of the collection. Has the same character restrictions as 'namespace'
name: adc
# The version of the collection. Must be compatible with semantic versioning
version: 2.2.0
version: 2.3.0
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
# A list of the collection's content authors. Can be just the name or in the format 'Full Name <email> (url)
Expand Down

0 comments on commit a9fe750

Please sign in to comment.