Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Containers
  • Support Cases
  • Products & Services

    Products

    Support

    • Production Support
    • Development Support
    • Product Life Cycles

    Services

    • Consulting
    • Technical Account Management
    • Training & Certifications

    Documentation

    • Red Hat Enterprise Linux
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenStack Platform
    • Red Hat OpenShift Container Platform
    All Documentation

    Ecosystem Catalog

    • Red Hat Partner Ecosystem
    • Partner Resources
  • Tools

    Tools

    • Troubleshoot a product issue
    • Packages
    • Errata

    Customer Portal Labs

    • Configuration
    • Deployment
    • Security
    • Troubleshoot
    All labs

    Red Hat Insights

    Increase visibility into IT operations to detect and resolve technical issues before they impact your business.

    Learn More
    Go to Insights
  • Security

    Red Hat Product Security Center

    Engage with our Red Hat Product Security team, access security updates, and ensure your environments are not exposed to any known security vulnerabilities.

    Product Security Center

    Security Updates

    • Security Advisories
    • Red Hat CVE Database
    • Security Labs

    Keep your systems secure with Red Hat's specialized responses to security vulnerabilities.

    View Responses

    Resources

    • Security Blog
    • Security Measurement
    • Severity Ratings
    • Backporting Policies
    • Product Signing (GPG) Keys
  • Community

    Customer Portal Community

    • Discussions
    • Private Groups
    Community Activity

    Customer Events

    • Red Hat Convergence
    • Red Hat Summit

    Stories

    • Red Hat Subscription Value
    • You Asked. We Acted.
    • Open Source Communities
Or troubleshoot an issue.

Select Your Language

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

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Virtualization
  • Red Hat Identity Management
  • Red Hat Directory Server
  • Red Hat Certificate System
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Update Infrastructure
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat CloudForms
  • Red Hat OpenStack Platform
  • Red Hat OpenShift Container Platform
  • Red Hat OpenShift Data Science
  • Red Hat OpenShift Online
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • 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 Single Sign On
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Thorntail
  • Red Hat build of Eclipse Vert.x
  • Red Hat build of OpenJDK
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Integration
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
  • Red Hat JBoss Data Virtualization
  • Red Hat Process Automation
  • Red Hat Process Automation Manager
  • Red Hat Decision Manager
All Products
Red Hat Product Errata RHBA-2020:4430 - Bug Fix Advisory
Issued:
2020-11-12
Updated:
2020-11-12

RHBA-2020:4430 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

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

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

