diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc new file mode 100644 index 000000000..75551c76f --- /dev/null +++ b/.markdownlint.jsonc @@ -0,0 +1,3 @@ +{ + "MD024": false // ignore no-duplicate-heading (Multiple headings with the same content) +} diff --git a/CHANGELOG.md b/CHANGELOG.md index af9d74574..13fca477b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/galaxy.yml b/galaxy.yml index 500f40782..09e980645 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -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 (url)