Skip to content

Commit

Permalink
Release 1.9.2 (#473)
Browse files Browse the repository at this point in the history
* Release docs changes

* galaxy yml changes
  • Loading branch information
bhati-pradeep committed Apr 18, 2024
1 parent 1a8958e commit a99fa59
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 18 deletions.
15 changes: 11 additions & 4 deletions 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)


Expand All @@ -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)
Expand Down
19 changes: 13 additions & 6 deletions CHANGELOG.rst
Expand Up @@ -4,14 +4,26 @@ 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
======

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
-------------
Expand All @@ -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
--------

Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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

Expand Down
15 changes: 9 additions & 6 deletions changelogs/changelog.yaml
Expand Up @@ -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)]
Expand Down Expand Up @@ -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'
4 changes: 2 additions & 2 deletions 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)"
Expand All @@ -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: []
build_ignore: []

0 comments on commit a99fa59

Please sign in to comment.