Skip to content

Releases: terraform-ibm-modules/terraform-ibm-base-ocp-vpc

v3.73.1

17 Nov 04:54
v3.73.1
0ad1a56

Choose a tag to compare

3.73.1 (2025-11-17)

Bug Fixes

  • update the next steps url for the DAs (#868) (0ad1a56)

v3.73.0

14 Nov 10:44
v3.73.0
43bcb86

Choose a tag to compare

3.73.0 (2025-11-14)

Features

  • added a new widget for the default_worker_pool_machine_type variable to enhance the user experience
    - The widget dynamically fetches available worker node flavors based on the selected region, ensuring users only see machine types that are actually available in their chosen deployment location. (#863) (43bcb86)

v3.72.0

13 Nov 13:13
v3.72.0
5ec4f07

Choose a tag to compare

3.72.0 (2025-11-13)

Features

  • DA updates:
    - updated the default value for cluster_name to "cluster"
    - updated the default value of the prefix inputto start with "ocp"
    - added validation for the default_worker_pool_workers_per_zone
    - updated some inout to leverage the new rich choise input widget (#862) (5ec4f07)

v3.71.4

11 Nov 06:44
v3.71.4
d7ebdda

Choose a tag to compare

3.71.4 (2025-11-11)

Bug Fixes

v3.71.3

05 Nov 08:55
v3.71.3
a4bf968

Choose a tag to compare

3.71.3 (2025-11-05)

Bug Fixes

  • update text used for secrets manager service plan input (#861) (a4bf968)

v3.71.2

04 Nov 16:14
v3.71.2
2bd5ab8

Choose a tag to compare

3.71.2 (2025-11-04)

Bug Fixes

v3.71.1

04 Nov 14:35
v3.71.1
878d32e

Choose a tag to compare

3.71.1 (2025-11-04)

Bug Fixes

v3.71.0

04 Nov 10:08
v3.71.0
750d14d

Choose a tag to compare

3.71.0 (2025-11-04)

Features

  • added the new worker node flavors widget to the DA (#851) (750d14d)

v3.70.0

03 Nov 03:22
v3.70.0
51bd1af

Choose a tag to compare

3.70.0 (2025-11-03)

Features

  • The module will no longer explicitly create a containers apikey before creating the cluster to avoid duplicate apikeys being created in the account which can cause the apikey limit to be met. Instead the containers apikey creation will occur by the cluster creation process. This process checks if an existing apikey exists in the given region and resource group and will not create a duplicate if it does. (51bd1af)

IMPORTANT:

  • During updates, you may observe the destruction of a ibm_container_api_key_reset resource block. This is expected and has no impact on existing resources.
  • There is a rare race condition which can case the 404 error "The specified API key could not be found". Learn more about how to workaround this.

v3.69.1

30 Oct 16:23
v3.69.1
db29edf

Choose a tag to compare

3.69.1 (2025-10-30)

Bug Fixes

  • deps: update DA to run on terraform v1.12.2 (#847) (db29edf)