Skip to content

Commit 17a2ee9

Browse files
Merge pull request #633 from nutanix/release/2.1.1
Changes in the Changelog and README files for 2.1.1 release
2 parents 16ff079 + 12cac51 commit 17a2ee9

File tree

4 files changed

+32
-1
lines changed

4 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v2.1.1 (9 April 2025)
2+
3+
Releasing this to make it inline with guidelines of Redhat by removing version cap or fixed version from requirements.txt
4+
5+
**Bugs:**
6+
7+
- requirements file - [Bug] The entries in the requirements file MUST NOT have a version cap or be fixed [[\#631](https://github.com/nutanix/nutanix.ansible/issues/631)]
8+
9+
**Full Changelog:** [here](https://github.com/nutanix/nutanix.ansible/compare/v2.1.0...v2.1.1)
10+
111
## v2.1.0 (7 April 2025)
212

313
Releasing new modules for Prism, Data Protection, Data Policies, LCM and Volumes using PC GA v4 sdks

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Nutanix.Ncp Release Notes
44

55
.. contents:: Topics
66

7+
v2.1.1
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Releasing this to make it inline with guidelines of Redhat by removing version cap or fixed version from requirements.txt
14+
15+
Bugfixes
16+
--------
17+
18+
- requirements file - [Bug] The entries in the requirements file MUST NOT have a version cap or be fixed [[\#631](https://github.com/nutanix/nutanix.ansible/issues/631)]
19+
720
v2.1.0
821
======
922

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ It is designed keeping simplicity as the core value. Hence it is
1010

1111
Checkout this [blog](https://www.nutanix.dev/2022/08/05/getting-started-with-the-nutanix-ansible-module/) for getting started with nutanix ansible module.
1212

13-
NOTE: The latest version of the Nutanix Ansible collection is [v2.1.0](https://github.com/nutanix/nutanix.ansible/releases/tag/v2.1.0).
13+
NOTE: The latest version of the Nutanix Ansible collection is [v2.1.1](https://github.com/nutanix/nutanix.ansible/releases/tag/v2.1.1).
1414

1515
### Introducing Nutanix Ansible Collection Version 2.1.0
1616
We're excited to announce the release of Nutanix Ansible Collection Version 2.1.0! This major update brings significant improvements to your infrastructure management experience:
@@ -46,6 +46,7 @@ This collection requires Python 3.10 or greater
4646

4747
| Ansible Version | AOS Version | PC version | Other software versions | Supported |
4848
| :--- | :--- | :--- | :--- | :--- |
49+
| 2.1.1 | 7.0.1, 7.0| pc2024.3, pc2024.3.1 or later| | yes |
4950
| 2.1.0 | 7.0.1, 7.0| pc2024.3, pc2024.3.1 or later| | yes |
5051
| 2.0.0 | 7.0 | pc2024.3 or later | nke v2.8, foundation v5.7, ndb v2.7| yes |
5152
| 1.9.2 | | pc2024.1 | | yes |

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,3 +821,10 @@ releases:
821821
name: ntnx_volume_groups_categories_v2
822822
namespace: ""
823823
release_date: "2025-04-07"
824+
2.1.1:
825+
changes:
826+
bugfixes:
827+
- requirements file - [Bug] The entries in the requirements file MUST NOT have a version cap or
828+
be fixed [[\#631](https://github.com/nutanix/nutanix.ansible/issues/631)]
829+
release_summary: Releasing this to make it inline with guidelines of Redhat by removing version cap or fixed version from requirements.txt
830+
release_date: "2025-04-09"

0 commit comments

Comments
 (0)