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-2019:2580 - Bug Fix Advisory
Issued:
2019-09-03
Updated:
2019-09-03

RHBA-2019:2580 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

OpenShift Container Platform 3.11 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.141 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.141. See the following advisory for the container images for
this release:

https://access.redhat.com/errata/RHBA-2019:2581

This release fixes the following bugs:

  • The use of `oc replace --force` resulted in dependent objects not being properly removed or updated, causing deployment rollouts to fail and be cancelled. Now, the options `--cascade` and `--grace-period` are added to the `oc replace` module. Deployments are properly rolled out when using the `oc replace` command. (BZ#1685074)
  • The image pruning process would take too long to complete due to too many images pruned at the same time. Now, Pager is used to prune images more efficiently without hitting the timeout. (BZ#1702346)
  • The OpenShift CA certificate was not copied to the nodes or added to the trust root. As a result, using an endpoint that used SSL communication would fail. To resolve this, run the following commands:

+

  • ---

# cp /etc/origin/master/ca.crt /etc/pki/ca-trust/source/anchors/
# update-ca-trust

  • ---

This will provide SSL communication to Openshift endpoints. (BZ#1717428)

  • Master-controller logs would fill with `The resourceVersion for the provided watch is too old` messages. Logging level has been changed to informational only, resulting in less verbose logging. (BZ#1731187)
  • When deploying logging and specifying gluster as the dynamic storage provider, generated PV's were missing storage-class. This was due to the `openshift_logging_es_pvc_dynamic` variable not being passed to the role during PVC generation. Now the `openshift_logging_es_pvc_dynamic` is passed explicitly and templates receive their storage class value and the PVC is correctly generated. (BZ#1732154)
  • The webconsole Liveness probe used the curl command for a periodic health check, which caused an unusually high level of dentry cache usage. This could cause high CPU usage when draining nodes. The Liveness probe has been changed to avoid excessive dentry cache usage. (BZ#1735751)
  • Fluentd did not look for continuation log lines from the Docker json-file or journald log driver. As a result, very long log lines were split in Elasticsearch and Kibana. Now, fluentd has been changed to look for continuation log lines and reconstruct them before sending it to Elasticsearch. (BZ#1740263)
  • Upgrades would fail due to `openshift_control_plane : Wait for /apis/servicecatalog.k8s.io/v1beta1 when registered` errors. This was due to ServiceCatalog API endpoints not responding before the timeout. Now, the timeout has been increased and control plane upgrades are successful. (BZ#1742002)

This release includes the following enhancements:

  • Ansible 2.8+ is now supported. (BZ#1740842)

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 have been applied.

For OpenShift Container Platform 3.11 see the following documentation,
which will be updated shortly for release 3.11.141, 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 - 1685074 - Rollouts continuously get cancelled when using oc replace
  • BZ - 1700195 - AlertManager gives a misleading and incorrect message for the alert KubePodCrashLooping
  • BZ - 1702346 - [3.11] Image pruning on api.ci is wedged due to too many images
  • BZ - 1703512 - Request backport of https://github.com/kubernetes/kubernetes/pull/77069
  • BZ - 1717398 - Backport to 3.11 - Alertmanager fires ETCD critical alert with newly deployed clusters.
  • BZ - 1717428 - Presence of internal openshift ca certificates in /etc/pki/ca-trust/source/anchors/ in OCP 3.7 by default but not since OCP 3.10 or in 3.11
  • BZ - 1720758 - tainting node evicts node-exporter DS pod
  • BZ - 1721546 - Openshift-on-OpenStack Add protection from a docker/K8s bug
  • BZ - 1723753 - OpenShift incorrectly applies RFC 6902 JSON PATCH
  • BZ - 1731187 - [3.11] master-controllers log spammed with "The resourceVersion for the provided watch is too old." warning messages
  • BZ - 1732154 - Elasticsearch PVC's are missing storage-class when logging deployed with glusterfs persistence options
  • BZ - 1735751 - Liveness https curl commands on the webconsole pods cause a huge amount of dentries
  • BZ - 1739226 - logging - redeploy certs created a bogus session-secret
  • BZ - 1739228 - logging - redeploy certs did not update destinationCACert in kibana route
  • BZ - 1739229 - logging - redeploy certs did not update secret/logging-kibana-proxy oauth-secret
  • BZ - 1740263 - enable the parsing of docker log-driver=json-file continuation lines using fluent concat plugin
  • BZ - 1740842 - Validate Ansible 2.8.2 with openshift-ansible 3.11
  • BZ - 1741103 - Deployer doesn't show the content of watch error when it fails
  • BZ - 1742002 - upgrade failed due to [openshift_control_plane : Wait for /apis/servicecatalog.k8s.io/v1beta1 when registered]
  • BZ - 1744719 - golang-github-openshift-oauth-proxy failed to build

CVEs

(none)

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.141-1.git.1.6582b79.el7.src.rpm SHA-256: f4cbbbabec6c2be8fb3c38bbbda7bfc8d4c7715423df70c3399c8baa94888377
atomic-openshift-3.11.141-1.git.0.be05365.el7.src.rpm SHA-256: ce20e91263296ad994b9fb26ed77db2c55fa4d612e3e3137d22b655b135335f8
atomic-openshift-cluster-autoscaler-3.11.141-1.git.1.8fae95e.el7.src.rpm SHA-256: a6c3a34591022665a2b1c4bf794fd82bf6c82bc162c21aae14241b77135535d2
atomic-openshift-descheduler-3.11.141-1.git.1.a714d66.el7.src.rpm SHA-256: ca6beaa637b65f8293180978bae67c7c959b7fe0f50d0381426186e19d8c962f
atomic-openshift-metrics-server-3.11.141-1.git.1.4328e99.el7.src.rpm SHA-256: 0be065e1b54cd0faa7aa5f68275bd377eab5be0625599bf6d5fd02abcf834f0b
atomic-openshift-node-problem-detector-3.11.141-1.git.1.e45f2a4.el7.src.rpm SHA-256: d24dd8b09bf8b98bac95ec189e9e1392806ae1bfce1e8fe699bc1253c6b1fcd5
atomic-openshift-service-idler-3.11.141-1.git.1.5d5e750.el7.src.rpm SHA-256: 5e4e03cd7824f8631fe1d611a2d12bd7ef102946ba0188f245a34f96c88a0a1b
atomic-openshift-web-console-3.11.141-1.git.1.54aa706.el7.src.rpm SHA-256: 578825298eb9307be059bffb839a7bc433dc08508d333252702d499066e3044f
golang-github-openshift-oauth-proxy-3.11.140-1.git.1.70c3bbd.el7.src.rpm SHA-256: aa4c1f59cf0e3ca2be2ca98398ab9ec87e9d7f1b44954278c64a938028a0236d
golang-github-prometheus-alertmanager-3.11.141-1.git.1.b985d39.el7.src.rpm SHA-256: 99e8fb3118139676563153fe00be0ca4fd0a2ecade9f2b0c0422d3333d400aec
golang-github-prometheus-node_exporter-3.11.141-1.git.1.0902525.el7.src.rpm SHA-256: 24f9cfc4854d0321ce59190a6e7afa98f233152cc7266e4df8b79ee88f76620e
golang-github-prometheus-prometheus-3.11.141-1.git.1.8a666a7.el7.src.rpm SHA-256: c6d531238dfb652f929f34f1cec7da3637eb51e1756919101d898ff60e2ac1db
openshift-ansible-3.11.141-1.git.0.a7e91cd.el7.src.rpm SHA-256: 5a37c50e8ff639b2101736a78da3e7259e95892059b227a9dfa8a2de63387e3d
openshift-enterprise-autoheal-3.11.141-1.git.1.ca23bfc.el7.src.rpm SHA-256: 9acdcd10c8a62fa5c7220d67eff5b07084d22f9fb2245799ef4395246cf9fad4
openshift-enterprise-cluster-capacity-3.11.141-1.git.1.8be95fa.el7.src.rpm SHA-256: b1b66f16f1769fb407ecc23e557fdb8b71a133ea7898ba8a3693ee4098c84f17
x86_64
atomic-enterprise-service-catalog-3.11.141-1.git.1.6582b79.el7.x86_64.rpm SHA-256: 1140c187ae46c91a9db80ce8f0b7da9d87ecfa9c66c2f2f55e0fe0ae8573a20c
atomic-enterprise-service-catalog-svcat-3.11.141-1.git.1.6582b79.el7.x86_64.rpm SHA-256: 410e27eecacbb3634b41d64bb4fab922462b3e6c7fc6497d8151ffb2ac2725de
atomic-openshift-3.11.141-1.git.0.be05365.el7.x86_64.rpm SHA-256: 6d1ef7dd217288b2c32617bc1635be65bd8a3acb8836a2d063f6a390139a2f57
atomic-openshift-clients-3.11.141-1.git.0.be05365.el7.x86_64.rpm SHA-256: 055f78c8774d639003ce278b924486b56f00bb399953dfe8487416784aa750a7
atomic-openshift-clients-redistributable-3.11.141-1.git.0.be05365.el7.x86_64.rpm SHA-256: 755878be6ea4ddf34ecb4fa9795def276f14dfe5a14f6cd9b84f0f1d3788c6af
atomic-openshift-cluster-autoscaler-3.11.141-1.git.1.8fae95e.el7.x86_64.rpm SHA-256: 473a1ac5f555e855539194e502827eb2aa39bbcbafc8f16c1450f303f83bf67d
atomic-openshift-descheduler-3.11.141-1.git.1.a714d66.el7.x86_64.rpm SHA-256: ed0976de90f061b60961086e12aae768c3dbebe7a409a5784df9bbca5ee29a29
atomic-openshift-docker-excluder-3.11.141-1.git.0.be05365.el7.noarch.rpm SHA-256: 063f3dda9e420d60e8d79c9483f72782fbfb3e24c1adca77fff2fe15cdac2a95
atomic-openshift-dockerregistry-3.11.141-1.git.1.639db60.el7.x86_64.rpm SHA-256: af265276815d7db439b72414f7e77a3e662855c5b902d6a478ea7f418d679e0b
atomic-openshift-excluder-3.11.141-1.git.0.be05365.el7.noarch.rpm SHA-256: eac4c6063fde18f71d05833c4bab04ce63c113d47e36e6ec159a9de1a13f47db
atomic-openshift-hyperkube-3.11.141-1.git.0.be05365.el7.x86_64.rpm SHA-256: 650ccec5db006ab55f28e81c356838ae22a8b6ec1eae8de9654ead574903a1b2
atomic-openshift-hypershift-3.11.141-1.git.0.be05365.el7.x86_64.rpm SHA-256: 5595d58fcabecfd2b242b8d6e25c28580c65b044d73a264b78b901aab04c7e83
atomic-openshift-master-3.11.141-1.git.0.be05365.el7.x86_64.rpm SHA-256: 87f66357d4e105215f35fde40ed50123240eb1e1d03e73f3f6935664ff0b8b9c
atomic-openshift-metrics-server-3.11.141-1.git.1.4328e99.el7.x86_64.rpm SHA-256: b2bcb83741bc2024ed139beb2e79b8d9f514813621e7f5df4c57dcc695df6b9b
atomic-openshift-node-3.11.141-1.git.0.be05365.el7.x86_64.rpm SHA-256: 878a78da78f1da958ea3d1088db96f77235271a12c5374d747fd3a85b93f9f54
atomic-openshift-node-problem-detector-3.11.141-1.git.1.e45f2a4.el7.x86_64.rpm SHA-256: da7a8c073c87f1076da7a70b146f0b2c78e085843c74df1bbf006a7ff47963fb
atomic-openshift-pod-3.11.141-1.git.0.be05365.el7.x86_64.rpm SHA-256: 9f150774e03348c1f82b871404af029b41fd5aea93844bd3727d6b9383f74068
atomic-openshift-sdn-ovs-3.11.141-1.git.0.be05365.el7.x86_64.rpm SHA-256: 6169c5583b3056541ddcfba35b2b8eea996b4ac9ebf3cc09a799513a1036def4
atomic-openshift-service-idler-3.11.141-1.git.1.5d5e750.el7.x86_64.rpm SHA-256: 114c8c87fed482dba482485b98285a6448d7234db29fbd7e2df80901328f7fcc
atomic-openshift-template-service-broker-3.11.141-1.git.0.be05365.el7.x86_64.rpm SHA-256: de6e62b636ae2d981fe0e8ed3f1d768dea6322a256b4a20e277e8768ab2fa539
atomic-openshift-tests-3.11.141-1.git.0.be05365.el7.x86_64.rpm SHA-256: 60f862b26202bb83755b2f08c43dd36893938fd814dd9d4504053daa6b9c062c
atomic-openshift-web-console-3.11.141-1.git.1.54aa706.el7.x86_64.rpm SHA-256: 9a1f205d4c9cc345e5d8456608ac3837909ced4d6127c4e588677af21f00ef25
golang-github-openshift-oauth-proxy-3.11.140-1.git.1.70c3bbd.el7.x86_64.rpm SHA-256: 5277cae537d73419c1596e8e658bf755fba09f81768d33061e86fc748df332c2
openshift-ansible-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: b9151e5ff19f2b72aad61f84d9e810c83124830c0129edcce1ecc24feeaca7f0
openshift-ansible-docs-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: 761e76b7e33aff3fb0b6bc38e783c0ed0a0d14fa4d602b5b8650f24409539d47
openshift-ansible-playbooks-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: b50698f86e5cf450d48cf430e668f5d3cc183e51f1533a03c303638d67efec60
openshift-ansible-roles-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: ca43605ce4472e610e9693115c2f821636d1f174a5d7d0e9043d4494c220b3b4
openshift-enterprise-autoheal-3.11.141-1.git.1.ca23bfc.el7.x86_64.rpm SHA-256: feaed779986f35a3aa8ffe0003c353737e2882e615e11a1f485d38ef4fc4b6d2
openshift-enterprise-cluster-capacity-3.11.141-1.git.1.8be95fa.el7.x86_64.rpm SHA-256: 2aa849b5d2e867ae2c15f66bf92b87a216db3c6a9fde0d82712ae2ec5bc4dbe3
prometheus-3.11.141-1.git.1.8a666a7.el7.x86_64.rpm SHA-256: acd69d42507a6842178a01a3aa535c53b4788f253cc15157d148f9e8cfc882ae
prometheus-alertmanager-3.11.141-1.git.1.b985d39.el7.x86_64.rpm SHA-256: 3566d2066127a410f3bae4ef381d4a3fd956f55aaeb7123c01dcd02b0a41ace5
prometheus-node-exporter-3.11.141-1.git.1.0902525.el7.x86_64.rpm SHA-256: 4ef51e6cab169d00f60331aace8311286738eb3d93ab2cdd28019271b8398922

Red Hat OpenShift Container Platform for Power 3.11

SRPM
atomic-enterprise-service-catalog-3.11.141-1.git.1.6582b79.el7.src.rpm SHA-256: f4cbbbabec6c2be8fb3c38bbbda7bfc8d4c7715423df70c3399c8baa94888377
atomic-openshift-3.11.141-1.git.0.be05365.el7.src.rpm SHA-256: ce20e91263296ad994b9fb26ed77db2c55fa4d612e3e3137d22b655b135335f8
atomic-openshift-cluster-autoscaler-3.11.141-1.git.1.8fae95e.el7.src.rpm SHA-256: a6c3a34591022665a2b1c4bf794fd82bf6c82bc162c21aae14241b77135535d2
atomic-openshift-descheduler-3.11.141-1.git.1.a714d66.el7.src.rpm SHA-256: ca6beaa637b65f8293180978bae67c7c959b7fe0f50d0381426186e19d8c962f
atomic-openshift-dockerregistry-3.11.141-1.git.1.639db60.el7.src.rpm SHA-256: b826fa722fc9b12e4667c4066c65f15052c9e9d222737113ee0d8047364fc11b
atomic-openshift-metrics-server-3.11.141-1.git.1.4328e99.el7.src.rpm SHA-256: 0be065e1b54cd0faa7aa5f68275bd377eab5be0625599bf6d5fd02abcf834f0b
atomic-openshift-node-problem-detector-3.11.141-1.git.1.e45f2a4.el7.src.rpm SHA-256: d24dd8b09bf8b98bac95ec189e9e1392806ae1bfce1e8fe699bc1253c6b1fcd5
atomic-openshift-service-idler-3.11.141-1.git.1.5d5e750.el7.src.rpm SHA-256: 5e4e03cd7824f8631fe1d611a2d12bd7ef102946ba0188f245a34f96c88a0a1b
atomic-openshift-web-console-3.11.141-1.git.1.54aa706.el7.src.rpm SHA-256: 578825298eb9307be059bffb839a7bc433dc08508d333252702d499066e3044f
golang-github-openshift-oauth-proxy-3.11.140-1.git.1.70c3bbd.el7.src.rpm SHA-256: aa4c1f59cf0e3ca2be2ca98398ab9ec87e9d7f1b44954278c64a938028a0236d
golang-github-prometheus-alertmanager-3.11.141-1.git.1.b985d39.el7.src.rpm SHA-256: 99e8fb3118139676563153fe00be0ca4fd0a2ecade9f2b0c0422d3333d400aec
golang-github-prometheus-node_exporter-3.11.141-1.git.1.0902525.el7.src.rpm SHA-256: 24f9cfc4854d0321ce59190a6e7afa98f233152cc7266e4df8b79ee88f76620e
golang-github-prometheus-prometheus-3.11.141-1.git.1.8a666a7.el7.src.rpm SHA-256: c6d531238dfb652f929f34f1cec7da3637eb51e1756919101d898ff60e2ac1db
openshift-ansible-3.11.141-1.git.0.a7e91cd.el7.src.rpm SHA-256: 5a37c50e8ff639b2101736a78da3e7259e95892059b227a9dfa8a2de63387e3d
openshift-enterprise-autoheal-3.11.141-1.git.1.ca23bfc.el7.src.rpm SHA-256: 9acdcd10c8a62fa5c7220d67eff5b07084d22f9fb2245799ef4395246cf9fad4
openshift-enterprise-cluster-capacity-3.11.141-1.git.1.8be95fa.el7.src.rpm SHA-256: b1b66f16f1769fb407ecc23e557fdb8b71a133ea7898ba8a3693ee4098c84f17
ppc64le
atomic-enterprise-service-catalog-3.11.141-1.git.1.6582b79.el7.ppc64le.rpm SHA-256: 18d5417edb0234d9640f990b73cf7e2bf3f2ec5768d198623c2ac3a55a1cb2df
atomic-enterprise-service-catalog-3.11.141-1.git.1.6582b79.el7.ppc64le.rpm SHA-256: 18d5417edb0234d9640f990b73cf7e2bf3f2ec5768d198623c2ac3a55a1cb2df
atomic-enterprise-service-catalog-svcat-3.11.141-1.git.1.6582b79.el7.ppc64le.rpm SHA-256: 0e78529f224a0bfa4352d9c55ff4a1363cf4df6642c0ee427b73e1713783693e
atomic-enterprise-service-catalog-svcat-3.11.141-1.git.1.6582b79.el7.ppc64le.rpm SHA-256: 0e78529f224a0bfa4352d9c55ff4a1363cf4df6642c0ee427b73e1713783693e
atomic-openshift-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 46893ea307c452eef0fd833be1e07e7a1c73e7cbd206045755ae43ecdb2beeb4
atomic-openshift-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 46893ea307c452eef0fd833be1e07e7a1c73e7cbd206045755ae43ecdb2beeb4
atomic-openshift-clients-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: fe04911cccc45ce92af3a377a9e6935c090c7dfad6b232a34ed12da3a0f769ad
atomic-openshift-clients-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: fe04911cccc45ce92af3a377a9e6935c090c7dfad6b232a34ed12da3a0f769ad
atomic-openshift-cluster-autoscaler-3.11.141-1.git.1.8fae95e.el7.ppc64le.rpm SHA-256: 3b285d37be1e5cad994738a881658b2e8f1c214fb2fa10c8c00763e6411382b3
atomic-openshift-cluster-autoscaler-3.11.141-1.git.1.8fae95e.el7.ppc64le.rpm SHA-256: 3b285d37be1e5cad994738a881658b2e8f1c214fb2fa10c8c00763e6411382b3
atomic-openshift-descheduler-3.11.141-1.git.1.a714d66.el7.ppc64le.rpm SHA-256: eeb1e316936c489703e0405c16b8092163ddab1104c90a8702325a467d1a11f7
atomic-openshift-descheduler-3.11.141-1.git.1.a714d66.el7.ppc64le.rpm SHA-256: eeb1e316936c489703e0405c16b8092163ddab1104c90a8702325a467d1a11f7
atomic-openshift-docker-excluder-3.11.141-1.git.0.be05365.el7.noarch.rpm SHA-256: 063f3dda9e420d60e8d79c9483f72782fbfb3e24c1adca77fff2fe15cdac2a95
atomic-openshift-docker-excluder-3.11.141-1.git.0.be05365.el7.noarch.rpm SHA-256: 063f3dda9e420d60e8d79c9483f72782fbfb3e24c1adca77fff2fe15cdac2a95
atomic-openshift-dockerregistry-3.11.141-1.git.1.639db60.el7.ppc64le.rpm SHA-256: a3c333b488141ae4f08267014c266fca4b92f2dc1068e6aa12ba6e715f949845
atomic-openshift-dockerregistry-3.11.141-1.git.1.639db60.el7.ppc64le.rpm SHA-256: a3c333b488141ae4f08267014c266fca4b92f2dc1068e6aa12ba6e715f949845
atomic-openshift-excluder-3.11.141-1.git.0.be05365.el7.noarch.rpm SHA-256: eac4c6063fde18f71d05833c4bab04ce63c113d47e36e6ec159a9de1a13f47db
atomic-openshift-excluder-3.11.141-1.git.0.be05365.el7.noarch.rpm SHA-256: eac4c6063fde18f71d05833c4bab04ce63c113d47e36e6ec159a9de1a13f47db
atomic-openshift-hyperkube-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 088a93065b50ce262684f363bb3c7e4b83e86a33bc45ba42ca1e828343d19c58
atomic-openshift-hyperkube-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 088a93065b50ce262684f363bb3c7e4b83e86a33bc45ba42ca1e828343d19c58
atomic-openshift-hypershift-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 975cf163f27d574afea952b87772ec32611eafe5148cb1a3c78cec32e29a35d5
atomic-openshift-hypershift-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 975cf163f27d574afea952b87772ec32611eafe5148cb1a3c78cec32e29a35d5
atomic-openshift-master-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: c89f16a38d6c9d4613ebb6e06dddc72a743b1f821e3bf36bf7aae914c543bbeb
atomic-openshift-master-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: c89f16a38d6c9d4613ebb6e06dddc72a743b1f821e3bf36bf7aae914c543bbeb
atomic-openshift-metrics-server-3.11.141-1.git.1.4328e99.el7.ppc64le.rpm SHA-256: 64058148d90dd1920859cb70b5ea0b41f6347169ff0d08f10768740043a82d5e
atomic-openshift-metrics-server-3.11.141-1.git.1.4328e99.el7.ppc64le.rpm SHA-256: 64058148d90dd1920859cb70b5ea0b41f6347169ff0d08f10768740043a82d5e
atomic-openshift-node-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 2beae9fe3a3dba3ba45b9ca7f9cf61ca696027fb75b96d4776ff98989977881d
atomic-openshift-node-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 2beae9fe3a3dba3ba45b9ca7f9cf61ca696027fb75b96d4776ff98989977881d
atomic-openshift-node-problem-detector-3.11.141-1.git.1.e45f2a4.el7.ppc64le.rpm SHA-256: b354afad25a45ffd89e5426372c4e65dd07c8fca143d0b6f1d8afc3f6c4a5a1d
atomic-openshift-node-problem-detector-3.11.141-1.git.1.e45f2a4.el7.ppc64le.rpm SHA-256: b354afad25a45ffd89e5426372c4e65dd07c8fca143d0b6f1d8afc3f6c4a5a1d
atomic-openshift-pod-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 4a26a4b58d8b9cd67126d6aa907ba431ad86532c7131a3a324602089dbffd216
atomic-openshift-pod-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 4a26a4b58d8b9cd67126d6aa907ba431ad86532c7131a3a324602089dbffd216
atomic-openshift-sdn-ovs-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: b6bff6d1dcd7b341ad1ba74e57f87cf0a39fd403508c7c9b24dc74332bb9f00b
atomic-openshift-sdn-ovs-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: b6bff6d1dcd7b341ad1ba74e57f87cf0a39fd403508c7c9b24dc74332bb9f00b
atomic-openshift-service-idler-3.11.141-1.git.1.5d5e750.el7.ppc64le.rpm SHA-256: 3d55f91f3af074d86958b0d96af6527002c3f2c4cadf025d856523bc1e5451ee
atomic-openshift-service-idler-3.11.141-1.git.1.5d5e750.el7.ppc64le.rpm SHA-256: 3d55f91f3af074d86958b0d96af6527002c3f2c4cadf025d856523bc1e5451ee
atomic-openshift-template-service-broker-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 32f054af93b7c64f10c8957578c2537000febddcc348fe6841bd461e1379ce27
atomic-openshift-template-service-broker-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 32f054af93b7c64f10c8957578c2537000febddcc348fe6841bd461e1379ce27
atomic-openshift-tests-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 8d142c590143e8f26d1c516f12b63ed5163332ec99310db97f82feb45967da3b
atomic-openshift-tests-3.11.141-1.git.0.be05365.el7.ppc64le.rpm SHA-256: 8d142c590143e8f26d1c516f12b63ed5163332ec99310db97f82feb45967da3b
atomic-openshift-web-console-3.11.141-1.git.1.54aa706.el7.ppc64le.rpm SHA-256: 2093304087143f55a94a2cbf5e80d7a6d52fe9852fd087a5e2f34ea853114c42
atomic-openshift-web-console-3.11.141-1.git.1.54aa706.el7.ppc64le.rpm SHA-256: 2093304087143f55a94a2cbf5e80d7a6d52fe9852fd087a5e2f34ea853114c42
golang-github-openshift-oauth-proxy-3.11.140-1.git.1.70c3bbd.el7.ppc64le.rpm SHA-256: 7e4bc0dac04395d7b15552f59e5ba870ee30a1904499b4736ca32897051715e3
golang-github-openshift-oauth-proxy-3.11.140-1.git.1.70c3bbd.el7.ppc64le.rpm SHA-256: 7e4bc0dac04395d7b15552f59e5ba870ee30a1904499b4736ca32897051715e3
openshift-ansible-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: b9151e5ff19f2b72aad61f84d9e810c83124830c0129edcce1ecc24feeaca7f0
openshift-ansible-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: b9151e5ff19f2b72aad61f84d9e810c83124830c0129edcce1ecc24feeaca7f0
openshift-ansible-docs-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: 761e76b7e33aff3fb0b6bc38e783c0ed0a0d14fa4d602b5b8650f24409539d47
openshift-ansible-docs-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: 761e76b7e33aff3fb0b6bc38e783c0ed0a0d14fa4d602b5b8650f24409539d47
openshift-ansible-playbooks-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: b50698f86e5cf450d48cf430e668f5d3cc183e51f1533a03c303638d67efec60
openshift-ansible-playbooks-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: b50698f86e5cf450d48cf430e668f5d3cc183e51f1533a03c303638d67efec60
openshift-ansible-roles-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: ca43605ce4472e610e9693115c2f821636d1f174a5d7d0e9043d4494c220b3b4
openshift-ansible-roles-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: ca43605ce4472e610e9693115c2f821636d1f174a5d7d0e9043d4494c220b3b4
openshift-ansible-test-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: 49666cd7d563cfebd71f20982b1b46796520ac187d3cb28839267ee26449be94
openshift-ansible-test-3.11.141-1.git.0.a7e91cd.el7.noarch.rpm SHA-256: 49666cd7d563cfebd71f20982b1b46796520ac187d3cb28839267ee26449be94
openshift-enterprise-autoheal-3.11.141-1.git.1.ca23bfc.el7.ppc64le.rpm SHA-256: 3badcf5b35ddb5d5ff6640c87e75bf2cb96e6d8205b08a571974a15e8f22453b
openshift-enterprise-autoheal-3.11.141-1.git.1.ca23bfc.el7.ppc64le.rpm SHA-256: 3badcf5b35ddb5d5ff6640c87e75bf2cb96e6d8205b08a571974a15e8f22453b
openshift-enterprise-cluster-capacity-3.11.141-1.git.1.8be95fa.el7.ppc64le.rpm SHA-256: 1201e4953f9cacdb07d9de2ef5ec9b2b9d95a2eff289d0c9381ed3c32bd1659e
openshift-enterprise-cluster-capacity-3.11.141-1.git.1.8be95fa.el7.ppc64le.rpm SHA-256: 1201e4953f9cacdb07d9de2ef5ec9b2b9d95a2eff289d0c9381ed3c32bd1659e
prometheus-3.11.141-1.git.1.8a666a7.el7.ppc64le.rpm SHA-256: 85034a36a7e694cf1b8f0c62b23e6e6bd8c217228e73cb054fda4efeb5ca6916
prometheus-3.11.141-1.git.1.8a666a7.el7.ppc64le.rpm SHA-256: 85034a36a7e694cf1b8f0c62b23e6e6bd8c217228e73cb054fda4efeb5ca6916
prometheus-alertmanager-3.11.141-1.git.1.b985d39.el7.ppc64le.rpm SHA-256: f3a9e12209f11c3a5b5a10fe0bf14463666bc647c0cb7d6f293da6c36dbd2734
prometheus-alertmanager-3.11.141-1.git.1.b985d39.el7.ppc64le.rpm SHA-256: f3a9e12209f11c3a5b5a10fe0bf14463666bc647c0cb7d6f293da6c36dbd2734
prometheus-node-exporter-3.11.141-1.git.1.0902525.el7.ppc64le.rpm SHA-256: ab33d502b78073ce5ad5be31005aec03fe6275477894944c8c8189f5b3ed57c1
prometheus-node-exporter-3.11.141-1.git.1.0902525.el7.ppc64le.rpm SHA-256: ab33d502b78073ce5ad5be31005aec03fe6275477894944c8c8189f5b3ed57c1

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

Red Hat 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, Inc.

Red Hat legal and privacy links

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