Skip to content

Releases: oracle/terraform-provider-oci

DBSystem Exadata shapes, instance nested metadata, bug fixes, doc updates

11 Aug 21:37

Choose a tag to compare

-Fixes for DBSystem and enabling Exadata Shapes
-Enabling nested metadata in compute Instances
-Making metadata an optional parameter in compute instances
-Fixing isStateful bug in security lists
-Adding DHCP Options examples
-Docs and example updates

Option to disable automatic retries as a short term soln to issue #179

20 Jul 01:11

Choose a tag to compare

In v.1.0.14 we introduced automatic retry logic to fix some eventual consistency issues. The retries significantly affected the performance of destroy operations. In v1.0.16 we have added an option to disable the automatic retries. A limited number of resources had issues that were solved by the retry logic so we are adding this option as a short term fix. We are working on a better solution.
To avoid the longer time on destroy operations you can set the disable_auto_retries to true in the baremetal provider. See an example in docs/examples/compute/single_instance/provider.tf

Some people also reported they were seeing an error in some operating systems when a retry token was being used for multiple requests (See issue #170). v1.0.16 also includes a fix for this. We cannot test on every possible environment so please let us know if you are still seeing this issue when the automatic retries are enabled.

Bug Fixes

14 Jul 01:07

Choose a tag to compare

Bug fixes for:

  • DBaaS DBSystem
  • Object Storage preauthenticated requests
  • Identity User UI password
  • Add missing display name updates to security lists and route tables

Pre-authenticated object requests, enhanced retry logic, private load balancer and persistent sessions

29 Jun 07:50

Choose a tag to compare

  • pre-authenticated object store requests
  • load balancer support for local vcn and persistent sessions
  • enhanced retry logic for request failures
    • typical network operations retry for 2 minutes
    • replication dependent operations retry for 10 minutes

Bug fixes

19 Jun 07:57

Choose a tag to compare

  • load balancer bug fixes
  • supports public buckets
  • adds retry logic for request failures

Bug fixes

26 May 20:46

Choose a tag to compare

  • load balancer backend set bug fix #85
  • fixes IPSec error #107
  • fixes #99 (doc error)

Bug fixes, acceptance tests

20 May 05:32

Choose a tag to compare

  • load balancer bug fixes
  • emit terraform-provider-baremetal plugin version number in debug output

Supports region configuration

16 May 04:13

Choose a tag to compare

  • adds private subnets
  • instance assignable private ip and ipxe script
  • load balancer bug fix

Fixes vcn bug

02 May 07:16

Choose a tag to compare

  • fixes regression #79

Terraform v0.9.x support + full Load Balancer integration

28 Apr 23:57

Choose a tag to compare

  • expose credentials on a Windows instance
  • numerous bug fixes