1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-15028 openshift controller RNs

This commit is contained in:
William Gabor
2025-10-17 08:44:41 -04:00
parent 0c04ef0e23
commit df1ec5c4bc

View File

@@ -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}"]