Skip to content

Releases: oracle/terraform-provider-oci

2.2.0 - 2018-08-09

10 Aug 01:35
Compare
Choose a tag to compare

Fixed

  • Fix to security lists to avoid diffs after an apply in certain cases (#565)

Added

  • Support Audit Events Data Source
  • Support for export options in the File Storage service for improved access controls
  • Support for tagging on Load Balancer Resource. See Tagging Resources
  • Support for large integers (int64) on oci_core_volume.size_in_gbs, load_balancer_listener.idle_timeout_in_seconds, oci_file_storage_export_set.max_fs_stat_bytes, and oci_file_storage_export_set.max_fs_stat_files inputs
  • Include additional exported attributes related to computed sizes in VolumeGroup and VolumeGroupBackup

Notes

  • This release updates the OCI Provider code dependencies to Terraform v0.11.7, the result is that users with Terraform binary versions earlier than v0.10.1 will need to update--we recommend using the latest 0.11.x binary

2.1.17 - 2018-08-02

03 Aug 01:05
Compare
Choose a tag to compare

Fixed

  • Fix bug that was causing creation of tags and tagging namespaces to fail (#562)

2.1.16 - 2018-07-19

19 Jul 21:52
Compare
Choose a tag to compare

Added

2.1.15 - 2018-07-13

14 Jul 01:32
Compare
Choose a tag to compare

Fixed

  • Fix bug introduced in v2.1.14 (#558), failure updating a Route Table's Route Rules when they contain a rule that includes a Service Gateway ID

2.1.14 - 2018-07-12

13 Jul 19:25
Compare
Choose a tag to compare

Notes

This build contains a known issue where updates to a Route Table's Route Rules (when they contain a rule that includes a Service Gateway ID) fail with a 400 service error code (#558). The issue is fixed in v2.1.15.

Added

  • Ability to create and manage email approved senders, suppressions, and SMTP credentials
  • Adding Service Gateway resource and data source, update Route Table and Security List
  • Add Audit service configuration resource
  • Support Identity Federation

Changed

  • Users may notice larger diffs for Security List's ingress_security_rules, egress_security_rules and Route Table's route_rules. The internal representation has been changed from Lists to Sets, which results in unexpected but innocuous Terraform behavior. See this issue for discussion: hashicorp/terraform#15180
  • Default timeout changed from 5 minutes to 15 minutes to accommodate some resources that may take longer
  • Ability to update compartment of an Object Storage Bucket
  • Updated Database data source to support tags

Fixed

  • Delete behavior fixed on Load Balancer resources for failed work requests

2.1.13 - 2018-07-02

03 Jul 03:21
Compare
Choose a tag to compare

Added

  • Add defined and freeform tags to applicable resources, see Tagging Resources
  • Manage defined tags
  • Filter by tags in data sources
  • Support health status datasources for load balancer, backends, and backend sets
  • Object Storage Buckets supports storage tier settings.
  • Object Storage Objects can be renamed.
  • Object Storage Objects data source supports specifying a delimiter.
  • DBsystems supports update. This allows scaling up the cpu_core_count in and the data_storage_size_in_gb.
  • Create backups from a database.
  • Support creating a DBSystem from a Database backup.
  • Support db_system_id for db_versions data source.
  • The db_system_shapes data source results now include information about max/min node count, and min core count supported by the relevant shape.
  • Assign backup policies to volumes.
  • Support additional ways of finding a Public IP via custom Public IP data source.
  • Ability to create and manage console connections.

Changed

  • Object Storage Object's attributes other than name are now marked forceNew. This is consistent with the behavior of the service as defined here.

Fixed

  • Multiple updates on Object Storage Object's metadata used to cause contents of the file to get overwritten by its md5 value.
  • DBSystems cpu_core_count was made optional as the service ignores it when you provide a VM shape. #517, #539.

2.1.12 - 2018-06-14

14 Jun 00:14
cbbded3
Compare
Choose a tag to compare

Added

  • Support importing images from object store or external sources.
  • Added support for AuthToken Resource (replacement of deprecated SwiftPasswords) in Identity Service.
  • Added support for Volume Group and Volume Group Backup.

Fixed

  • Fix orphaned load balancer backend on port change #519.
  • Fix to example in Route Tables documentation file.
  • Nil checks for time properties to avoid panic

2.1.10 - 2018-05-24

24 May 22:21
Compare
Choose a tag to compare

Added

  • Support for dynamic group resources and data sources. This addresses #532 .
  • Support for object storage namespace metadata resources and data sources.
  • Support for region subscription data sources.

2.1.9 - 2018-05-17

17 May 21:57
Compare
Choose a tag to compare

Added

  • Added support for customer secret keys. More details can be found here.
  • Added boot volume attachments data source. More details can be found here.
  • Added region data source. More details can be found here.
  • Added tenancy data source. More details can be found here.

2.1.8 - 2018-05-10

10 May 23:55
Compare
Choose a tag to compare

Added

  • Added support for remote VCN peering. More details can be found here, and an example here. #521, #404
  • Added a data source for boot volumes. More details can be found here. #523

Fixed

  • Fixed a crash that can occur when using the oci_identity_api_key resource and editing the API key outside of Terraform.