Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Releases: terraform-ibm-modules/terraform-ibm-ocp-all-inclusive

v3.1.1

05 Jun 08:22
v3.1.1
b0f2690

Choose a tag to compare

3.1.1 (2024-06-05)

Bug Fixes

  • deps: updated observability agents module to 1.25.2 (#267) (b0f2690)

v3.1.0

15 May 10:00
v3.1.0
1865f10

Choose a tag to compare

3.1.0 (2024-05-15)

Features

v3.0.0

14 Mar 09:11
v3.0.0
be3ae23

Choose a tag to compare

3.0.0 (2024-03-14)

Features

  • added master_url and vpe_url outputs
  • updated to base-ocp-vpc 3.19.0 (#254) (be3ae23)

BREAKING CHANGES

  • In base-ocp-vpc 3.19.0 the COS HMAC resource key creation was disabled by default, so when upgrading to this version from a previous version you will see the following deletes occur:

    • module.ocp_all_inclusive.module.ocp_base.module.cos_instance[0].ibm_resource_key.resource_key[0]
    • module.ocp_all_inclusive.module.ocp_base.module.cos_instance[0].time_sleep.wait_for_authorization_policy[0]

v2.16.2

28 Feb 09:23
3b63425

Choose a tag to compare

2.16.2 (2024-02-28)

Bug Fixes

  • extend the required terraform version to < 1.7 (#252) (3b63425)

v2.16.1

19 Feb 09:18
v2.16.1
fc33625

Choose a tag to compare

2.16.1 (2024-02-19)

Bug Fixes

  • updated required provider version constraints to prevent major version updates (#249) (fc33625)

v2.16.0

13 Feb 16:50
206ff04

Choose a tag to compare

2.16.0 (2024-02-13)

Features

  • exposed new vars: custom_security_group_ids, attach_ibm_managed_security_group, additional_vpe_security_group_ids, number_of_lbs, additional_lb_security_group_ids (#243) (206ff04)

v2.15.1

09 Feb 14:21
c1a8204

Choose a tag to compare

2.15.1 (2024-02-09)

Bug Fixes

  • updated base OCP to 3.16.1 and removed support for passing latest to OCP version to prevent untested versions being used. (#240) (c1a8204)

v2.15.0

19 Jan 09:02
11b121d

Choose a tag to compare

2.15.0 (2024-01-19)

Features

  • the following input variables have been removed: log_analysis_instance_name, log_analysis_resource_group_id, log_analysis_agent_version, cloud_monitoring_instance_name, cloud_monitoring_resource_group_id, cloud_monitoring_agent_version.
  • The following input variables have been added: log_analysis_enabled, log_analysis_add_cluster_name, log_analysis_secret_name, log_analysis_instance_region, log_analysis_endpoint_type, log_analysis_agent_custom_line_inclusion, log_analysis_agent_custom_line_exclusion, log_analysis_agent_name, log_analysis_agent_namespace, log_analysis_agent_tolerations, cloud_monitoring_enabled, cloud_monitoring_secret_name, cloud_monitoring_instance_region, cloud_monitoring_endpoint_type, cloud_monitoring_metrics_filter, cloud_monitoring_agent_name, cloud_monitoring_agent_namespace, cloud_monitoring_add_cluster_name, cloud_monitoring_agent_tolerations

(#233) (11b121d)

v2.14.0

08 Jan 12:50
84ac9e2

Choose a tag to compare

2.14.0 (2024-01-08)

Features

  • The following variables have been renamed (since they support HPCS as well as Key Protect):
    - existing_key_protect_instance_guid -> existing_kms_instance_guid
    - existing_key_protect_root_key_id -> existing_kms_root_key_id
    - key_protect_use_private_endpoint -> kms_use_private_endpoint (#225) (84ac9e2)

v2.13.0

19 Dec 19:22
v2.13.0
b452a46

Choose a tag to compare

2.13.0 (2023-12-19)

Features

  • All variables that started with logdna_ have been renamed to start with log_analysis_.
  • All variables that started with sysdig_ have been renamed to start with cloud_monitoring_. (#216) (b452a46)