Skip to content

Commit 6366642

Browse files
committed
OSDOCS-15170: 4.12.78 z-stream RN
1 parent 97dc388 commit 6366642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_notes/ocp-4-12-release-notes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5223,7 +5223,7 @@ $ oc adm release info 4.12.78 --pullspecs
52235223
[id="ocp-4-12-78-bug-fixes_{context}"]
52245224
==== Bug fixes
52255225

5226-
* Previously, injecting proxy environment variables caused build failures due to external binary compatibility issues. As a consequence, the build process was disrupted. With this release, the check for a null proxy environment variable is added to the process to prevent the build failures. (link:https://issues.redhat.com/browse/OCPBUGS-57171[OCPBUGS-57171])
5226+
* Previously, when you injected proxy environment variables in a build container, they replaced the default proxy settings and caused build failures due to external binary compatibility issues. Also, if no default variable was set, a null value was replaced, which caused applications to break. With this release, a check for a null proxy environment variable is added to the process and the injected proxy variables are added only if they are defined in the default variables and if the variable is not equal to a null value. (link:https://issues.redhat.com/browse/OCPBUGS-57171[OCPBUGS-57171])
52275227

52285228
[id="ocp-4-12-78-updating_{context}"]
52295229
==== Updating

0 commit comments

Comments
 (0)