Skip to content

Latest commit

 

History

History
79 lines (53 loc) · 3.42 KB

RELEASE-NOTES.md

File metadata and controls

79 lines (53 loc) · 3.42 KB

September 20, 2024 Release Notes - 0.1.9

Updates

  1. Logging module
    • Per CIS framework recommendation 8.10, the module now, by default, enforces a retention duration of at least 90 days for all logs. This can be disabled by setting enable_cis_checks attribute to false.
    • Log groups can now be injected via the external dependency mechanism. Attribute log_group_id, in addition to being a reference key defined in log_groups attribute, can now also be a log group OCID or a reference key defined in log_groups_dependency variable.
    • Bug fix: log names can now be created for network resources (like subnets and VCNs) with spaces in their names.

August 27, 2024 Release Notes - 0.1.8

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.

July 24, 2024 Release Notes - 0.1.7

Updates

  1. Aligned README.md structure to Oracle's GitHub organizations requirements.
  2. Service Connectors module
    • Target buckets can now be archived, replicated to another region and configured with retention rules.

May 22, 2024 Release Notes - 0.1.6

Updates

  1. Notifications module

    • Support for announcement subscriptions via the newly added announcement_subscriptions attribute.
  2. Service Connector Hub module

    • Retention rules support for bucket targets.
    • Cursor support for streaming targets.

April 05, 2024 Release Notes - 0.1.5

Updates

Logging Module

  1. Support for Logging Analytics log groups added.

February 28, 2024 Release Notes - 0.1.4

Updates

Events Module

  1. Networking events updated:
    • Delete event for Local Peering Gateway renamed to com.oraclecloud.virtualnetwork.deletelocalpeeringgateway.end.
    • Event com.oraclecloud.servicegateway.deleteservicegateway.begin removed.
  2. The reserved key "TENANCY-ROOT" has been introduced. It is used for referring to the root compartment OCID and can be assigned to default_compartment_id and compartment_id and metric_compartment_id attributes.

Alarms Module

  1. The reserved key "TENANCY-ROOT" has been introduced. It is used for referring to the root compartment OCID and can be assigned to default_compartment_id and compartment_id attributes.

January 10, 2024 Release Notes - 0.1.3

Added

  1. Logging module, supporting service logs and custom logs, with the additional ability for bulk provisioning bucket logs and flow logs.

September 28, 2023 Release Notes - 0.1.2

Updates

  1. Notification Frequency for Critical Alarms

Default notification frequency for critical alarms set to every 4 hours ("PT4H").

August 04, 2023 Release Notes - 0.1.1

Updates

  1. External Dependencies

For improved automation, the modules now support external dependencies, where resources managed elsewhere can be provided in a JSON-formated file. The modules replace references given in the input variables by the actual resource OCIDs in the provided JSON-formatted dependency files.

April 28, 2023 Release Notes - 0.1.0

Added

  1. Initial Release

Modules for alarms, events, notifications, service connectors and streams.