Skip to content

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

v3.81.6

28 Feb 04:18
v3.81.6
9725eb4

Choose a tag to compare

3.81.6 (2026-02-28)

Bug Fixes

v3.81.5

27 Feb 16:02
v3.81.5
3a6851a

Choose a tag to compare

3.81.5 (2026-02-27)

Bug Fixes

v3.81.4

25 Feb 16:23
v3.81.4
429f71d

Choose a tag to compare

3.81.4 (2026-02-25)

Bug Fixes

  • deps: updated the kube audit webhook listener image to the latest digest(#963) (429f71d)

v3.81.3

25 Feb 03:23
v3.81.3
c041504

Choose a tag to compare

3.81.3 (2026-02-25)

Bug Fixes

v3.81.2

24 Feb 08:41
v3.81.2
d16d8ef

Choose a tag to compare

3.81.2 (2026-02-24)

Bug Fixes

A bug got introduced in v3.68.0 where a new worker pool submodule was extracted from the main module where we missed passing the worker_pools_taints variable to the submodule from the main module. Due to this bug, taints were not applied on non default worker pools even if the consumer intended to.

Impact:

Workloads that were intended to be restricted from certain worker pools (via taints) may have been scheduled onto those nodes. For example, a consumer configuring a dedicated pool for AI workloads may have observed normal applications running on those nodes. The likelihood of severe impact from this issue is low.

Fix:

To be done by consumers who used version 3.68.0 or later of this module and created custom worker pools with taints.

Consumers will have to do a terraform apply again with this new release and taints will get updated on the worker pools. This will be an in place update and worker pools will not get re-created. Consumers will also have to restart their applications so that pods can leave the newly tainted nodes if they were not supposed to run on them. To avoid any possible downtime a rolling deployment should be done, so that new pods can get created before terminating old one's.

(#960) (d16d8ef)

v3.81.1

21 Feb 04:18
v3.81.1
06546cf

Choose a tag to compare

3.81.1 (2026-02-21)

Bug Fixes

v3.81.0

19 Feb 14:52
v3.81.0
ca04f99

Choose a tag to compare

3.81.0 (2026-02-19)

Features

  • Removed support for "WriteRequestBodies" from the audit_log_policy input. Allowed values are now "default" and "verbose". This is because patching the Kube Audit Profile in APIServer Custom Resource is not possible in version 4.18 and onwards because a newly introduced validatingadmissionpolicy named config prevents it. Audit logs are enabled in the backend and completely managed by IBM Cloud. (#954) (ca04f99)

v3.80.5

19 Feb 08:50
v3.80.5
2608390

Choose a tag to compare

3.80.5 (2026-02-19)

Bug Fixes

  • os validation and update dependencies (#955) (2608390)

v3.80.4

17 Feb 12:47
v3.80.4
c5d8b0f

Choose a tag to compare

3.80.4 (2026-02-17)

Bug Fixes

  • deps: update to the latest kube-audit image digest (#951) (c5d8b0f)

v3.80.3

17 Feb 04:58
v3.80.3
490bc25

Choose a tag to compare

3.80.3 (2026-02-17)

Bug Fixes