Skip to content

Commit

Permalink
Mention known issues in release doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep committed May 29, 2024
1 parent 2e6eb7d commit 6f40715
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 7 additions & 4 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 6f40715

Please sign in to comment.