Skip to content

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

Release 0.1.9

20 Sep 19:42
798c4b8
Compare
Choose a tag to compare

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.

v0.1.8

28 Aug 21:35
f98e01e
Compare
Choose a tag to compare

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.

Release 0.1.7

29 Jul 17:41
9133a65
Compare
Choose a tag to compare

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.

Release 0.1.6

24 May 16:15
7792452
Compare
Choose a tag to compare

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.

Release 0.1.5

05 Apr 17:54
5fe2e5d
Compare
Choose a tag to compare

April 05, 2024 Release Notes - 0.1.5

Updates

Logging Module

  1. Support for Logging Analytics log groups added.

Release 0.1.4

29 Feb 13:12
aa8c198
Compare
Choose a tag to compare

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.

v0.1.3

10 Jan 16:11
67463d7
Compare
Choose a tag to compare

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.

v0.1.2

28 Sep 17:48
3bad8a7
Compare
Choose a tag to compare

September 28, 2023 Release Notes - 0.1.2

Updates

  1. Notification Frequency for Critical Alarms

Notification Frequency for Critical Alarms

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

v0.1.1

10 Aug 21:27
ccd22a1
Compare
Choose a tag to compare

August 04, 2023 Release Notes - 0.1.1

Updates

  1. External Dependencies

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.

v0.1.0

03 Jul 15:29
b8894a8
Compare
Choose a tag to compare

April 28, 2023 Release Notes - 0.1.0

Added

  1. Initial Release

Initial Release

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