Releases: oracle-terraform-modules/terraform-oci-compute-instance
Releases · oracle-terraform-modules/terraform-oci-compute-instance
v2.4.1
What's Changed
- Adding support for the JMS OCA plugin by @denismakogon in #104
New Contributors
- @denismakogon made their first contribution in #104
Full Changelog: v2.4.0...v2.4.1
v2.4.0
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
- @snafuz made their first contribution in #88
- @alekc made their first contribution in #84
- @jlecerf62 made their first contribution in #89
Full Changelog: v2.3.0...v2.4.0
v2.4.0-RC1
v2.3.0
v2.2.0
As part of this release we had 5 issues closed.
Deprecated
var.ssh_authorized_keys
is deprecated. Usevar.ssh_public_keys
.var.assign_public_ip
is deprecated. Usevar.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
v2.0.4
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
v2.0.1
Changed
- Updated module to be compatible with Terraform v0.12 syntax changes