Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2020:2990 - Bug Fix Advisory
Issued:
2020-07-27
Updated:
2020-07-27

RHBA-2020:2990 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

OpenShift Container Platform 3.11.248 bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Red Hat OpenShift Container Platform release 3.11.248 is now available with
updates to packages and images that fix several bugs and add enhancements.

Description

Red Hat OpenShift Container Platform is Red Hat's cloud computing
Kubernetes application platform solution designed for on-premise or private
cloud deployments.

This advisory contains the RPM packages for Red Hat OpenShift Container
Platform 3.11.248. See the following advisory for the container images for
this release:

https://access.redhat.com/errata/RHBA-2020:2991

This release fixes the following bugs among others:

  • Previously, the egress IP tracker had methods that locked `eit.mutex` and had methods that called EVM functions that locked `evm.mutex`. Because `evm.mutex` had to write to the `evm.updates` channel, which was not buffered and was blocked until `eit.setNodeOffline ran, this function also locked `eit.mutex`. This caused a deadlock when there was a large amount of egress IPs. This bug fix removes the deadlock by buffering the updates channel so that it only serves as a notification system rather than containing actual data. (BZ#1824243)
  • Previously, the conditional set on a task checking the `openshift_master_cluster_hostname` variable expected the `masters` group in the inventory to be set. This caused the `masters` group to fail if it was not defined. This bug fix adds a conditional to check if `masters` is defined; if `masters` is not defined, the task is skipped instead of failing on an undefined variable. (BZ#1828484)
  • Previously, when providing a custom `openshift_node_groups` list, not a ConfigMaps were created. This was caused by new ConfigMap creation code that only created ConfigMaps if they were assigned to an active host. This code has been reverted, so all ConfigMaps specified in a `openshift_node_groups` list are created. (BZ#1845676)
  • Previously, Prometheus counters that show the number of active sessions were preserved across router restarts and increased indefinitely. With this update, `haproxy_frontend_current_session` and `haproxy_server_current_session` now accurately depict the number of active sessions. The value of these counters are now reset upon router restart. (BZ#1847478)
  • Previously, nodes in CI for GCP assigned masters and infra nodes were assigned to the same group. This caused all nodes to be labeled as masters and none as infra nodes. The node group mapping has been changed to allow infra and compute nodes to be assigned to the same group and apply the proper infra and compute labels. Now the CI cluster is built properly with all nodes labeled appropriately. (BZ#1848723)

All OpenShift Container Platform 3.11 users are advised to upgrade to these
updated packages and images.

Solution

Before applying this update, ensure all previously released errata relevant
to your system is applied.

See the following documentation, which will be updated shortly for release
3.11.248, for important instructions on how to upgrade your cluster and fully
apply this asynchronous errata update:

https://docs.openshift.com/container-platform/3.11/release_notes/ocp_3_11_release_notes.html

This update is available via the Red Hat Network. Details on how to use the
Red Hat Network to apply this update are available at
https://access.redhat.com/articles/11258.

Affected Products

  • Red Hat OpenShift Container Platform 3.11 x86_64
  • Red Hat OpenShift Container Platform for Power 3.11 ppc64le

Fixes

  • BZ - 1741138 - Cluster loader not working as expected
  • BZ - 1746144 - Port 10250 incorrectly configured in OSP Security Group Heat template
  • BZ - 1753649 - 3.11: Recreating recently deleted NodePort service results in 'port is already allocated' error
  • BZ - 1763610 - Failed to run network diags test pods in NetworkCheck with "provided options object is not a PodLogOptions" on Disconnected OCP
  • BZ - 1773406 - cri-o is unable to handle termination of containers and moves the node to NotReady
  • BZ - 1791837 - Kibana user indices continue to need to be deleted and restored due to permissions errors
  • BZ - 1795393 - Backport request for 3.11 re: BZ 1748478
  • BZ - 1807822 - [3.11] Unable to get pod metrics from some of the nodes
  • BZ - 1824243 - [3.11] openshift-sdn does not update egress IPs on the node due to deadlock
  • BZ - 1828484 - e2e-gcp fails in ci due to groups.oo_masters_to_config conditional check
  • BZ - 1841439 - logging-curator ConfigMap is overwritten during logging stack upgrades
  • BZ - 1845676 - Provisioning on AWS with autoscaling groups omits openshift-node configmaps
  • BZ - 1846126 - Release image builds of elasticsearch are broken
  • BZ - 1847478 - Back port request for OCP 3.11 haproxy router metrics.
  • BZ - 1848492 - Button to log out from Grafana and Prometheus web UI
  • BZ - 1848723 - CI failing on: FailedScheduling: 0/4 nodes are available: 4 node(s) didn't match node selector.
  • BZ - 1856250 - OpenShift router is failing readiness probe regularly

CVEs

  • CVE-2020-2181
  • CVE-2020-2182

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat OpenShift Container Platform 3.11

SRPM
atomic-enterprise-service-catalog-3.11.248-1.git.1.9aad2ef.el7.src.rpm SHA-256: cc6bd458e34fd5527fafe1b4569ded15eaddc68c3ff0a989c6fe60f49212878f
atomic-openshift-cluster-autoscaler-3.11.248-1.git.1.b5530f6.el7.src.rpm SHA-256: 520f7ceadaefd3d3afb1c97a30bb886e4d6b02f8ae83d4b87a3ecafe0ccece40
atomic-openshift-descheduler-3.11.248-1.git.1.108ef32.el7.src.rpm SHA-256: 690d865a8655494eade580e4847112d80bf7065a60ac620a3aa7499ec9af41f2
atomic-openshift-dockerregistry-3.11.248-1.git.1.bb4a1fc.el7.src.rpm SHA-256: 26dee0361a22c92e6f9407642a5c77880fab5b926a9943319f14f20de8278801
atomic-openshift-metrics-server-3.11.248-1.git.1.b53e0e3.el7.src.rpm SHA-256: c3d8e9fc08db5b12f8ff3cebc7c78293116300f900f96e46015ac89da73e4aa0
atomic-openshift-node-problem-detector-3.11.248-1.git.1.628ff22.el7.src.rpm SHA-256: 502c5223ca4542bfd676292ebf56b73794976c9c7ba0a1bc82b60c4225d60aba
atomic-openshift-service-idler-3.11.248-1.git.1.4c42a90.el7.src.rpm SHA-256: 0ce56c35143004a9732bea2d8a6cdd94ec94581866df6d6f717cb6b9bd0c055a
golang-github-openshift-oauth-proxy-3.11.248-1.git.1.9885abb.el7.src.rpm SHA-256: 361fd30e453cd83cad7191e1c02fa53697764c9fc1833e8fcd4089079c22fca2
golang-github-prometheus-alertmanager-3.11.248-1.git.1.66abd18.el7.src.rpm SHA-256: 3b5430f9d36bd9d768ede37a7a483acc5c8a0fae444f6694d80d07ea669ec8ac
golang-github-prometheus-node_exporter-3.11.248-1.git.1.32f87fc.el7.src.rpm SHA-256: 33ed26c60cb5e456ddcd4894aa4821a6ef9f836b770de0458c565a627b848ccc
golang-github-prometheus-prometheus-3.11.248-1.git.1.ad54f5b.el7.src.rpm SHA-256: 236e79d84f49f4ca1ae239aa5e8061857bfe954e1c4b341540b5c0f2bdd1e985
jenkins-2-plugins-3.11.1593081747-1.el7.src.rpm SHA-256: d678c24ec978b87e0ce8d67fd91560d211c9a311bd983aa71ac8de060bec8ee3
openshift-ansible-3.11.248-1.git.0.fd212c7.el7.src.rpm SHA-256: 01bc38395c18dcd3f6ea0b230f5c25c6f00a8988415fe631018dff6b62723a64
openshift-enterprise-autoheal-3.11.248-1.git.1.0020348.el7.src.rpm SHA-256: a0da8d1520a318ac9f3b90f2bf6cf6f054050c6c282f7bff5b57ce173b0059ab
openshift-enterprise-cluster-capacity-3.11.248-1.git.1.37b107c.el7.src.rpm SHA-256: c9ade36c17cdce4f5b84dff8671ad7aaa33dc14a3375fc1232ae7695d63bc1d4
openshift-kuryr-3.11.248-1.git.1.f90c804.el7.src.rpm SHA-256: 56675f5c4fd27395983bb646bde2b00245f00d8d060faa77637a459cad55f3c8
python-urllib3-1.24.3-1.el7.src.rpm SHA-256: a42d3e8e0e14ef2339d72761de3bb5778f9ce868a486488a73a3499efac0b66c
x86_64
atomic-enterprise-service-catalog-3.11.248-1.git.1.9aad2ef.el7.x86_64.rpm SHA-256: aef72232e9a94973752aca8d9a3850914e12c3bd36725972c9354a5da1b11a50
atomic-enterprise-service-catalog-svcat-3.11.248-1.git.1.9aad2ef.el7.x86_64.rpm SHA-256: 77fe20f12082a6fc8f5b0f86f458cb7c86de676e5c0b49aa448658634a43501f
atomic-openshift-cluster-autoscaler-3.11.248-1.git.1.b5530f6.el7.x86_64.rpm SHA-256: 1915812a00b7bb17904639dfdbfa2bb3f358995057adecb4bfe4028df232c2df
atomic-openshift-descheduler-3.11.248-1.git.1.108ef32.el7.x86_64.rpm SHA-256: bbd1a10a216f421f6d473941742240c05bcdf33bf41dab3c9ee756aae37def74
atomic-openshift-dockerregistry-3.11.248-1.git.1.bb4a1fc.el7.x86_64.rpm SHA-256: 227cccac512e697a1032a5013cdbc0dee90a2bb228c000f2644aec31a0166b85
atomic-openshift-metrics-server-3.11.248-1.git.1.b53e0e3.el7.x86_64.rpm SHA-256: 11c16293ff2433eff2f1af35a6fe9396eddc3c54069e066466d87871e7f1be0a
atomic-openshift-node-problem-detector-3.11.248-1.git.1.628ff22.el7.x86_64.rpm SHA-256: 568f979c8e2792f482aa66cc237dfa9eeda96744bd74cab34cc517194048609f
atomic-openshift-service-idler-3.11.248-1.git.1.4c42a90.el7.x86_64.rpm SHA-256: 9199f55ebec901c1d3d80e7fba476305efa9550564b435218a66a7eed9afb62e
golang-github-openshift-oauth-proxy-3.11.248-1.git.1.9885abb.el7.x86_64.rpm SHA-256: 9fa4b46c68dcbc32606a65703114f551a7a8ff65fd686ff651ccc755834a65c7
jenkins-2-plugins-3.11.1593081747-1.el7.noarch.rpm SHA-256: 4cf55c373ba14a283268ecad1636f8f8625ff281e5ff4f3a438c74ad8cc90dd8
openshift-ansible-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: c5230051b40648e17dd3242acc00c1bdbf02e835fcacf9a6f3715ca7dc31cea4
openshift-ansible-docs-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: f5c6be6835db0f4f37e89f857a27ec0038307211d3efbf228bb58adff59be5b0
openshift-ansible-playbooks-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: a66f0f9a5fba82c2f429aec5855e62924ab2201519304282196af7a84edb0a60
openshift-ansible-roles-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: 9c27fc3281f42b261e9ba1697ce0b34caa8cb1aad1c4f2c1ca985981f2c540eb
openshift-enterprise-autoheal-3.11.248-1.git.1.0020348.el7.x86_64.rpm SHA-256: 03c9a7acca3ff10b7812eb61dbb52ce989f6dcdaa3dd20617afabc58b962b56f
openshift-enterprise-cluster-capacity-3.11.248-1.git.1.37b107c.el7.x86_64.rpm SHA-256: 7f51a7ed81f61c18672e9d8d41642e50cebe3be530211c769b1d7d2bb2a4fd3a
openshift-kuryr-cni-3.11.248-1.git.1.f90c804.el7.noarch.rpm SHA-256: 142037c0a00580a585b3be58987d8438bc73fe6be7b42552881dc99081402434
openshift-kuryr-common-3.11.248-1.git.1.f90c804.el7.noarch.rpm SHA-256: a5d2badfe0552d1f1018125dbc29df9b5135185528ace75966412aa4e869ca29
openshift-kuryr-controller-3.11.248-1.git.1.f90c804.el7.noarch.rpm SHA-256: c0fec2db2c6a07873fdd2635ffa3e6b2996daa8be255241b967b7e2bc8614564
prometheus-3.11.248-1.git.1.ad54f5b.el7.x86_64.rpm SHA-256: 9b6df5fb8e78f136d3ebbbffc87b98ad15222e6b67d0f7a0d75199cfdcedabb7
prometheus-alertmanager-3.11.248-1.git.1.66abd18.el7.x86_64.rpm SHA-256: 73bd15c8d1452ff4aa4c37f2fc1857402e04038d640b27fc5c1308f7acfb8d74
prometheus-node-exporter-3.11.248-1.git.1.32f87fc.el7.x86_64.rpm SHA-256: db1bfa6173603745a3b7ba552fd2035034c772d196d4a277bc7aa370d99b7137
python2-kuryr-kubernetes-3.11.248-1.git.1.f90c804.el7.noarch.rpm SHA-256: 6c7d9e2db44643fba484a7685c75f680b62154d3fad20501ff2a1ad06b886437
python2-urllib3-1.24.3-1.el7.noarch.rpm SHA-256: d27d34c4533a10e7d70f4e9e3239666b83087a567f3fa0c28dcf3990fcca4649

Red Hat OpenShift Container Platform for Power 3.11

SRPM
atomic-enterprise-service-catalog-3.11.248-1.git.1.9aad2ef.el7.src.rpm SHA-256: cc6bd458e34fd5527fafe1b4569ded15eaddc68c3ff0a989c6fe60f49212878f
atomic-openshift-cluster-autoscaler-3.11.248-1.git.1.b5530f6.el7.src.rpm SHA-256: 520f7ceadaefd3d3afb1c97a30bb886e4d6b02f8ae83d4b87a3ecafe0ccece40
atomic-openshift-descheduler-3.11.248-1.git.1.108ef32.el7.src.rpm SHA-256: 690d865a8655494eade580e4847112d80bf7065a60ac620a3aa7499ec9af41f2
atomic-openshift-metrics-server-3.11.248-1.git.1.b53e0e3.el7.src.rpm SHA-256: c3d8e9fc08db5b12f8ff3cebc7c78293116300f900f96e46015ac89da73e4aa0
atomic-openshift-node-problem-detector-3.11.248-1.git.1.628ff22.el7.src.rpm SHA-256: 502c5223ca4542bfd676292ebf56b73794976c9c7ba0a1bc82b60c4225d60aba
atomic-openshift-service-idler-3.11.248-1.git.1.4c42a90.el7.src.rpm SHA-256: 0ce56c35143004a9732bea2d8a6cdd94ec94581866df6d6f717cb6b9bd0c055a
golang-github-openshift-oauth-proxy-3.11.248-1.git.1.9885abb.el7.src.rpm SHA-256: 361fd30e453cd83cad7191e1c02fa53697764c9fc1833e8fcd4089079c22fca2
golang-github-prometheus-alertmanager-3.11.248-1.git.1.66abd18.el7.src.rpm SHA-256: 3b5430f9d36bd9d768ede37a7a483acc5c8a0fae444f6694d80d07ea669ec8ac
golang-github-prometheus-node_exporter-3.11.248-1.git.1.32f87fc.el7.src.rpm SHA-256: 33ed26c60cb5e456ddcd4894aa4821a6ef9f836b770de0458c565a627b848ccc
golang-github-prometheus-prometheus-3.11.248-1.git.1.ad54f5b.el7.src.rpm SHA-256: 236e79d84f49f4ca1ae239aa5e8061857bfe954e1c4b341540b5c0f2bdd1e985
jenkins-2-plugins-3.11.1593081747-1.el7.src.rpm SHA-256: d678c24ec978b87e0ce8d67fd91560d211c9a311bd983aa71ac8de060bec8ee3
openshift-ansible-3.11.248-1.git.0.fd212c7.el7.src.rpm SHA-256: 01bc38395c18dcd3f6ea0b230f5c25c6f00a8988415fe631018dff6b62723a64
openshift-enterprise-autoheal-3.11.248-1.git.1.0020348.el7.src.rpm SHA-256: a0da8d1520a318ac9f3b90f2bf6cf6f054050c6c282f7bff5b57ce173b0059ab
openshift-enterprise-cluster-capacity-3.11.248-1.git.1.37b107c.el7.src.rpm SHA-256: c9ade36c17cdce4f5b84dff8671ad7aaa33dc14a3375fc1232ae7695d63bc1d4
python-urllib3-1.24.3-1.el7.src.rpm SHA-256: a42d3e8e0e14ef2339d72761de3bb5778f9ce868a486488a73a3499efac0b66c
ppc64le
atomic-enterprise-service-catalog-3.11.248-1.git.1.9aad2ef.el7.ppc64le.rpm SHA-256: b223233c93496a29ef213441f6e65f5a1566fe856ba21c69fdb0762a2ab6f93d
atomic-enterprise-service-catalog-3.11.248-1.git.1.9aad2ef.el7.ppc64le.rpm SHA-256: b223233c93496a29ef213441f6e65f5a1566fe856ba21c69fdb0762a2ab6f93d
atomic-enterprise-service-catalog-svcat-3.11.248-1.git.1.9aad2ef.el7.ppc64le.rpm SHA-256: c52a28aa23110575e7b2d7dc6a1377c51e7577ebe73286954db3bdc7c370e239
atomic-enterprise-service-catalog-svcat-3.11.248-1.git.1.9aad2ef.el7.ppc64le.rpm SHA-256: c52a28aa23110575e7b2d7dc6a1377c51e7577ebe73286954db3bdc7c370e239
atomic-openshift-cluster-autoscaler-3.11.248-1.git.1.b5530f6.el7.ppc64le.rpm SHA-256: 7ebe99a9d68302869b83167bb7e499011e9133ef15ba876302b38ecbda076fbf
atomic-openshift-cluster-autoscaler-3.11.248-1.git.1.b5530f6.el7.ppc64le.rpm SHA-256: 7ebe99a9d68302869b83167bb7e499011e9133ef15ba876302b38ecbda076fbf
atomic-openshift-descheduler-3.11.248-1.git.1.108ef32.el7.ppc64le.rpm SHA-256: ebdfc89c1955eb140f6debe4cfcdad272b2a4bf00a62761206d8e9e84e8700bb
atomic-openshift-descheduler-3.11.248-1.git.1.108ef32.el7.ppc64le.rpm SHA-256: ebdfc89c1955eb140f6debe4cfcdad272b2a4bf00a62761206d8e9e84e8700bb
atomic-openshift-metrics-server-3.11.248-1.git.1.b53e0e3.el7.ppc64le.rpm SHA-256: ba2f0864ebab8a6ab8b27f974b389cdbdfd28f6f74100d5746955856c14fb2b5
atomic-openshift-metrics-server-3.11.248-1.git.1.b53e0e3.el7.ppc64le.rpm SHA-256: ba2f0864ebab8a6ab8b27f974b389cdbdfd28f6f74100d5746955856c14fb2b5
atomic-openshift-node-problem-detector-3.11.248-1.git.1.628ff22.el7.ppc64le.rpm SHA-256: 4855777dd99c80201fe87fa97d0c8ba440e952841a7d17743c25f7b3c7ff3017
atomic-openshift-node-problem-detector-3.11.248-1.git.1.628ff22.el7.ppc64le.rpm SHA-256: 4855777dd99c80201fe87fa97d0c8ba440e952841a7d17743c25f7b3c7ff3017
atomic-openshift-service-idler-3.11.248-1.git.1.4c42a90.el7.ppc64le.rpm SHA-256: 80c119cff7288fcfb5ed6bf2fcd0463335b78a2ccd1ecbac192fbfe7bfed666c
atomic-openshift-service-idler-3.11.248-1.git.1.4c42a90.el7.ppc64le.rpm SHA-256: 80c119cff7288fcfb5ed6bf2fcd0463335b78a2ccd1ecbac192fbfe7bfed666c
golang-github-openshift-oauth-proxy-3.11.248-1.git.1.9885abb.el7.ppc64le.rpm SHA-256: 288d970d383c6fbfb2cc6c3ac397dd159ede28a849e636ac007c30c48a5e95bb
golang-github-openshift-oauth-proxy-3.11.248-1.git.1.9885abb.el7.ppc64le.rpm SHA-256: 288d970d383c6fbfb2cc6c3ac397dd159ede28a849e636ac007c30c48a5e95bb
jenkins-2-plugins-3.11.1593081747-1.el7.noarch.rpm SHA-256: 4cf55c373ba14a283268ecad1636f8f8625ff281e5ff4f3a438c74ad8cc90dd8
jenkins-2-plugins-3.11.1593081747-1.el7.noarch.rpm SHA-256: 4cf55c373ba14a283268ecad1636f8f8625ff281e5ff4f3a438c74ad8cc90dd8
openshift-ansible-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: c5230051b40648e17dd3242acc00c1bdbf02e835fcacf9a6f3715ca7dc31cea4
openshift-ansible-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: c5230051b40648e17dd3242acc00c1bdbf02e835fcacf9a6f3715ca7dc31cea4
openshift-ansible-docs-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: f5c6be6835db0f4f37e89f857a27ec0038307211d3efbf228bb58adff59be5b0
openshift-ansible-docs-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: f5c6be6835db0f4f37e89f857a27ec0038307211d3efbf228bb58adff59be5b0
openshift-ansible-playbooks-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: a66f0f9a5fba82c2f429aec5855e62924ab2201519304282196af7a84edb0a60
openshift-ansible-playbooks-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: a66f0f9a5fba82c2f429aec5855e62924ab2201519304282196af7a84edb0a60
openshift-ansible-roles-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: 9c27fc3281f42b261e9ba1697ce0b34caa8cb1aad1c4f2c1ca985981f2c540eb
openshift-ansible-roles-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: 9c27fc3281f42b261e9ba1697ce0b34caa8cb1aad1c4f2c1ca985981f2c540eb
openshift-ansible-test-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: 69dfff6ec3550c99838c58cf6b9b0f64f8bd40a76321221e56ed1d5870a263d5
openshift-ansible-test-3.11.248-1.git.0.fd212c7.el7.noarch.rpm SHA-256: 69dfff6ec3550c99838c58cf6b9b0f64f8bd40a76321221e56ed1d5870a263d5
openshift-enterprise-autoheal-3.11.248-1.git.1.0020348.el7.ppc64le.rpm SHA-256: 575dc5d51bae060b28f0f342d3e01c0e816736b3726f9052bab9868d5e89db71
openshift-enterprise-autoheal-3.11.248-1.git.1.0020348.el7.ppc64le.rpm SHA-256: 575dc5d51bae060b28f0f342d3e01c0e816736b3726f9052bab9868d5e89db71
openshift-enterprise-cluster-capacity-3.11.248-1.git.1.37b107c.el7.ppc64le.rpm SHA-256: 0c4adb6c18e03d303fab03d0d12ebb98cce4dbd8d251718049ec95c15488036f
openshift-enterprise-cluster-capacity-3.11.248-1.git.1.37b107c.el7.ppc64le.rpm SHA-256: 0c4adb6c18e03d303fab03d0d12ebb98cce4dbd8d251718049ec95c15488036f
prometheus-3.11.248-1.git.1.ad54f5b.el7.ppc64le.rpm SHA-256: cae63d92e3ede31a5c767d7bfca37ba64b2b2acf2949553279fcd2b0a3fc343c
prometheus-3.11.248-1.git.1.ad54f5b.el7.ppc64le.rpm SHA-256: cae63d92e3ede31a5c767d7bfca37ba64b2b2acf2949553279fcd2b0a3fc343c
prometheus-alertmanager-3.11.248-1.git.1.66abd18.el7.ppc64le.rpm SHA-256: 687869bba9f07737c715baec7e58a1b3e49263574242e685a71f4d366b02ec6e
prometheus-alertmanager-3.11.248-1.git.1.66abd18.el7.ppc64le.rpm SHA-256: 687869bba9f07737c715baec7e58a1b3e49263574242e685a71f4d366b02ec6e
prometheus-node-exporter-3.11.248-1.git.1.32f87fc.el7.ppc64le.rpm SHA-256: 2ff7859f4b5ac8ac7f518355b344f01bf61de7a4bd110f302d193d4128419ee9
prometheus-node-exporter-3.11.248-1.git.1.32f87fc.el7.ppc64le.rpm SHA-256: 2ff7859f4b5ac8ac7f518355b344f01bf61de7a4bd110f302d193d4128419ee9
python2-urllib3-1.24.3-1.el7.noarch.rpm SHA-256: d27d34c4533a10e7d70f4e9e3239666b83087a567f3fa0c28dcf3990fcca4649
python2-urllib3-1.24.3-1.el7.noarch.rpm SHA-256: d27d34c4533a10e7d70f4e9e3239666b83087a567f3fa0c28dcf3990fcca4649

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility