diff --git a/CHANGELOG.md b/CHANGELOG.md index 680b0e1d..7f4ebceb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v1.9.2 (11 April 2024) + + +**Breaking Changes:** + +- nutanix.ncp collection - Due to all versions of ansible-core less than v2.14.0 are EOL, we are also deprecating support for same and minimum version to use this collection is ansible-core==2.14.0 + [[\#457](https://github.com/nutanix/nutanix.ansible/issues/457)] + +**Full Changelog:** [here](https://github.com/nutanix/nutanix.ansible/compare/v1.9.1...v1.9.2) + + ## v1.9.1 (09 November 2023) @@ -23,10 +34,6 @@ - ntnx_vms_clone - [Bug] cannot change boot_config when cloning in module ntnx_vms_clone [[\#360](https://github.com/nutanix/nutanix.ansible/issues/359)] - website - [Bug] Github page deployment action is failing. [[\#483](https://github.com/nutanix/nutanix.ansible/issues/483)] -**Breaking Changes:** - -- nutanix.ncp collection - Due to all versions of ansible-core less than v2.14.0 are EOL, we are also deprecating support for same and minimum version to use this collection is ansible-core==2.14.0 - **Full Changelog:** [here](https://github.com/nutanix/nutanix.ansible/compare/v1.9.0...v1.9.1) ## v1.9.0 (11 July 2023) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5e591a7d..b7b728ad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,18 @@ Nutanix.Ncp Release Notes .. contents:: Topics +v1.9.2 +====== + +Release Summary +--------------- + +Deprecating support for ansible-core version less than v2.14.0 + +Breaking Changes / Porting Guide +-------------------------------- + +- nutanix.ncp collection - Due to all versions of ansible-core less than v2.14.0 are EOL, we are also deprecating support for same and minimum version to use this collection is ansible-core==2.14.0. [[\#457](https://github.com/nutanix/nutanix.ansible/issues/457)] v1.9.1 ====== @@ -11,7 +23,7 @@ v1.9.1 Release Summary --------------- -This release included bug fixes and improvement. We have also deprecated support for ansible-core less than v2.14.0 +This release included bug fixes and improvement. Minor Changes ------------- @@ -26,11 +38,6 @@ Minor Changes - ntnx_vms - owner association upon vm creation module [[\#359](https://github.com/nutanix/nutanix.ansible/issues/359)] - ntnx_vms_info - [Imprv] add examples with guest customization for module ntnx_vms [[\#395](https://github.com/nutanix/nutanix.ansible/issues/395)] -Breaking Changes / Porting Guide --------------------------------- - -- nutanix.ncp collection - Due to all versions of ansible-core less than v2.14.0 are EOL, we are also deprecating support for same and minimum version to use this collection is ansible-core==2.14.0 - Bugfixes -------- diff --git a/README.md b/README.md index e8c2f575..392aac66 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,8 @@ This collection requires Python 3.9 or greater > For the 1.9.1 release of the ansible plugin it will have N-1 compatibility with the Prism Central APIs. This release was tested against Prism Central version pc.2023.3 and pc.2023.1.0.2 . +> For the 1.9.2 release of the ansible plugin it will have N-1 compatibility with the Prism Central APIs. This release was tested against Prism Central version pc.2023.3 and pc.2023.1.0.2 . + ### Notes: 1. Static routes module (ntnx_static_routes) is supported for PC versions >= pc.2022.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a76206f5..2b16d005 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -419,10 +419,6 @@ releases: release_date: '2023-07-11' 1.9.1: changes: - breaking_changes: - - nutanix.ncp collection - Due to all versions of ansible-core less than v2.14.0 - are EOL, we are also deprecating support for same and minimum version to use - this collection is ansible-core==2.14.0 bugfixes: - ntnx_foundation - [Bug] Error when Clusters Block is missing in module ntnx_foundation [[\#397](https://github.com/nutanix/nutanix.ansible/issues/397)] @@ -451,6 +447,13 @@ releases: - ntnx_vms - owner association upon vm creation module [[\#359](https://github.com/nutanix/nutanix.ansible/issues/359)] - ntnx_vms_info - [Imprv] add examples with guest customization for module ntnx_vms [[\#395](https://github.com/nutanix/nutanix.ansible/issues/395)] - release_summary: This release included bug fixes and improvement. We have also - deprecated support for ansible-core less than v2.14.0 + release_summary: This release included bug fixes and improvement. release_date: '2023-10-09' + 1.9.2: + changes: + breaking_changes: + - nutanix.ncp collection - Due to all versions of ansible-core version less than v2.14.0 + are EOL, we are also deprecating support for same and minimum version to use + this collection is ansible-core==2.14.0. [[\#457](https://github.com/nutanix/nutanix.ansible/issues/457)] + release_summary: Deprecating support for ansible-core less than v2.14.0 + release_date: '2024-04-11' diff --git a/galaxy.yml b/galaxy.yml index 19f7173b..07f60d06 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: "nutanix" name: "ncp" -version: "1.9.1" +version: "1.9.2" readme: "README.md" authors: - "Abhishek Chaudhary (@abhimutant)" @@ -15,4 +15,4 @@ repository: https://github.com/nutanix/nutanix.ansible documentation: https://nutanix.github.io/nutanix.ansible/ homepage: https://nutanix.github.io/nutanix.ansible/ issues: https://github.com/nutanix/nutanix.ansible/issues -build_ignore: [] \ No newline at end of file +build_ignore: []