From 1a6846f14c200f2ab7ddf22387ede9bad28f85bd Mon Sep 17 00:00:00 2001 From: Siddharth Kulshrestha Date: Wed, 16 Feb 2022 12:09:47 +0530 Subject: [PATCH] Updated CHANGELOG and README --- CHANGELOG.md | 3 ++- README.md | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99949abe2..b178e3cb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,6 @@ **Closed issues:** -- Allow usage of service and address groups in network_security_rules [\#170](https://github.com/nutanix/terraform-provider-nutanix/issues/170) - Implement Timeout blocks on resource level [\#254](https://github.com/nutanix/terraform-provider-nutanix/issues/254) - Upgrade Terraform provider to the latest SDK [\#287](https://github.com/nutanix/terraform-provider-nutanix/issues/287) - Allow Subnet Datasources to filter based on PE ID [\#308](https://github.com/nutanix/terraform-provider-nutanix/issues/308) @@ -31,6 +30,7 @@ - `nutanix_projects` and `nutanix_project` throws error when there is external network associated to a project [\#337](https://github.com/nutanix/terraform-provider-nutanix/issues/337) + **Merged pull requests:** - Workflow for automated acceptance test cases [\#325](https://github.com/nutanix/terraform-provider-nutanix/pull/325) ([siddharth-kulshrestha](https://github.com/siddharth-kulshrestha)) @@ -48,6 +48,7 @@ - Add vCPU hard pinning [\#307](https://github.com/nutanix/terraform-provider-nutanix/pull/307) ([basraayman](https://github.com/basraayman)) - bugfix 254 - timeout on resource level [\#333](https://github.com/nutanix/terraform-provider-nutanix/pull/333) ([venkatavivek-ntnx](https://github.com/venkatavivek-ntnx)) - Fix existing examples. Add new examples [\#346](https://github.com/nutanix/terraform-provider-nutanix/pull/346) ([bhati-pradeep](https://github.com/bhati-pradeep)) +- Automation for manual testcases [\#334](https://github.com/nutanix/terraform-provider-nutanix/issues/334) ([abhimutant](https://github.com/abhimutant)) diff --git a/README.md b/README.md index 6bc597f9f..79441c0e7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ For a slack invite, please contact terraform@nutanix.com from your business emai ### Provider Development * [Terraform](https://www.terraform.io/downloads.html) 0.12+ -* [Go](https://golang.org/doc/install) 1.12+ (to build the provider plugin) +* [Go](https://golang.org/doc/install) 1.17+ (to build the provider plugin) * This provider uses [SDKv2](https://www.terraform.io/plugin/sdkv2/sdkv2-intro) from release 1.3.0 ### Provider Use @@ -30,7 +30,9 @@ For a slack invite, please contact terraform@nutanix.com from your business emai The Terraform Nutanix provider is designed to work with Nutanix Prism Central, such that you can manage one or more Prism Element clusters at scale. AOS/PC 5.6.0 or higher is required, as this Provider makes exclusive use of the v3 APIs > For the 1.2.0 release of the provider it will have an N-1 compatibility with the Prism Central APIs. This provider was tested against Prism Central versions 2020.9 and 2020.11, as well as AOS version 5.18 and 5.19 -> For the 1.3.0 release of the provider it will have N-2 compatibility with the Prism Central APIs. This release was tested against Prism Central versions pc.2021.9.0.4, pc.2021.8.0.1 and pc.2021.7. + + +> For the 1.3.0 release of the provider it will have N-2 compatibility with the Prism Central APIs. This release was tested against Prism Central versions pc.2021.9.0.4, pc.2021.8.0.1 and pc.2021.7. ## Example Usage