Releases: terraform-ibm-modules/terraform-ibm-base-ocp-vpc
v3.81.6
v3.81.5
v3.81.4
v3.81.3
v3.81.2
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.
v3.81.1
v3.81.0
3.81.0 (2026-02-19)
Features
- Removed support for "WriteRequestBodies" from the
audit_log_policyinput. 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 introducedvalidatingadmissionpolicynamed config prevents it. Audit logs are enabled in the backend and completely managed by IBM Cloud. (#954) (ca04f99)