Skip to content

Releases: nutanix/terraform-provider-nutanix

v1.9.5

16 Jan 17:41
502c1ea
Compare
Choose a tag to compare

1.9.5 (January 16, 2024)

Full Changelog

Merged pull request:

  • Fixing the error for NDB datasource for databases if creds are invalid. #668

Closed issues:

  • Memory MiB quantity value shows discrepancy in terraform plugin and Prism.. #654

Fixed bugs:

  • Datasource nutanix_ndb_databases doesn't return error if creds are invalid. #667

v1.9.4

27 Oct 17:01
1dfdba3
Compare
Choose a tag to compare

1.9.4 (October 27, 2023)

Full Changelog

Merged pull request:

  • Change VM name should not require VM PowerOFF. #626
  • Fix: compare bootconfig against previous value. #641

Implemented enhancements:

  • Added example to use metadata in nutanix subnets. #643
  • External subnet name/uuid are Optional args not Required. #644

Fixed bugs:

  • VM rebooted at every change because of hotPlugChange set to false. #640
  • Changing the VM name forces a reboot. #625

Closed issues:

  • Modify Terraform documentation for nutanix_vpc resource. #636
  • Include metadata example for data.nutanix_subnets. #590

v1.9.3

07 Sep 07:50
0441a6e
Compare
Choose a tag to compare

1.9.3 (September 7, 2023)

Full Changelog

Merged pull request:

  • Setting machine type in updating virtual machines. #630
  • Added examples of role creation using nutanix terraform provider. #632

Fixed bugs:

  • Updating gives error: Machine type must be set to Q35 for secure boot. #622
  • Machine type must be set to Q35 for secure boot. #494

Closed issues:

  • nutanix_virtual_machine incorrectly casts nic_list and disk_list via the CDKTF. #624

Closed pull request:

  • Fix Secure boot VMs when doing updates. #496

v1.9.2

21 Jul 09:39
033e0f7
Compare
Choose a tag to compare

1.9.2 (July 21, 2023)

Full Changelog

Merged pull request:

  • Fixing terraform doc link for detailed references. #618

Closed issues:

  • All "see detailed information" at the bottom of the doc pages are broken. #617
  • Subnet documentation missing attributes. #616
  • Unsupported attribute for Volume Groups should be removed from VM resource documentation. #613
  • Typo in documentation guest_customization_sysrep_custom_key_values. #495

v1.9.1

14 Jun 18:16
2324d3d
Compare
Choose a tag to compare

1.9.1 (June 14, 2023)

Full Changelog

Implemented enhancements:

  • Handling version in ReadContext for "nutanix_karbon_cluster" resource. #606
  • Changed Port field in "resource_karbon_private_registry" to Optional. #607
  • NDB clusters endpoint to have support for Active Directory. #608

Closed issues:

  • Add support documentation in terraform. #611

v1.9.0

26 May 12:05
41c7eda
Compare
Choose a tag to compare

1.9.0 (May 26, 2023)

Full Changelog

New Feature:

  • Add support for new Karbon features. #290

    New Resource :

    • nutanix_karbon_worker_nodepool

Implemented enhancements:

  • Adding timeouts in "nutanix_karbon_cluster" resource. #563
  • Vlan with 0 vlan_id should be supported in subnet resource. #562
  • Adding contributing doc and code of conduct in provider. #603
  • Schema Validation for NDB database provision when profiles are required or optional. #591

Fixed bugs:

  • Intermittent "context deadline exceeded" errors on "nutanix_karbon_cluster" resource. #544
  • Resource "nutanix_subnet" fails when creating a managed IPAM network using a VLAN that overlaps with existing network. #543
  • In NDB database resource, Required profile values for provisioning a database with registered dbserver or with new dbserver should be properly listed. #\604

Closed issues:

  • Typo in documentation guest_customization_sysrep_custom_key_values. #495
  • Documentation about subnet_type for nutanix_subnet is missing. #506
  • parent_reference misspelled. #507
  • availability_zone_reference not returning in nutanix_clusters. #573

Merged pull requests:

  • Add information about how to import virtual machine to state. #500
  • Removed UUID field from documentation of nutanix address group. #462

v1.8.1

18 Apr 18:40
3ceb4bd
Compare
Choose a tag to compare

1.8.1 (April 18, 2023)

Full Changelog

New Feature:

  • Added a datasource for NDB network available ips. #570

    New Data Source :

    • nutanix_ndb_network_available_ips

