diff --git a/release_notes/ocp-4-20-release-notes.adoc b/release_notes/ocp-4-20-release-notes.adoc index db5ec83489..826d79dd99 100644 --- a/release_notes/ocp-4-20-release-notes.adoc +++ b/release_notes/ocp-4-20-release-notes.adoc @@ -1602,7 +1602,12 @@ As a result, creating a Machine API machine that references a Capacity Reservati [id="ocp-release-note-oc-cli-bug-fixes_{context}"] === OpenShift CLI (oc) +[id="ocp-release-note-openshift-controller-bug-fixes_{context}"] +=== OpenShift Controller +* Before this update, the build controller looked for secrets that were linked for general use, not specifically for the image pull. With this release, when searching for default image pull secrets, the builds use `ImagePullSecrets` that are linked to the service account. (link:https://issues.redhat.com/browse/OCPBUGS-57918[OCPBUGS-57918]) + +* Before this update, incorrectly formatted proxy environment variables in Build pod led to build failures due to external binary format complaints. With this release, builds no longer fail due to incorrectly formatted proxy environment variables as they are now excluded. (link:https://issues.redhat.com/browse/OCPBUGS-54695[OCPBUGS-54695]) [id="ocp-release-note-olm-bug-fixes_{context}"]