Skip to content

Releases: oracle/terraform-provider-oci

v3.14.0

29 Jan 22:34
Compare
Choose a tag to compare

Added

  • Adding support for the database renaming during restore from incremental backup

v3.14.0-rc1

28 Jan 22:41
24be782
Compare
Choose a tag to compare
v3.14.0-rc1 Pre-release
Pre-release
Merge pull request #702 from terraform-providers/release

Release 3.14.0

v3.13.0

23 Jan 21:24
Compare
Choose a tag to compare

Added

  • Added singular data source for Object Storage objects

Fixed

  • Fixed an issue where the default retry timeout is zero seconds if retry_duration_seconds isn't specified
  • Modifying immutable metadata fields such as ssh_authorized_keys and user_data should result in new instances. Issue #673
  • Vendored Terraform helper/schema SDK to return matching data type for maps in case of empty state. Issue #685

v3.12.0

15 Jan 21:26
Compare
Choose a tag to compare

Added

  • Support for retry_duration_seconds option to configure length of retry in the face of HTTP 429 and 500 errors
  • Support for custom header insertion, extension, and removal for Load Balancer listener resource
  • Support for consistent volume names in the Block Volume attachments

Fixed

  • Retried SDK calls are now jittered to avoid herding of retry requests in high parallelism scenarios
  • Fail the initialization of the provider if either of user_ocid, fingerprint, private_key, private_key_path or private_key_password are specified for InstancePrincipal or InstancePrincipalWithCerts auth mode.

Note

  • Examples and test updated to use VM.Standard2.1
  • Windows example image updated to Windows-Server-2012-R2-Standard-Edition-VM-Gen2-2018.12.12-0

v3.11.2

10 Jan 22:12
Compare
Choose a tag to compare

Fixed

  • Reverted previous fix for immutable metadata fields ssh_authorized_keys and user_data that results in new instances due to a crash when using interpolations in TypeMap with customdiff (Issue #685)

v3.11.1

08 Jan 21:33
Compare
Choose a tag to compare

Changed

  • LoadBalancer BackendSets to have TypeSet for Backends to avoid out of order diffs

Fixed

  • Regression in handling of failed work-requests to pass the errors to the user and fail the apply
  • Removing certificates from load balancer listeners can be done by omitting ssl_configuration
  • Load balancer resources that are stuck in failed state during deletion can now be deleted after upgrading
  • Modifying immutable metadata fields such as ssh_authorized_keys and user_data should result in new instances

V3.11.0

18 Dec 23:16
Compare
Choose a tag to compare

Added

  • Support for tagging in oci_dns_zone
  • New attribute nameservers is added to oci_dns_zone
  • Support for in-transit encryption for paravirtualized boot and data attachment
  • Identify latest database version with oci_databse_db_versions data source using is_latest_for_major_version property
  • Support for importing tag. Note tag uses custom Id(import only) format (tagNamespaces/{tagNamespaceId}/tags/{tagName}) to support import.
  • Support for provisioning user capabilities for native and federation shadow users
  • Support id attribute for oci_identity_availability_domains
  • Support freeform_attributes attribute for the oci_identity_identity_provider
  • Support for sparse_diskgroup for Exadata dbsystem

V3.10.0

11 Dec 22:55
Compare
Choose a tag to compare

3.10.0 (December 11, 2018)

Added

  • Support for attaching Route Table to Subnet. Issue #270

v3.9.0

04 Dec 22:17
Compare
Choose a tag to compare

Added

  • Support for the Instance Pools & Instance Configurations
  • Support for the Block Volume cross-region backups
  • Support for 'approximate_count' and 'approximate_size' for bucket resource

v3.8.0

28 Nov 22:20
Compare
Choose a tag to compare

Added

  • Support VCN Transit [#653]