Skip to content

Commit

Permalink
Feat/1.8.0 ga (#553)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhishekism9450 <32683845+Abhishekism9450@users.noreply.github.com>
Co-authored-by: Abhishek <abhishekism9450@gmail.com>
  • Loading branch information
3 people authored Feb 23, 2023
1 parent 01d9be4 commit 5e3f83a
Show file tree
Hide file tree
Showing 125 changed files with 9,759 additions and 1,359 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## 1.8.0 (Feb 23, 2023)
[Full Changelog](https://github.com/nutanix/terraform-provider-nutanix/compare/feat/v1.8.0-beta-2...feat/1.8.0-ga)

**New Features:**
- Feat/1.8.0-ga Release with Nutanix Database Service based resource and datasources [\#553](https://github.com/nutanix/terraform-provider-nutanix/pull/553)

New Resources:
- nutanix_ndb_maintenance_window
- nutanix_ndb_maintenance_task
- nutanix_ndb_tms_cluster
- nutanix_ndb_tag
- nutanix_ndb_network
- nutanix_ndb_dbserver_vm
- nutanix_ndb_register_dbserver
- nutanix_ndb_stretched_vlan
- nutanix_ndb_clone_refresh
- nutanix_ndb_cluster

New Data Sources:
- nutanix_ndb_maintenance_window
- nutanix_ndb_maintenance_windows
- nutanix_ndb_tag
- nutanix_ndb_tags
- nutanix_ndb_network
- nutanix_ndb_networks
- nutanix_ndb_dbserver
- nutanix_ndb_dbservers


## 1.8.0-beta-2 (Jan 20, 2023)
[Full Changelog](https://github.com/nutanix/terraform-provider-nutanix/compare/v1.8.0-beta.1...v1.8.0-beta.2)

Expand Down
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,11 @@ Foundation Central based modules and examples : Foundation based modules & examp
> For the 1.8.0-beta.2 release of the provider, it will have N-2 compatibilty with the Nutanix Database Service. This release was tested with v2.5.1.1 , v2.5.0.2 and v2.4.1
Note: For 1.8.0-beta.2 release, only postgress database type is qualified and officially supported.
> For the 1.8.0 release of the provider, it will have N-2 compatibility with the Nutanix database service. This release was tested with v2.5.1.1, v2.5.1 and v2.5 versions.
Checkout example : https://github.com/nutanix/terraform-provider-nutanix/blob/master/examples/ndb/database_instance
Note: For 1.8.0 release, only postgress database type is qualified and officially supported. Older versions of NDB may not support some resources.

Checkout example : https://github.com/nutanix/terraform-provider-nutanix/blob/master/examples/ndb/

## Example Usage

Expand Down Expand Up @@ -196,6 +198,16 @@ From foundation getting released in 1.5.0-beta, provider configuration will acco
* nutanix_ndb_register_database
* nutanix_ndb_sla
* nutanix_ndb_software_version_profile
* nutanix_ndb_tms_cluster
* nutanix_ndb_tag
* nutanix_ndb_dbserver_vm
* nutanix_ndb_register_dbserver
* nutanix_ndb_clone_refresh
* nutanix_ndb_network
* nutanix_ndb_stretched_vlan
* nutanix_ndb_cluster
* nutanix_ndb_maintenance_task
* nutanix_ndb_maintenance_window

## Data Sources

Expand Down Expand Up @@ -265,6 +277,14 @@ From foundation getting released in 1.5.0-beta, provider configuration will acco
* nutanix_ndb_tms_capability
* nutanix_ndb_time_machine
* nutanix_ndb_time_machines
* nutanix_ndb_dbserver
* nutanix_ndb_dbservers
* nutanix_ndb_tag
* nutanix_ndb_tags
* nutanix_ndb_network
* nutanix_ndb_networks
* nutanix_ndb_maintenance_window
* nutanix_ndb_maintenance_windows

## Quick Install

Expand Down
Loading

0 comments on commit 5e3f83a

Please sign in to comment.