Skip to content

Releases: oracle-terraform-modules/terraform-oci-compute-instance

v2.4.1

29 Nov 09:18
b19dbe0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

06 Jun 08:30
aedd7e9
Compare
Choose a tag to compare

What's Changed

  • docs(CONTRIBUTING): fix OCA link by @kral2 in #85
  • fix: build the shape list on the current AD by @snafuz in #88
  • fix: wrong comparison is used for the display name by @alekc in #84
  • Enhancement: support for burstable instances #66 by @jlecerf62 in #89
  • feat: add support for cloud agent plugins by @kral2 in #91
  • fix: burstable instances example variable declaration by @kral2 in #92
  • Fix: instance_count distribute again instances per AD when ad_number == null by @kral2 in #94
  • replaced required provider hashicorp/oci --> oracle/oci by @snafuz in #99

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.4.0-RC1

18 Jan 19:32
1cd206a
Compare
Choose a tag to compare
v2.4.0-RC1 Pre-release
Pre-release

New Features

  • #66 add support for Burstable Instances

Fixes

  • wrong comparison is used for the display name (PR #84)
  • #87 The list of compute shapes is always built on availability domain 1 and may not be valid on other ADs

v2.3.0

12 Nov 12:55
80b3370
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

New Features

  • #72 add support for Instance State: RUNNING or STOPPED
  • #81 add support for Network Security Groups (NSG) attachment on the first VNIC

v2.2.0

08 Oct 10:57
6653f7b
Compare
Choose a tag to compare

As part of this release we had 5 issues closed.

Deprecated

  • var.ssh_authorized_keys is deprecated. Use var.ssh_public_keys.
  • var.assign_public_ip is deprecated. Use var.public_ip with the predefined keywords instead.

New Features

  • #63 Add support for freeform and defined for instances, vnics and block volumes
  • #55 add reserved public ip to instance
  • #64 Define a backup policy for boot volume
  • #67 and #70 Add support for ssh_public_key string

Documentation

  • Add add instructions on how to provide one or more public ssh keys using string, variable or file.

2.1.0

02 Mar 00:49
Compare
Choose a tag to compare

New features

  • support Flex instance shape (Issue #42)
  • new output : instances_summary

Changes

  • New examples for both Flex Instances and Fixed Shape Instances
  • Documentation is now formatted with AsciiDoc

Fixes

  • Outputs produces unnecessarily multidimensional objects (Issue #31)

v2.0.4

13 Feb 01:10
a3147d7
Compare
Choose a tag to compare

add regional subnets support
add Terraform and Provider minimum versions (> 0.12)
change Block Volume default attachment type from iSCSI to paravirtualized
remove boot volume custom default value in the module

Documentation enhancement:

Requirements, Providers, Inputs and Outputs tables in README are now autogenerated
update README sample code for Terraform 0.12 syntax
add description and type to module inputs

Fix issue: #41

v2.0.2

03 Feb 22:15
850b0ae
Compare
Choose a tag to compare

Upgrade to TF0.12 syntax
see merge #43

v2.0.1

31 May 20:53
4c2b22e
Compare
Choose a tag to compare

Changed

  • Updated module to be compatible with Terraform v0.12 syntax changes

v2.0.0

04 Dec 23:46
5ee78f2
Compare
Choose a tag to compare

Changed

  • Updated Hostname label for multiple compute instances
  • Updated Volume display name
  • Changes variable assign_public_ip default from true to false

Added

  • Support for multiple subnets
  • Support for paravirtualized attachments
  • Support for private IP list