You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -373,7 +380,7 @@ All new features are v4 SDKs based.
373
380
- Support for HA instance in nutanix_ndb_database resource. [\#518](https://github.com/nutanix/terraform-provider-nutanix/pull/518)
374
381
- Improving the error when server is unreachable. [\#530](https://github.com/nutanix/terraform-provider-nutanix/pull/530)
375
382
- Fetching of database based on database_type filter [\#513](https://github.com/nutanix/terraform-provider-nutanix/pull/513)
376
-
- Support of Tags and Maintainence Window in provisioning [\#528](https://github.com/nutanix/terraform-provider-nutanix/pull/528)
383
+
- Support of Tags and Maintainence Window in provisioning [\#528](https://github.com/nutanix/terraform-provider-nutanix/pull/528)
377
384
378
385
379
386
## 1.8.0-beta.1 (Oct 12, 2022)
@@ -432,7 +439,7 @@ All new features are v4 SDKs based.
432
439
433
440
**Fixed bugs:**
434
441
435
-
- Terraform provider crashes when using guest_customization_sysprep_custom_key_values [\#441] (https://github.com/nutanix/terraform-provider-nutanix/issues/441)
442
+
- Terraform provider crashes when using guest_customization_sysprep_custom_key_values [\#441] (https://github.com/nutanix/terraform-provider-nutanix/issues/441)
436
443
- Nutanix terraform- Karbon clusters, the storage_class_config is not been displayed. [\#417] (https://github.com/nutanix/terraform-provider-nutanix/issues/417)
437
444
- Checksum is not considered while uploading image from local using nutanix_image resource. [\#469] (https://github.com/nutanix/terraform-provider-nutanix/issues/469)
438
445
- Not able to update image_type of PC image [\#454] (https://github.com/nutanix/terraform-provider-nutanix/issues/454)
@@ -441,7 +448,7 @@ All new features are v4 SDKs based.
441
448
**Closed issues:**
442
449
443
450
- Support for User Groups [\#475] (https://github.com/nutanix/terraform-provider-nutanix/issues/475)
444
-
- Resizing disk identified in plan, but not actually done during apply [\#463] (https://github.com/nutanix/terraform-provider-nutanix/issues/463)
451
+
- Resizing disk identified in plan, but not actually done during apply [\#463] (https://github.com/nutanix/terraform-provider-nutanix/issues/463)
445
452
- uuid of address_groups are not available [\#461] (https://github.com/nutanix/terraform-provider-nutanix/issues/461)
446
453
- ntx provider have ENTITY_READ_ERROR when try to recreate a VM deleted manually [\#451] (https://github.com/nutanix/terraform-provider-nutanix/issues/451)
447
454
- Allow project definiation by name and not just ID [\#406] (https://github.com/nutanix/terraform-provider-nutanix/issues/406)
@@ -499,7 +506,7 @@ All new features are v4 SDKs based.
499
506
- Foundation Acceptance tests and minor fixes [\#436](https://github.com/nutanix/terraform-provider-nutanix/pull/436) ([bhatipradeep](https://github.com/bhatipradeep))
500
507
- Foundation Central unit tests and acceptance tests [\#439](https://github.com/nutanix/terraform-provider-nutanix/pull/439) ([abhimutant](https://github.com/abhimutant))
501
508
- Optimize Image upload to avoid buffering. Add cluster related fields in image upload resource & data source for PC [\#432](https://github.com/nutanix/terraform-provider-nutanix/pull/432) ([bhatipradeep](https://github.com/bhatipradeep))
502
-
- fixing karbon docs at registry [\#434](https://github.com/nutanix/terraform-provider-nutanix/pull/434)([abhimutant](https://github.com/abhimutant))
509
+
- fixing karbon docs at registry [\#434](https://github.com/nutanix/terraform-provider-nutanix/pull/434)([abhimutant](https://github.com/abhimutant))
503
510
- Example for using config downloaded from install.nutanix.com to image nodes[\#444](https://github.com/nutanix/terraform-provider-nutanix/pull/444) ([bhatipradeep](https://github.com/bhatipradeep))
504
511
- Add example to pull secrets from hashicorp vault to use them in node imaging [\#431](https://github.com/nutanix/terraform-provider-nutanix/pull/431) ([bhatipradeep](https://github.com/bhatipradeep))
505
512
@@ -536,12 +543,12 @@ All new features are v4 SDKs based.
536
543
- nutanix_foundation_central_cluster_details
537
544
- nutanix_foundation_central_imaged_node_details
538
545
539
-
546
+
540
547
New Resources :
541
548
- nutanix_foundation_central_image_cluster
542
549
- nutanix_foundation_central_api_keys
543
550
544
-
New Modules :
551
+
New Modules :
545
552
- aos-based-node-imaging/node-serials-filter
546
553
- manual-mode-imaging
547
554
@@ -559,13 +566,13 @@ All new features are v4 SDKs based.
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Terraform provider plugin to integrate with Nutanix Cloud Platform.
4
4
5
-
NOTE: The latest version of the Nutanix provider is [v2.2.1](https://github.com/nutanix/terraform-provider-nutanix/releases/tag/v2.2.1).
5
+
NOTE: The latest version of the Nutanix provider is [v2.2.2](https://github.com/nutanix/terraform-provider-nutanix/releases/tag/v2.2.2).
6
6
7
7
Modules based on Terraform Nutanix Provider can be found here : [Modules](https://github.com/nutanix/terraform-provider-nutanix/tree/master/modules)
8
8
@@ -22,19 +22,24 @@ Modules based on Terraform Nutanix Provider can be found here : [Modules](https:
22
22
*[Go](https://golang.org/doc/install) 1.17+ (to build the provider plugin)
23
23
* This provider uses [SDKv2](https://www.terraform.io/plugin/sdkv2/sdkv2-intro) from release 1.3.0
24
24
25
+
### Introducing Nutanix Terraform Provider Version 2.2.2
26
+
We're excited to announce the release of Nutanix Terraform Provider Version 2.2.2! This update brings significant enhancements and bug fixes to your infrastructure management experience:
27
+
28
+
- This is a minor release that includes enhancements and bug fixes, aimed at improving stability and reliability.
29
+
25
30
### Introducing Nutanix Terraform Provider Version 2.2.1
26
31
We're excited to announce the release of Nutanix Terraform Provider Version 2.2.1! This update brings significant enhancements and bug fixes to your infrastructure management experience:
27
-
32
+
28
33
- This is a minor release that includes enhancements and bug fixes, aimed at improving stability and reliability.
29
34
30
35
### Introducing Nutanix Terraform Provider Version 2.2.0
31
36
We're excited to announce the release of Nutanix Terraform Provider Version 2.2.0! This major update brings significant improvements to your infrastructure management experience:
32
-
37
+
33
38
- It will allow you to interact with Self Service API. With this new plugin support you will be able to launch a Single VM Blueprint to create an Application in Self Service and perform some Day 2 actions like updating application, creating snapshot/restore etc.
34
39
35
40
### Introducing Nutanix Terraform Provider Version 2.1.0
36
41
We're excited to announce the release of Nutanix Terraform Provider Version 2.1.0! This major update brings significant improvements to your infrastructure management experience:
37
-
42
+
38
43
- Built on the latest v4 APIs/SDKs: Leveraging the power of Nutanix v4 APIs/SDKs, this version offers enhanced functionality and better integration with the latest Nutanix features.
39
44
- Expanded Resource Coverage: Discover new resources and data sources, enabling you to model and manage a broader spectrum of Nutanix infrastructure components within your Terraform configurations.
40
45
- <b>Version Suffix: Modules built based on v4 PC/PE GA sdks are marked with the *_v2 suffix.</b>
@@ -44,14 +49,15 @@ The provider is used to interact with the many resources and data sources suppor
44
49
- Self Service version: 4.1.0 (Required only for running Self Service based resource and data source)
45
50
- AOS Version: 7.0.1, 7.0 or later
46
51
- Prism Central Version: pc2024.3, pc2024.3.1 or later
47
-
- Nutanix Terraform Provider Version: 2.2.0
52
+
- Nutanix Terraform Provider Version: 2.2.2
48
53
49
54
50
55
## Compatibility Matrix
51
56
| Terraform Version | AOS Version | PC version | Other software versions | Supported |
52
57
| :--- | :--- | :--- | :--- | :--- |
58
+
| 2.2.2 | 7.0.1, 7.0 | pc2024.3, pc2024.3.1 or later || yes |
53
59
| 2.2.1 | 7.0.1, 7.0 | pc2024.3, pc2024.3.1 or later || yes |
54
-
| 2.2.0 ||| Self Service v4.1.0 | yes |
60
+
| 2.2.0 ||| Self Service v4.1.0 | yes |
55
61
| 2.1.1 | 7.0.1, 7.0 | pc2024.3, pc2024.3.1 or later || yes |
56
62
| 2.1.0 | 7.0.1, 7.0 | pc2024.3, pc2024.3.1 or later || yes |
57
63
| 2.0.0 | 7.0 | pc2024.3 or later | ndb v2.7, nke v2.8, foundation v5.7 | Yes |
@@ -380,7 +386,7 @@ From foundation getting released in 1.5.0-beta, provider configuration will acco
380
386
381
387
382
388
383
-
## Developing the provider
389
+
## Developing the provider
384
390
385
391
The Nutanix Provider for Terraform is the work of many contributors. We appreciate your help!
386
392
@@ -392,11 +398,11 @@ The Nutanix Provider for Terraform is the work of many contributors. We apprecia
392
398
393
399
-> **Note:** We now have a brand new developer-centric Support Program designed for organizations that require a deeper level of developer support to manage their Nutanix environment and build applications quickly and efficiently. As part of this new Advanced API/SDK Support Program, you will get access to trusted technical advisors who specialize in developer tools including Nutanix Terraform Provider and receive support for your unique development needs and custom integration queries. Visit our Support Portal - [Premium Add-On Support Programs](https://www.nutanix.com/support-services/product-support/premium-support-programs) to learn more about this program.
394
400
395
-
Customers not taking advantage of the Advanced API/SDK Support Program will continue to receive the support through our standard, community-supported model. This community model also provides support for contributions to the open-sourceNutanix Terraform Provider repository .Visit https://portal.nutanix.com/kb/13424 for more details.
401
+
Customers not taking advantage of the Advanced API/SDK Support Program will continue to receive the support through our standard, community-supported model. This community model also provides support for contributions to the open-sourceNutanix Terraform Provider repository .Visit https://portal.nutanix.com/kb/13424 for more details.
396
402
397
403
398
404
## Community
399
405
400
406
Nutanix is taking an inclusive approach to developing this new feature and welcomes customer feedback. Please see our development project on GitHub (you're here!), comment on requirements, design, code, and/or feel free to join us on Slack. Instructions on commenting, contributing, and joining our community Slack channel are all located within our GitHub Readme.
401
407
402
-
For a slack invite, please contact [email protected] from your business email address, and we'll add you.
408
+
For a slack invite, please contact [email protected] from your business email address, and we'll add you.
0 commit comments