From 6f40715d69e84fcebd0f5b3384e63f5c6b0ba25d Mon Sep 17 00:00:00 2001 From: Pradeepsingh Bhati Date: Wed, 29 May 2024 13:39:53 +0530 Subject: [PATCH] Mention known issues in release doc --- CHANGELOG.md | 4 ++-- CHANGELOG.rst | 9 +++++++-- README.md | 5 ++++- changelogs/changelog.yaml | 11 +++++++---- 4 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b69bc601..a50429e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -## v1.9.2 (11 April 2024) +## v1.9.2 (30 May 2024) **Breaking Changes:** - nutanix.ncp collection - Due to all versions of ansible-core less than v2.15.0 are EOL, we are also deprecating support for same and minimum version to use this collection is ansible-core==2.15.0 - [[\#457](https://github.com/nutanix/nutanix.ansible/issues/457)] + [[\#479](https://github.com/nutanix/nutanix.ansible/issues/479)] **Full Changelog:** [here](https://github.com/nutanix/nutanix.ansible/compare/v1.9.1...v1.9.2) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aa3a9d68..bcb9ba08 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,12 +10,17 @@ v1.9.2 Release Summary --------------- -Deprecating support for ansible-core version less than v2.15.0 +Deprecating support for ansible-core less than v2.15.0 Breaking Changes / Porting Guide -------------------------------- -- nutanix.ncp collection - Due to all versions of ansible-core less than v2.15.0 are EOL, we are also deprecating support for same and minimum version to use this collection is ansible-core==2.15.0. [[\#457](https://github.com/nutanix/nutanix.ansible/issues/457)] +- nutanix.ncp collection - Due to all versions of ansible-core version less than v2.15.0 are EOL, we are also deprecating support for same and minimum version to use this collection is ansible-core==2.15.0. [[\#479](https://github.com/nutanix/nutanix.ansible/issues/479)] + +Known Issues +------------ + +- IAM feature modules - IAM v3 APIs are deprecated from pc.2024.1, module consuming them are failing [[\#480](https://github.com/nutanix/nutanix.ansible/issues/480)] v1.9.1 ====== diff --git a/README.md b/README.md index adb6ccba..f101cf70 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,10 @@ 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.2024.1. +> For the 1.9.2 release of the ansible plugin it will have N-1 compatibility with the Prism Central APIs. This release was sanity tested against Prism Central version pc.2024.1 . + +### Known Issues: +1. [Bug] IAM v3 APIs are deprecated from pc.2024.1, module consuming them are failing - https://github.com/nutanix/nutanix.ansible/issues/480 ### 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 b55bd20f..c630ee0a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -452,8 +452,11 @@ releases: 1.9.2: changes: breaking_changes: - - nutanix.ncp collection - Due to all versions of ansible-core version less than v2.15.0 - are EOL, we are also deprecating support for same and minimum version to use - this collection is ansible-core==2.15.0. [[\#457](https://github.com/nutanix/nutanix.ansible/issues/457)] + - nutanix.ncp collection - Due to all versions of ansible-core version less + than v2.15.0 are EOL, we are also deprecating support for same and minimum + version to use this collection is ansible-core==2.15.0. [[\#479](https://github.com/nutanix/nutanix.ansible/issues/479)] + known_issues: + - IAM feature modules - IAM v3 APIs are deprecated from pc.2024.1, module consuming + them are failing [[\#480](https://github.com/nutanix/nutanix.ansible/issues/480)] release_summary: Deprecating support for ansible-core less than v2.15.0 - release_date: '2024-04-11' + release_date: '2024-05-30'