With this update, Builds 1.2.1 is now Generally Available (GA) on OpenShift Container Platform 4.12, 4.13, 4.14, 4.15, 4.16, and 4.17.
Fixed issues
The following section highlights fixed issues in Builds 1.2.1.
-
Before this update, when you installed Builds without installing OpenShift Pipelines, the Builds attempted to deploy OpenShift Pipelines and enable Pipelines controllers. Builds incorrectly configured OpenShift Pipelines and failed to deploy the controllers. With this update, Builds creates a valid TektonConfig
custom resource and correctly deploys the Pipelines controllers.
-
Before this update, when you tried to run builds using builds for Red Hat OpenShift installed on ARM64, IBM Power®, or IBM Z® worker node CPU architectures, the build would fail because images were based on AMD64 platform only. Now, the AMD64 images are replaced with a multi-arch
image in buildah
and source-to-image
build strategies, therefore you can run builds on all the architectures.
-
Before this update, when you enabled cluster monitoring in the openshift-builds
namespace, the TargetDown
alert was received on the Shared Resources Container Storage Interface (CSI) Driver ServiceMonitor
resource due to an incorrect server name address. With this update, the server name is updated to the correct address in the Shared Resources CSI Driver ServiceMonitor
resource and the TargetDown
alert is no longer triggered.