Skip to content

Releases: oracle-terraform-modules/terraform-oci-operator

v3.1.5

28 Nov 23:07
a8a4801
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.4...v3.1.5

v3.1.4

13 Oct 04:35
0ca0b72
Compare
Choose a tag to compare

What's Changed

  • fix: Add moved blocks for renamed dynamic group, policy by @devoncrouse in #74
  • feat: disabled unused yum repos to improve speed by @hyder in #76

Full Changelog: v3.1.3...v3.1.4

v3.1.3

11 Oct 01:56
78b23f3
Compare
Choose a tag to compare

What's Changed

  • fix: Remove unrequired availability_domain from vnic_attachments data by @devoncrouse in #71
  • feat: install oci-cli with cloud-init by @hyder in #73

Full Changelog: v3.1.2...v3.1.3

v3.1.2

08 Oct 05:34
24a718e
Compare
Choose a tag to compare

What's Changed

  • fix: Ignore lifecycle changes for AD, defined_tags, all metadata by @devoncrouse in #70

Full Changelog: v3.1.1...v3.1.2

v3.1.1

06 Oct 03:40
93ea8ab
Compare
Choose a tag to compare

What's Changed

  • fix: Compartment AD listing, ignore lifecycle changes, resolve deprecation warning by @devoncrouse in #68
  • fix: Use stable name for dynamic group by @devoncrouse in #69

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0

27 Mar 21:31
02b86ef
Compare
Choose a tag to compare

What's Changed

  • fix: Provider changed from hashicorp/oci to oracle/oci by @karthicgit in #65

Full Changelog: v3.0.3...v3.1.0

v3.0.3

10 Feb 10:29
ea54d22
Compare
Choose a tag to compare

What's Changed

  • feat: Added Custom KMS support for boot volume encryption, support for in-transit encryption by @KSN2510 in #62

Full Changelog: v3.0.2...v3.0.3

v3.0.2

01 Feb 10:46
1dac894
Compare
Choose a tag to compare

What's Changed

  • feat: added NSG ID for output by @agregory999 in #59
  • fix: enable management plugin for OCI Bastion service session to work by @KSN2510 in #60

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

22 Dec 10:42
9d818d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.0.1

v3.0.0

21 Sep 10:48
c08f1c6
Compare
Choose a tag to compare

Breaking Changes

  • Set minimum Terraform version to 1.0.0

New features

  • Added support for Ampere A1 Flex shape Shape (#30)
  • Added support for Bastion service (#45)
  • New variable (operator_state) to specify state (RUNNING or STOPPED) of operator host
  • Added NSG to control network access

Changes

  • Replaced deprecated template_file data source with templatefile function (#38)
  • Renamed control variables (#41)
  • Renamed operator_tagsfreeform_tags
  • Renamed notification variables
  • Renamed variable operating_system_versionoperator_os_version
  • Renamed variable operator_upgradeupgrade_operator
  • Renamed variable timezoneoperator_timezone
  • Renamed variable operator_instance_principalenable_operator_instance_principal
  • Changed default tag values
  • Set default shape to E4.Flex
  • AD lookup mechanism reimplemented to remove dependency on deprecated template_file data source

Deletion

  • Deleted var.operator_enabled. The creation of the operator host can now be controlled using higher level modules
  • Removed provider identity variables and home provider from the operator module (#43)