Skip to content

Releases: oci-landing-zones/terraform-oci-modules-workloads

Release 0.1.9

08 Jan 20:54
4827a74
Compare
Choose a tag to compare

December 18, 2024 Release Notes - 0.1.9

Updates in Compute module

  1. Compute: logic updated for platform images lookup by name.
  2. Block Volumes: precondition check for cross region replication and encryption with customer managed key removed.
  3. File Storage: following attributes were added to mount_targets attribute: network_security_groups, hostname_label, defined_tags, freeform_tags.

Release 0.1.8

04 Dec 18:51
2a64e7f
Compare
Choose a tag to compare

December 04, 2024 Release Notes - 0.1.8

Updates in Compute module

  1. Support for ZPR (Zero Trust Packet Routing) attributes on Compute instances and secondary VNICs. See zpr_attributes attribute in Compute module documentation for details.
  2. Disabled precondition check on platform images supported shapes when the platform image OCID is provided as the Compute image source.

Release 0.1.7

14 Oct 19:40
b1027fa
Compare
Choose a tag to compare

October 14, 2024 Release Notes - 0.1.7

Updates in Compute module

  1. Marketplace images, platform images and custom images split for clarity in module interface.
  2. Marketplace image's publisher_name attribute has been removed and version attribute has been introduced. See Compute section for usage guidance.
  3. Marketplace images configured with automatic Marketplace agreements.
  4. Module now validates whether provided shape is compatible with provided marketplace or platform image.

Release 0.1.6

28 Aug 21:37
ed821fe
Compare
Choose a tag to compare

August 28, 2024 Release Notes - 0.1.6

Updates

  1. All modules now require Terraform binary equal or greater than 1.3.0.
  2. cislz-terraform-module tag renamed to ocilz-terraform-module.

Release 0.1.5

26 Jul 16:34
4384808
Compare
Choose a tag to compare

July 25, 2024 Release Notes - 0.1.5

Updates

  1. Aligned README.md structure to Oracle's GitHub organizations requirements.

Release 0.1.4

17 May 14:47
48ad16f
Compare
Choose a tag to compare

May 15, 2024 Release Notes - 0.1.4

New

  1. OKE module added, supporting basic and enhanced clusters, with managed node pools and virtual node pools. See OKE module for details.

Updates

  1. Compute module can now manage cluster networks and compute clusters. See Clusters for details.
  2. Compute module now supports cloud-init scripts passed in as a file or as a string in Terraform heredoc style. See Compute for details.
  3. Compute module now supports SSH public keys passed in as a file or as a string.

Release 0.1.3

01 Mar 14:19
deb2aac
Compare
Choose a tag to compare

February 29, 2024 Release Notes - 0.1.3

Updates

CIS Compute & Storage Module

  1. Compute aligns with CIS Benchmark 2.0.0: in additional to encryption at rest, CIS profile level now drives in-transit encryption, secure Boot (Shielded instances), and the availability of legacy Metadata service endpoint.

    • CIS profile level 1 enables in-transit encryption.
    • CIS profile level 2 enables secure boot and disables legacy Metadata service endpoint.
  2. Cloud Agent Requirements documented.

v0.1.2

01 Nov 19:35
f2cb98e
Compare
Choose a tag to compare

October 30, 2023 Release Notes - 0.1.2

Updates

  1. How to Mount Block Volumes
  2. Network dependency aligned with CIS Landing Zone Networking Module Output

How to Mount Block Volumes

Instructions are provided in README.md for mounting block volumes. The modules does not mount volumes automatically.

Network dependency aligned with CIS Landing Zone Networking Module Output

network_dependency input variable aligns with CIS Landing Zone Networking module output. The Networking module outputs resources grouped by resource type ("vcns", "subnets", "network_security_groups", etc.). All modules in this repository have been updated accordingly. This impacts the contents of network_dependency variable. See external-dependencies for an example.

v0.1.1

06 Oct 15:40
Compare
Choose a tag to compare

October 05, 2023 Release Notes - 0.1.1

Updates

  1. Secondary VNICs

Secondary VNICs

Compute module can configure instances with secondary VNICs and secondary IPs per VNIC.

v0.1.0

22 Sep 18:33
Compare
Choose a tag to compare

September 22, 2023 Release Notes - 0.1.0

Added

  1. Initial Release

Initial Release

Modules for Compute, Storage, Plaform Images and Marketplace Images

Compute

  • CIS profile level drives data at rest encryption configuration.
  • Boot volumes encryption with customer managed keys from OCI Vault service.
  • In-transit encryption for boot volumes and attached block volumes.
  • Data in-use encryption for platform images (Confidential computing).
  • Shielded instances.
  • Boot volumes backup with Oracle managed policies.
  • Cloud Agent Plugins.

Block Volumes

  • CIS profile level drives data at rest encryption configuration.
  • Data at rest encryption with customer managed keys from OCI Vault service.
  • In-transit encryption for attached Compute instances.
  • Cross-region replication for strong cyber resilience posture.
  • Backups with Oracle managed policies.
  • Shareable block volume attachments.

File Storage

  • CIS profile level drives data at rest encryption configuration.
  • Data at rest encryption with customer managed keys from OCI Vault service.
  • Cross-region replication for strong cyber resilience posture.
  • Backups with custom snapshot policies.

Platform Images

  • Aids in finding OCI Platform images.

Marketplace Images

  • Aids in finding OCI Marketplace images.