This release fixes the following bugs among others:

  • Previously, certificate redeployments were failing for etcd when the CA was missing, which caused the etcd services to crash. This happened because during certificate redeployment, the etcd CA is required to create new certificates. A check has been added to ensure the etcd CA files are present before performing the certificate redeployment and to notify the user to redeploy the etcd CA before continuing. Now the certificate redeployment succeeds. (BZ#1757081)
  • Previously, the API health checks only checked the load balancer. This caused health checks to return successful, although the local host was failing after restart. This bug fix adds an API health check for the local host, ensuring local API health checks are successful. (BZ#1812431)
  • Due to changes between Ansible 2.7 and 2.9, persistent volume templates processed keys inconsistently, causing issues. The order of keys when templating is now an alphabetized list, fixing the issue. (BZ#1836157)
  • Previously, the bootstrap-autoapprover configuration was not part of the cluster upgrade process. This caused the bootstrap-autoapprover image to not update during upgrades. The `enable_bootstrap` playbook has been added to the cluster upgrade process, allowing the bootstrap-autoapprover image to update during upgrades. (BZ#1879356)
  • Previously, Ansible handlers were called at the end of a playbook phase such as `Tasks`. Task files were called in the `container_runtime` role twice, which resulted in the handler conditions to be reset. This resulted in the Ansible handler not running as expected; therefore, it did not restart the container runtime. The two role task imports have been combined into one task to prevent handler conditionals from being reset. Now the Ansible handler runs as expected and restarts the container runtime. (BZ#1882572)
  • Previously, during the `Wait for node to be ready` task, not all values were set for validating task execution conditionals. This cause the task to fail with undefined values. This has been fixed by explicitly checking each step in the value tree to ensure everything is defined. Task conditionals are now validated as expected even when not all values are defined. (BZ#1892159)

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.317, 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 - 1757081 - redeploy-certificates.yml does bad etcd ca deployment and crashes etcd if /etc/etcd/ca/ is missing
  • BZ - 1761936 - Race condition in kubelet cgroup destroy process
  • BZ - 1812431 - Wrong check for verify API server task
  • BZ - 1836157 - Deployment failing at TASK [openshift_persistent_volumes : Create PersistentVolumes] with latest ansible 2.9
  • BZ - 1879356 - During OCP patching from 3.11.219 to 3.11.248, bootstrap autoapprover image not updated
  • BZ - 1881133 - Default 503 error page not conforming to RFCs 2616 and 7230 - CRLF
  • BZ - 1882572 - "restart container runtime" is skipped when running 3.11 installation with ansible-2.9
  • BZ - 1889385 - Elasticsearch connection leak warning messages from OkHttpClient since updated OCP from 3.11.200 to 3.11.21
  • BZ - 1889868 - [3.11] pkg/build/builder unit tests broken (TestDockerfilePath, TestDockerfileFromScratch, TestDockerBuildError, TestPushError, TestGetStrategyError)
  • BZ - 1892159 - Upgrade failed for Task Wait for node to be ready.

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.317-1.git.1.020c5c8.el7.src.rpm SHA-256: dc95261083b6d36cb6d96ac27dae2ef8249234808ceb5a421fdc313d9def84ae
atomic-openshift-3.11.317-1.git.0.5d5a266.el7.src.rpm SHA-256: c311a7527d0a1c754bb80a3229138573d94520624f584b2bb1a43023e0c32fed
atomic-openshift-cluster-autoscaler-3.11.317-1.git.1.7dfe9c4.el7.src.rpm SHA-256: 27807ef5b7d967b87647de67481e2d0c20d27a50b65c69dd6cbf564ac393c90a
atomic-openshift-descheduler-3.11.317-1.git.1.9c95b0f.el7.src.rpm SHA-256: b30e372431aa68be3e7715ba54a420306d51a0f0a7fe0e2e2ac1992ce772bdba
atomic-openshift-dockerregistry-3.11.317-1.git.1.bff0b7b.el7.src.rpm SHA-256: 20cbc11a67754fb1818e3ad2f6d325aab1b54126a7b91ed86d25f7f2ae01432b
atomic-openshift-metrics-server-3.11.317-1.git.1.ea01e9c.el7.src.rpm SHA-256: c60fdebb7cc6981fb20264e4523b736f4486a2a400e2e7c8a789e473ad01519e
atomic-openshift-node-problem-detector-3.11.317-1.git.1.2a00641.el7.src.rpm SHA-256: fe261ea673024b1818bef2b3af646ee36c0fa3f8488a158bdebc7d25e4a82b6a
atomic-openshift-service-idler-3.11.317-1.git.1.4a21ae2.el7.src.rpm SHA-256: ebbf8cc42d8a74787f1173daf57fe6723777cb04d8a9347b25e8b4aac58abcab
atomic-openshift-web-console-3.11.317-1.git.1.50023bf.el7.src.rpm SHA-256: dab59d0646e7ccde095784e03274d6fbb2b36b61c6bd777e6560d09ef19eca02
golang-github-openshift-oauth-proxy-3.11.317-1.git.1.5df179b.el7.src.rpm SHA-256: 5f5302169b14750e117932fde3d0d0664acc7b08e2967ffba6f55c81a51bfcc8
golang-github-prometheus-alertmanager-3.11.317-1.git.1.6be9eca.el7.src.rpm SHA-256: 9438e9f320c8d3e3a82cf02ebc2b44f7abd2fc97909effa177c799c693f85118
golang-github-prometheus-node_exporter-3.11.317-1.git.1.9fb385a.el7.src.rpm SHA-256: f9fa0664777d1395ef72fabef75e9d3442517ceccbd0bd424ca5c97078b0db04
golang-github-prometheus-prometheus-3.11.317-1.git.1.9626f3d.el7.src.rpm SHA-256: 73a8fb2113bba2c186f798a2282602bc11153680d701b60516c834522fda50c5
haproxy-1.8.26-1.el7.src.rpm SHA-256: 20c7d0a4df1fba11ac505c4c1f416ea5949bd8547ef31857f649606b631f8794
jenkins-2-plugins-3.11.1603460090-1.el7.src.rpm SHA-256: 5402cb8fb8f236f43951843b506ddd26af98876448e2bafc72988091938f986f
openshift-ansible-3.11.317-1.git.0.de92996.el7.src.rpm SHA-256: f025682f71d926ab57b568f2249eec52d3c542f5f59d78bf46f26553c1cd273f
openshift-enterprise-autoheal-3.11.317-1.git.1.8f9472e.el7.src.rpm SHA-256: 40c94bb2840f18b0937bbef4d68946dfb8ac291bd1575b0a1b731929df0d8bb2
openshift-enterprise-cluster-capacity-3.11.317-1.git.1.eacfbe4.el7.src.rpm SHA-256: 77b8667e65c3d769bff9e25de4346a06241e7a49073f8ee4d21d24fc84b7de8f
openshift-kuryr-3.11.317-1.git.1.415c4c3.el7.src.rpm SHA-256: 7b31ecdbd606a91729c5d6769e6ad7638f3facc3911029f881606babf13ae7f8
x86_64
atomic-enterprise-service-catalog-3.11.317-1.git.1.020c5c8.el7.x86_64.rpm SHA-256: 57fc7fb26d525f32329c1bb48eb651acc6a72f1f62779985cf038cc61dc5ed6a
atomic-enterprise-service-catalog-svcat-3.11.317-1.git.1.020c5c8.el7.x86_64.rpm SHA-256: 1abccfa504c1bb8eb4cd60d5d15e8608f5f72b7a1a28c3a388ff7a234dbfeedd
atomic-openshift-3.11.317-1.git.0.5d5a266.el7.x86_64.rpm SHA-256: 6d88e3cccc5889e80eda5a4bf5b81ebde175c8eef98228e1af80ab3cbbd39c2a
atomic-openshift-clients-3.11.317-1.git.0.5d5a266.el7.x86_64.rpm SHA-256: cb901159a52c9fb94ac7327a610ce3a544ad2a62f519d928696fa3e60196bb2d
atomic-openshift-clients-redistributable-3.11.317-1.git.0.5d5a266.el7.x86_64.rpm SHA-256: 886c0d788f75d55a1a72188e9848b84406dbb5b369e7c88fa2b962f10a9598bc
atomic-openshift-cluster-autoscaler-3.11.317-1.git.1.7dfe9c4.el7.x86_64.rpm SHA-256: 5cac385e1d79ccd6228abf743f42a5d4c70fb9ea5ef20dede149459c0418d061
atomic-openshift-descheduler-3.11.317-1.git.1.9c95b0f.el7.x86_64.rpm SHA-256: ee34ec85ecd9a4f284e0d40566d0ecbadbd3f652395a614230e2fbd3a1d041bc
atomic-openshift-docker-excluder-3.11.317-1.git.0.5d5a266.el7.noarch.rpm SHA-256: ace0c011d6b98ba1516eff77c12768db8b023a57d92da9a9c21f0e2568759755
atomic-openshift-dockerregistry-3.11.317-1.git.1.bff0b7b.el7.x86_64.rpm SHA-256: 9782a0468e3c62810d747c6b5440f9489a0f533d3d010424f5aa5683614bd6bf
atomic-openshift-excluder-3.11.317-1.git.0.5d5a266.el7.noarch.rpm SHA-256: 76c1b24d1eab9d3837107ecee80ee18ceed51ee1dac9b0dd42f90025bbfca87e
atomic-openshift-hyperkube-3.11.317-1.git.0.5d5a266.el7.x86_64.rpm SHA-256: 66a08e9c7b280e0f922bcee2d0c7bc0f6bb776acfdf07a14e528c75502e22d28
atomic-openshift-hypershift-3.11.317-1.git.0.5d5a266.el7.x86_64.rpm SHA-256: 06aa9a60398552539203cbeaa3b988eb712a011cb5a5c14874c6fd859cdf0c0d
atomic-openshift-master-3.11.317-1.git.0.5d5a266.el7.x86_64.rpm SHA-256: a0005aa671aaf06c287f72a93469bfb6f6f8f13142be438c44f2014c06cc11d5
atomic-openshift-metrics-server-3.11.317-1.git.1.ea01e9c.el7.x86_64.rpm SHA-256: e9b75b458e14b1a388a110c1894e602771fa89ecefbeff779828caa32c862bfb
atomic-openshift-node-3.11.317-1.git.0.5d5a266.el7.x86_64.rpm SHA-256: 8fcb914094867c552433908746e9e38065ce3a653e8ff04da90483e7bbf14ddb
atomic-openshift-node-problem-detector-3.11.317-1.git.1.2a00641.el7.x86_64.rpm SHA-256: 81be823578a5dfd2484444901ce43f358f0606dda383009b29092107f8e7c89b
atomic-openshift-pod-3.11.317-1.git.0.5d5a266.el7.x86_64.rpm SHA-256: 9336e14d1dd86077d98438d98f124b46ef830e658acda6e5edd432ee927a5046
atomic-openshift-sdn-ovs-3.11.317-1.git.0.5d5a266.el7.x86_64.rpm SHA-256: f841afeef8900b20add96a7c0560f5dbec47f2b4f43c68336c683e3a64b8ba82
atomic-openshift-service-idler-3.11.317-1.git.1.4a21ae2.el7.x86_64.rpm SHA-256: 9cd430a8b22233b1fccab19492c96b2064b6116cd4a163fa97b62bfe60185301
atomic-openshift-template-service-broker-3.11.317-1.git.0.5d5a266.el7.x86_64.rpm SHA-256: 4d7fa281d3eb2807984b98421dd73d17ca7d4e943be91e92fd4d1f230c1d7348
atomic-openshift-tests-3.11.317-1.git.0.5d5a266.el7.x86_64.rpm SHA-256: 2ba14d8c383435252f7ad86d9222fbcc6f511fe55f343e6d3d7a32c3e045f2f1
atomic-openshift-web-console-3.11.317-1.git.1.50023bf.el7.x86_64.rpm SHA-256: 7cdf59041a6e0c909470e8cc541591f6b8e9d7b399a294916c1868483136c23a
golang-github-openshift-oauth-proxy-3.11.317-1.git.1.5df179b.el7.x86_64.rpm SHA-256: 4fca4eb4f43415b30aae79629c3db1a00eed0a724a7d9fffe25029aed5b24f41
haproxy-debuginfo-1.8.26-1.el7.x86_64.rpm SHA-256: e76d5d0cc1da55bc716f744d1bc6fa6f1e29d405742208079aa15f350d91e696
haproxy18-1.8.26-1.el7.x86_64.rpm SHA-256: 36b10cdafcf8e09becea0c506dabe5690ede8e94ca90683064228bd95bf0d51b
jenkins-2-plugins-3.11.1603460090-1.el7.noarch.rpm SHA-256: d7913bc35a6503107ec19d3c7fe78afe3e3ec6b80c31e3084dd41555d3e00e36
openshift-ansible-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: dd43945e06375aaf2e78c04eb8623af15c1883571292f1183d01bacdd2799275
openshift-ansible-docs-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: 2ec8cf54067074c559b9a1d0510e6d04660646ccf3b51f41833c279c0f8a7bfe
openshift-ansible-playbooks-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: e7fe0986a4f129e2cbfc5feefe8c6eac8ad95c45e7d1cd3df3576ef58e468a99
openshift-ansible-roles-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: dba27b41e9a917426ec3b51ac3519d9da17e6265d6e993349eb4f1292e2d619f
openshift-enterprise-autoheal-3.11.317-1.git.1.8f9472e.el7.x86_64.rpm SHA-256: c74eaa3a27506c54b31a4d2e1529e78498b52902ac554e78aeec8214c8404ed3
openshift-enterprise-cluster-capacity-3.11.317-1.git.1.eacfbe4.el7.x86_64.rpm SHA-256: 61e6aff49adb5db02c7bad61725f5bef1a6d2d86cecbbef9de09fd3fa031f3f6
openshift-kuryr-cni-3.11.317-1.git.1.415c4c3.el7.noarch.rpm SHA-256: 9d1fac4811cbbfd77289434873c2122dc5075058cbc5f0e048eb5500774448ef
openshift-kuryr-common-3.11.317-1.git.1.415c4c3.el7.noarch.rpm SHA-256: 2262c02ca26ceebf5ee71e45ea4f0cd7b9a659a0ca0a5e72a12407cb13f614b0
openshift-kuryr-controller-3.11.317-1.git.1.415c4c3.el7.noarch.rpm SHA-256: 2f47822bba17d356202bbece9a66936aca9bc0195f9d79fa4f6b3a7f167d0ade
prometheus-3.11.317-1.git.1.9626f3d.el7.x86_64.rpm SHA-256: c9d595e3d11a18356b54668109135407d8f9abe069ef4dd4bd5b179b08201e71
prometheus-alertmanager-3.11.317-1.git.1.6be9eca.el7.x86_64.rpm SHA-256: 60c87494807cb7f1f8c5b04a80f5def3e97449ad4ba88897147bb037202bd140
prometheus-node-exporter-3.11.317-1.git.1.9fb385a.el7.x86_64.rpm SHA-256: 74e126e6b889b49b56ff1042cd92c94bddaca5d2b9ef9f8dfa29e60e51ccf96d
python2-kuryr-kubernetes-3.11.317-1.git.1.415c4c3.el7.noarch.rpm SHA-256: 50f392a368b13459d9602107da631f1a7f49b4ca3e40c49412344be1b10aeb09

Red Hat OpenShift Container Platform for Power 3.11

SRPM
atomic-enterprise-service-catalog-3.11.317-1.git.1.020c5c8.el7.src.rpm SHA-256: dc95261083b6d36cb6d96ac27dae2ef8249234808ceb5a421fdc313d9def84ae
atomic-openshift-3.11.317-1.git.0.5d5a266.el7.src.rpm SHA-256: c311a7527d0a1c754bb80a3229138573d94520624f584b2bb1a43023e0c32fed
atomic-openshift-cluster-autoscaler-3.11.317-1.git.1.7dfe9c4.el7.src.rpm SHA-256: 27807ef5b7d967b87647de67481e2d0c20d27a50b65c69dd6cbf564ac393c90a
atomic-openshift-descheduler-3.11.317-1.git.1.9c95b0f.el7.src.rpm SHA-256: b30e372431aa68be3e7715ba54a420306d51a0f0a7fe0e2e2ac1992ce772bdba
atomic-openshift-metrics-server-3.11.317-1.git.1.ea01e9c.el7.src.rpm SHA-256: c60fdebb7cc6981fb20264e4523b736f4486a2a400e2e7c8a789e473ad01519e
atomic-openshift-node-problem-detector-3.11.317-1.git.1.2a00641.el7.src.rpm SHA-256: fe261ea673024b1818bef2b3af646ee36c0fa3f8488a158bdebc7d25e4a82b6a
atomic-openshift-service-idler-3.11.317-1.git.1.4a21ae2.el7.src.rpm SHA-256: ebbf8cc42d8a74787f1173daf57fe6723777cb04d8a9347b25e8b4aac58abcab
atomic-openshift-web-console-3.11.317-1.git.1.50023bf.el7.src.rpm SHA-256: dab59d0646e7ccde095784e03274d6fbb2b36b61c6bd777e6560d09ef19eca02
golang-github-openshift-oauth-proxy-3.11.317-1.git.1.5df179b.el7.src.rpm SHA-256: 5f5302169b14750e117932fde3d0d0664acc7b08e2967ffba6f55c81a51bfcc8
golang-github-prometheus-alertmanager-3.11.317-1.git.1.6be9eca.el7.src.rpm SHA-256: 9438e9f320c8d3e3a82cf02ebc2b44f7abd2fc97909effa177c799c693f85118
golang-github-prometheus-node_exporter-3.11.317-1.git.1.9fb385a.el7.src.rpm SHA-256: f9fa0664777d1395ef72fabef75e9d3442517ceccbd0bd424ca5c97078b0db04
golang-github-prometheus-prometheus-3.11.317-1.git.1.9626f3d.el7.src.rpm SHA-256: 73a8fb2113bba2c186f798a2282602bc11153680d701b60516c834522fda50c5
haproxy-1.8.26-1.el7.src.rpm SHA-256: 20c7d0a4df1fba11ac505c4c1f416ea5949bd8547ef31857f649606b631f8794
jenkins-2-plugins-3.11.1603460090-1.el7.src.rpm SHA-256: 5402cb8fb8f236f43951843b506ddd26af98876448e2bafc72988091938f986f
openshift-ansible-3.11.317-1.git.0.de92996.el7.src.rpm SHA-256: f025682f71d926ab57b568f2249eec52d3c542f5f59d78bf46f26553c1cd273f
openshift-enterprise-autoheal-3.11.317-1.git.1.8f9472e.el7.src.rpm SHA-256: 40c94bb2840f18b0937bbef4d68946dfb8ac291bd1575b0a1b731929df0d8bb2
openshift-enterprise-cluster-capacity-3.11.317-1.git.1.eacfbe4.el7.src.rpm SHA-256: 77b8667e65c3d769bff9e25de4346a06241e7a49073f8ee4d21d24fc84b7de8f
ppc64le
atomic-enterprise-service-catalog-3.11.317-1.git.1.020c5c8.el7.ppc64le.rpm SHA-256: c56cda0b66ce77d0c7d98764edc047accebf885b2010cdc1f55975901dd0e80d
atomic-enterprise-service-catalog-3.11.317-1.git.1.020c5c8.el7.ppc64le.rpm SHA-256: c56cda0b66ce77d0c7d98764edc047accebf885b2010cdc1f55975901dd0e80d
atomic-enterprise-service-catalog-svcat-3.11.317-1.git.1.020c5c8.el7.ppc64le.rpm SHA-256: e0115a7321f4b7c04c001625bda5b1e09b9d3017061d501fadaf0b4c9bea35f5
atomic-enterprise-service-catalog-svcat-3.11.317-1.git.1.020c5c8.el7.ppc64le.rpm SHA-256: e0115a7321f4b7c04c001625bda5b1e09b9d3017061d501fadaf0b4c9bea35f5
atomic-openshift-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 3ff7e8201ea7a9b9dae351e6323881014c48bf4a6763bd4a6e16563047f53b27
atomic-openshift-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 3ff7e8201ea7a9b9dae351e6323881014c48bf4a6763bd4a6e16563047f53b27
atomic-openshift-clients-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: c84dec0157fae0dd86e40bbf5ea5715dba57f39a77305961f3bb6518dea6460c
atomic-openshift-clients-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: c84dec0157fae0dd86e40bbf5ea5715dba57f39a77305961f3bb6518dea6460c
atomic-openshift-cluster-autoscaler-3.11.317-1.git.1.7dfe9c4.el7.ppc64le.rpm SHA-256: 78519ad72792ae626ee69d24ed0f0774152a24cb85f38e69bc530a45f1bdcfca
atomic-openshift-cluster-autoscaler-3.11.317-1.git.1.7dfe9c4.el7.ppc64le.rpm SHA-256: 78519ad72792ae626ee69d24ed0f0774152a24cb85f38e69bc530a45f1bdcfca
atomic-openshift-descheduler-3.11.317-1.git.1.9c95b0f.el7.ppc64le.rpm SHA-256: deac1ffaf4a7eda90c275dbe71351ee79ec94252f5f1824e1e3b15fc72bb45b3
atomic-openshift-descheduler-3.11.317-1.git.1.9c95b0f.el7.ppc64le.rpm SHA-256: deac1ffaf4a7eda90c275dbe71351ee79ec94252f5f1824e1e3b15fc72bb45b3
atomic-openshift-docker-excluder-3.11.317-1.git.0.5d5a266.el7.noarch.rpm SHA-256: ace0c011d6b98ba1516eff77c12768db8b023a57d92da9a9c21f0e2568759755
atomic-openshift-docker-excluder-3.11.317-1.git.0.5d5a266.el7.noarch.rpm SHA-256: ace0c011d6b98ba1516eff77c12768db8b023a57d92da9a9c21f0e2568759755
atomic-openshift-excluder-3.11.317-1.git.0.5d5a266.el7.noarch.rpm SHA-256: 76c1b24d1eab9d3837107ecee80ee18ceed51ee1dac9b0dd42f90025bbfca87e
atomic-openshift-excluder-3.11.317-1.git.0.5d5a266.el7.noarch.rpm SHA-256: 76c1b24d1eab9d3837107ecee80ee18ceed51ee1dac9b0dd42f90025bbfca87e
atomic-openshift-hyperkube-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 8547fd885919c44607ef79b5839d224bb71f0489c61cf76643a0a1c202c3a8b0
atomic-openshift-hyperkube-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 8547fd885919c44607ef79b5839d224bb71f0489c61cf76643a0a1c202c3a8b0
atomic-openshift-hypershift-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: f907a38aea6fd74cc16cc17424a8b5fc444034f4c5312db8c5d627be4780b7d6
atomic-openshift-hypershift-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: f907a38aea6fd74cc16cc17424a8b5fc444034f4c5312db8c5d627be4780b7d6
atomic-openshift-master-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 160c3dd8a2ad5b2543ac1f907bc06f8489981fbbd1addc76155b9f2c7758d77c
atomic-openshift-master-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 160c3dd8a2ad5b2543ac1f907bc06f8489981fbbd1addc76155b9f2c7758d77c
atomic-openshift-metrics-server-3.11.317-1.git.1.ea01e9c.el7.ppc64le.rpm SHA-256: c474d4a13b967688db4813267a6c0ea230e0eab419338172b1416def443da156
atomic-openshift-metrics-server-3.11.317-1.git.1.ea01e9c.el7.ppc64le.rpm SHA-256: c474d4a13b967688db4813267a6c0ea230e0eab419338172b1416def443da156
atomic-openshift-node-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 1296fb58b8274ae964939ae5605446e0a7406cf5d360cc4cdeb8315a786c5f4a
atomic-openshift-node-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 1296fb58b8274ae964939ae5605446e0a7406cf5d360cc4cdeb8315a786c5f4a
atomic-openshift-node-problem-detector-3.11.317-1.git.1.2a00641.el7.ppc64le.rpm SHA-256: 2e330e29682ea4de01dcb4d97f6b13324fefe9c17fe49ce74c1567abd909362e
atomic-openshift-node-problem-detector-3.11.317-1.git.1.2a00641.el7.ppc64le.rpm SHA-256: 2e330e29682ea4de01dcb4d97f6b13324fefe9c17fe49ce74c1567abd909362e
atomic-openshift-pod-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: d2ffcdc941f122a0e5b17744ef8b4fd6522d25b568d7709eeae84a502c8a7025
atomic-openshift-pod-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: d2ffcdc941f122a0e5b17744ef8b4fd6522d25b568d7709eeae84a502c8a7025
atomic-openshift-sdn-ovs-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 1f28a7249baf0186acd0b5a87a0f325b18bf8657abb50c273b75f20694fe23ff
atomic-openshift-sdn-ovs-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 1f28a7249baf0186acd0b5a87a0f325b18bf8657abb50c273b75f20694fe23ff
atomic-openshift-service-idler-3.11.317-1.git.1.4a21ae2.el7.ppc64le.rpm SHA-256: 95085e32226ac9f0c6d191c40706412d5ef87b6e59b1e2aac272e5863cdf34d0
atomic-openshift-service-idler-3.11.317-1.git.1.4a21ae2.el7.ppc64le.rpm SHA-256: 95085e32226ac9f0c6d191c40706412d5ef87b6e59b1e2aac272e5863cdf34d0
atomic-openshift-template-service-broker-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 9bd439aa9617afd904f9278569c519c4a06fdad7451c275de1b39ccb68f07089
atomic-openshift-template-service-broker-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 9bd439aa9617afd904f9278569c519c4a06fdad7451c275de1b39ccb68f07089
atomic-openshift-tests-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 0c57ca1a3bf86d17c6d55ad705a710b3790d2f7be1edfc5d3a2ef034f3befb6a
atomic-openshift-tests-3.11.317-1.git.0.5d5a266.el7.ppc64le.rpm SHA-256: 0c57ca1a3bf86d17c6d55ad705a710b3790d2f7be1edfc5d3a2ef034f3befb6a
atomic-openshift-web-console-3.11.317-1.git.1.50023bf.el7.ppc64le.rpm SHA-256: 2ed9dc03e9cfd8abd599d029c00d051eb0ab82c3498c299cd1f7f3fc951f968d
atomic-openshift-web-console-3.11.317-1.git.1.50023bf.el7.ppc64le.rpm SHA-256: 2ed9dc03e9cfd8abd599d029c00d051eb0ab82c3498c299cd1f7f3fc951f968d
golang-github-openshift-oauth-proxy-3.11.317-1.git.1.5df179b.el7.ppc64le.rpm SHA-256: 2233742d2c8cfdb21aaed8c30a1435fd34d033da852771903a5e7905a90d67b2
golang-github-openshift-oauth-proxy-3.11.317-1.git.1.5df179b.el7.ppc64le.rpm SHA-256: 2233742d2c8cfdb21aaed8c30a1435fd34d033da852771903a5e7905a90d67b2
haproxy-debuginfo-1.8.26-1.el7.ppc64le.rpm SHA-256: 70140ebfc3583bf57d73901c66ffcaad40041d95b8e75ae4c38198c923a985bd
haproxy-debuginfo-1.8.26-1.el7.ppc64le.rpm SHA-256: 70140ebfc3583bf57d73901c66ffcaad40041d95b8e75ae4c38198c923a985bd
haproxy18-1.8.26-1.el7.ppc64le.rpm SHA-256: 24dbf7e0ae65bb14769734b121f0a788520e4443080b9646335c4a725d3ab774
haproxy18-1.8.26-1.el7.ppc64le.rpm SHA-256: 24dbf7e0ae65bb14769734b121f0a788520e4443080b9646335c4a725d3ab774
jenkins-2-plugins-3.11.1603460090-1.el7.noarch.rpm SHA-256: d7913bc35a6503107ec19d3c7fe78afe3e3ec6b80c31e3084dd41555d3e00e36
jenkins-2-plugins-3.11.1603460090-1.el7.noarch.rpm SHA-256: d7913bc35a6503107ec19d3c7fe78afe3e3ec6b80c31e3084dd41555d3e00e36
openshift-ansible-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: dd43945e06375aaf2e78c04eb8623af15c1883571292f1183d01bacdd2799275
openshift-ansible-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: dd43945e06375aaf2e78c04eb8623af15c1883571292f1183d01bacdd2799275
openshift-ansible-docs-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: 2ec8cf54067074c559b9a1d0510e6d04660646ccf3b51f41833c279c0f8a7bfe
openshift-ansible-docs-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: 2ec8cf54067074c559b9a1d0510e6d04660646ccf3b51f41833c279c0f8a7bfe
openshift-ansible-playbooks-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: e7fe0986a4f129e2cbfc5feefe8c6eac8ad95c45e7d1cd3df3576ef58e468a99
openshift-ansible-playbooks-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: e7fe0986a4f129e2cbfc5feefe8c6eac8ad95c45e7d1cd3df3576ef58e468a99
openshift-ansible-roles-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: dba27b41e9a917426ec3b51ac3519d9da17e6265d6e993349eb4f1292e2d619f
openshift-ansible-roles-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: dba27b41e9a917426ec3b51ac3519d9da17e6265d6e993349eb4f1292e2d619f
openshift-ansible-test-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: 27dfab732fdfb1ab1bde3d93dbd7714cddec45d77bdfcb281be0bb6089271a5e
openshift-ansible-test-3.11.317-1.git.0.de92996.el7.noarch.rpm SHA-256: 27dfab732fdfb1ab1bde3d93dbd7714cddec45d77bdfcb281be0bb6089271a5e
openshift-enterprise-autoheal-3.11.317-1.git.1.8f9472e.el7.ppc64le.rpm SHA-256: 2090cedb3dbb6a6884b77ea5163addc4888f48b0aa7662b397d27c86d540d289
openshift-enterprise-autoheal-3.11.317-1.git.1.8f9472e.el7.ppc64le.rpm SHA-256: 2090cedb3dbb6a6884b77ea5163addc4888f48b0aa7662b397d27c86d540d289
openshift-enterprise-cluster-capacity-3.11.317-1.git.1.eacfbe4.el7.ppc64le.rpm SHA-256: 1ab035ec0275338a018228137c468dcd8196cfd6eac1b50f4735f9a3992c4be0
openshift-enterprise-cluster-capacity-3.11.317-1.git.1.eacfbe4.el7.ppc64le.rpm SHA-256: 1ab035ec0275338a018228137c468dcd8196cfd6eac1b50f4735f9a3992c4be0
prometheus-3.11.317-1.git.1.9626f3d.el7.ppc64le.rpm SHA-256: e6ca0f26662b73c954e277eef74ccfb06aaa4dfc10047a67fd5dd7680816f525
prometheus-3.11.317-1.git.1.9626f3d.el7.ppc64le.rpm SHA-256: e6ca0f26662b73c954e277eef74ccfb06aaa4dfc10047a67fd5dd7680816f525
prometheus-alertmanager-3.11.317-1.git.1.6be9eca.el7.ppc64le.rpm SHA-256: a79aac9ab19b717041c9e1facdf6a633a0d31bf87a39c1347a4122b0681fa00d
prometheus-alertmanager-3.11.317-1.git.1.6be9eca.el7.ppc64le.rpm SHA-256: a79aac9ab19b717041c9e1facdf6a633a0d31bf87a39c1347a4122b0681fa00d
prometheus-node-exporter-3.11.317-1.git.1.9fb385a.el7.ppc64le.rpm SHA-256: 2e9802c3f1dc9519d7fbf9ee54631316fd14f43090e6f6190c8da00b48fa4245
prometheus-node-exporter-3.11.317-1.git.1.9fb385a.el7.ppc64le.rpm SHA-256: 2e9802c3f1dc9519d7fbf9ee54631316fd14f43090e6f6190c8da00b48fa4245

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

Red Hat

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

About

  • Red Hat Subscription Value
  • About Red Hat
  • Red Hat Jobs
Copyright © 2023 Red Hat, Inc.
  • Privacy Statement
  • Customer Portal Terms of Use
  • All Policies and Guidelines
Red Hat Summit
Twitter