Implemented enhancements:

  • Handling the case if ndb cluster id is given wrong. #571
  • Support for imports on ndb day-2 actions. #561
  • Changing the provider version in ndb examples from beta to ga. #580

Fixed bugs:

  • Tf ntnx provider crash for wrong ndb cluster id. #567
  • lcm_config should be Set without plugin crash in clone resource. #583

Closed issues:

  • NDB datasource for network available ips. #569
  • Support for adding import on ndb day2 actions. #582
  • How to configure IP address for Nutanix Packer images. #576

v1.8.0

23 Feb 11:25
5e3f83a
Compare
Choose a tag to compare

1.8.0 (Feb 23, 2023)

Full Changelog

New Features:

  • Feat/1.8.0-ga Release with Nutanix Database Service based resource and datasources #553

    Resources:

    • nutanix_ndb_database
    • 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
    • nutanix_ndb_profile
    • nutanix_ndb_sla
    • nutanix_ndb_database_scale
    • nutanix_ndb_database_restore
    • nutanix_ndb_database_snapshot
    • nutanix_ndb_register_database
    • nutanix_ndb_clone
    • nutanix_ndb_log_catchups
    • nutanix_ndb_authorize_dbservers
    • nutanix_ndb_software_version_profile
    • nutanix_ndb_linked_databases

    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
    • nutanix_ndb_cluster
    • nutanix_ndb_clusters
    • nutanix_ndb_database
    • nutanix_ndb_databases
    • nutanix_ndb_profile
    • nutanix_ndb_profiles
    • nutanix_ndb_sla
    • nutanix_ndb_snapshot
    • nutanix_ndb_snapshots
    • nutanix_ndb_time_machine
    • nutanix_ndb_time_machines
    • nutanix_ndb_tms_capability
    • nutanix_ndb_clone
    • nutanix_ndb_clones

v1.8.0-beta.3

20 Jan 14:20
361d70c
Compare
Choose a tag to compare
v1.8.0-beta.3 Pre-release
Pre-release

1.8.0-beta-2 (Jan 20, 2023)

Full Changelog

New Feature:

  • Feat/1.8.0-beta.2 Release with Nutanix Database Service based resource and datasources [#533] (#533)

    New Resources:

    • nutanix_ndb_profile
    • nutanix_ndb_sla
    • nutanix_ndb_database_scale
    • nutanix_ndb_database_restore
    • nutanix_ndb_database_snapshot
    • nutanix_ndb_register_database
    • nutanix_ndb_clone
    • nutanix_ndb_log_catchups
    • nutanix_ndb_authorize_dbservers
    • nutanix_ndb_software_version_profile
    • nutanix_ndb_linked_databases

    New Data Sources:

    • nutanix_ndb_snapshot
    • nutanix_ndb_snapshots
    • nutanix_ndb_time_machine
    • nutanix_ndb_time_machines
    • nutanix_ndb_tms_capability
    • nutanix_ndb_clone
    • nutanix_ndb_clones

Implemented enhancements:

  • Support for HA instance in nutanix_ndb_database resource. #518
  • Improving the error when server is unreachable. #530
  • Fetching of database based on database_type filter #513
  • Support of Tags and Maintainence Window in provisioning #528

v1.8.0-beta.2

20 Jan 14:04
361d70c
Compare
Choose a tag to compare
v1.8.0-beta.2 Pre-release
Pre-release

1.8.0-beta-2 (Jan 20, 2023)

Full Changelog

New Feature:

  • Feat/1.8.0-beta.2 Release with Nutanix Database Service based resource and datasources [#533] (#533)

    New Resources:

    • nutanix_ndb_profile
    • nutanix_ndb_sla
    • nutanix_ndb_database_scale
    • nutanix_ndb_database_restore
    • nutanix_ndb_database_snapshot
    • nutanix_ndb_register_database
    • nutanix_ndb_clone
    • nutanix_ndb_log_catchups
    • nutanix_ndb_authorize_dbservers
    • nutanix_ndb_software_version_profile
    • nutanix_ndb_linked_databases

    New Data Sources:

    • nutanix_ndb_snapshot
    • nutanix_ndb_snapshots
    • nutanix_ndb_time_machine
    • nutanix_ndb_time_machines
    • nutanix_ndb_tms_capability
    • nutanix_ndb_clone
    • nutanix_ndb_clones

Implemented enhancements:

  • Support for HA instance in nutanix_ndb_database resource. #518
  • Improving the error when server is unreachable. #530
  • Fetching of database based on database_type filter #513
  • Support of Tags and Maintainence Window in provisioning #528