Releases: oracle/terraform-provider-oci
DBSystem Exadata shapes, instance nested metadata, bug fixes, doc updates
-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
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
Pre-authenticated object requests, enhanced retry logic, private load balancer and persistent sessions
- 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
- load balancer bug fixes
- supports public buckets
- adds retry logic for request failures
Bug fixes
Bug fixes, acceptance tests
- load balancer bug fixes
- emit terraform-provider-baremetal plugin version number in debug output
Supports region configuration
- adds private subnets
- instance assignable private ip and ipxe script
- load balancer bug fix
Fixes vcn bug
- fixes regression #79
Terraform v0.9.x support + full Load Balancer integration
- expose credentials on a Windows instance
- numerous bug fixes