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:4170 - Bug Fix Advisory
Issued:
2020-10-22
Updated:
2020-10-22

RHBA-2020:4170 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

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

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

This release fixes the following bugs:

  • Previously, the master/admin.kubeconfig was updated during master certificate redeployment, but the node/bootstrap.kubeconfig was not. When master was rebootstrapped, the node could not connect to the API due to the outdated kubeconfig. With this release, the node/bootstrap.kubeconfig on masters is updated when recreating the master/admin.kubeconfig and the node service on masters can bootstrap and access the API when rebootstrapping. (BZ#1772580)
  • Previously, during SDN restart, the network policy cache was not initialized if a project had a previously created deny all rule in it, and rules created after the SDN pod was restarted were not detected. With this release, the issue is resolved by setting the networkPolicy initialization to npNameSpace.inUse=true. (BZ#1790407)
  • When redeploying master certificates, the master/admin.kubeconfig is updated. The master node requires the updated node.kubeconfig to prevent issues with pods using the node.kubeconfig, such as the sync pod, from failing to authenticate to the API. The issue is resolved in this release. (BZ#1791160)
  • Previously, the way that Elasticsearch checked for system call support at startup was only supported on x86_64 architectures. As a result, Cluster Logging failed to deploy on IBM Power with the following error message:

unable to install syscall filter:
java.lang.UnsupportedOperationException: seccomp unavailable: 'ppc64le'
architecture unsupported
Now, the OpenShift Ansible playbook, which handles deployment of Elasticsearch, sets an option to override the startup test on applicable
architectures and Cluster Logging successfully deploys on IBM Power systems. (BZ#1807201)

  • This release adds a check of the master-config.yaml file to determine if the client.CA has been reverted. If not, the play will fail and indicate that openshift_redeploy_openshift_ca=true must be set in the inventory. This check prevents inadvertent certificate redeploy when the OpenShift CA has been updated and not rolled out. (BZ#1837123)
  • Previously, a missing check for the matching number of Elasticsearch DCs, PVCs and indices caused Ansible pads missing elements with Nones and lead to cryptic Cluster Logging playbook failure. This release adds the missing check so that the Cluster Logging playbook issues a diagnostic if the number of Elasticsearch DCs, PVCs and indices do not match. (BZ#1848454)
  • The 3.10 version of oc does not have the --field-selector flag that the 3.11 version includes. As a result, upgrades from 3.10 could fail. The issue has been resolved in this release. (BZ#1852753)
  • With this release, the base image is updated to use the Ansible 2.9 repo. (BZ#1855743)
  • Previously, the hashes of locally cached compressed layers were not deleted when deleting images. As a result, images could not be downloaded again if another image with the same layer but a different compression was pulled. Hashes are now cleared from the cache when deleting corresponding layers. (BZ#1867463)
  • Previously, internal changes to Ansible 2.11 caused compatibility issues with how OpenShift Ansible uses the execute_module Ansible call. Now, the call is switched to the public module call which is more reliable and safe. (BZ#1870123)
  • Previously, the only way to update a named certificate was to redeploy the master certificate. This release adds a playbook for updating named certificates so that they can be updated independently without additional risk. (BZ#1882203)

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.306, 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 - 1772580 - Redeploy-certificates do not set proper bootstrap.kubeconfig on masters
  • BZ - 1790407 - [3.11] No new ovs flows add to table 80 after restart sdn pod and create a allow-all networkpolicy
  • BZ - 1791160 - Redeploy CA and cert breaks sync pod
  • BZ - 1807201 - Elasticsearch shows UnsupportedOperationException seccomp unavailable ppc64le architecture unsupported
  • BZ - 1837123 - redeploy-certificates.yaml did not update certificates properly
  • BZ - 1848454 - OpenShift logging upgrade from 3.11.161 to 3.11.219 fails
  • BZ - 1852753 - Upgrade from 3.10 to 3.11 failing with error: Error: unknown flag: --field-selector\n\n\n
  • BZ - 1855743 - openshift3/ose-ansible:v3.11.232 contains old ansible version (2.8) and not the recommended one (2.9)
  • BZ - 1857824 - Pods networking is broken after openvswitch is crashed
  • BZ - 1867463 - crictl pull fails due to different sizes of the image layers
  • BZ - 1870123 - Deployment of OCP is failing at the check "docker_storage"
  • BZ - 1878796 - [3.11] fix flaky unit test
  • BZ - 1879855 - [Kuryr] Install playbook fails waiting for CRD creation due to kuryr-controller crashloop
  • BZ - 1881529 - bump EgressNetworkPolicy maxItems to 1000
  • BZ - 1882203 - [3.11] - missing named certificate separate playbook

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.306-1.git.1.6e60885.el7.src.rpm SHA-256: 82fe6d26193e41b6875d499de1be62e99447f5ffadee0195a2ac84e5270e24b8
atomic-openshift-3.11.306-1.git.0.af6f5d6.el7.src.rpm SHA-256: 44441a85760de4f2571816088eb081024f9b133b7274f506d3e36d9a1002ffe0
atomic-openshift-cluster-autoscaler-3.11.306-1.git.1.c22ef3e.el7.src.rpm SHA-256: b9b29b607faff5ca6d054cb6fe2055394d2cb1374b162cdca6375a1c3d186465
atomic-openshift-descheduler-3.11.306-1.git.1.3844ca1.el7.src.rpm SHA-256: 2bdecba9cb5467e310a0f9969c8a04e8c37fdc7e39f924cd7ffa4d4923800f50
atomic-openshift-dockerregistry-3.11.306-1.git.1.ea8774d.el7.src.rpm SHA-256: a7f4bf4935b0ab074b311755dd8699ec536de70fabd54f8632769defee113b27
atomic-openshift-metrics-server-3.11.306-1.git.1.b9efe71.el7.src.rpm SHA-256: 3a5c094291896a56294256003036cbaf9fbeef5cd59e8fd8dc99fd019a5f19ca
atomic-openshift-node-problem-detector-3.11.306-1.git.1.944e9eb.el7.src.rpm SHA-256: f96a2662fdc31f21fa03300db2e231aa40925d096de33a5e4dcee026a7711262
atomic-openshift-service-idler-3.11.306-1.git.1.02dbe7e.el7.src.rpm SHA-256: 5f6b3479765f8d6c2d8b858870c1830d6131fa204e056b32a1076b464208d0aa
atomic-openshift-web-console-3.11.306-1.git.1.cabb8d0.el7.src.rpm SHA-256: 66f2df5e01e5bed0cc29429273be46854bfb4effa35b25b1b872214f5c730ac2
cri-o-1.11.16-0.13.rhaos3.11.git5218c73.el7.src.rpm SHA-256: 58110068549ff116bc8056d8e3d6c5521a00500dfcf4c8124dfe8fcc83043a5f
golang-github-openshift-oauth-proxy-3.11.306-1.git.1.2866dff.el7.src.rpm SHA-256: b33ffc665f92b140def9393980d35c201f742cf4ba1c4b90ce0ffc8f057c48e3
golang-github-prometheus-alertmanager-3.11.306-1.git.1.703ba24.el7.src.rpm SHA-256: e993aeefd495818e0ffd9d9e6c1be162c743a9e4e0a62630de7eed0bdf9641a0
golang-github-prometheus-node_exporter-3.11.306-1.git.1.9749d04.el7.src.rpm SHA-256: 14bb61fc7b6dc511a9d09e2c5ae132fbae8a04c564c43568e3ece52302c4c460
golang-github-prometheus-prometheus-3.11.306-1.git.1.579c6d9.el7.src.rpm SHA-256: 2c6c2bb2b6618d1eb81f1fb21bbcd4725b1b9f6c9e91f5dd93deec36b1686ce6
openshift-ansible-3.11.306-3.git.1.22c55e7.el7.src.rpm SHA-256: 3e0a99304f675abdc64f120c3b8042de0e0fbeab7310a52cbe030482f3e4c45e
openshift-enterprise-autoheal-3.11.306-1.git.1.1df47b8.el7.src.rpm SHA-256: a83c63b4ad9b01eea0e0cf99f8b97e7d08b963e9c887f741c16aa52cb2038bc2
openshift-enterprise-cluster-capacity-3.11.306-1.git.1.f59be92.el7.src.rpm SHA-256: 4a7f0ede96cd3d529e8cea103e863867c61b8d78030e447b552585d42c27c291
openshift-kuryr-3.11.306-1.git.1.46b1b0b.el7.src.rpm SHA-256: 3cbf55bb7739d7853250d5c006ba427e0fbbdd687b64d3f1f07b3e7321ba9879
x86_64
atomic-enterprise-service-catalog-3.11.306-1.git.1.6e60885.el7.x86_64.rpm SHA-256: 3e75f868b535244d75fdfc0416693c871a1965609784a995b18d6cea4cd4bee9
atomic-enterprise-service-catalog-svcat-3.11.306-1.git.1.6e60885.el7.x86_64.rpm SHA-256: 3c60da7339c49f4d806c46f52e3b738910526158cce13f9167a3acd8f2786278
atomic-openshift-3.11.306-1.git.0.af6f5d6.el7.x86_64.rpm SHA-256: dbb6f873ffb8ebbd117d59ced9a4238b0073bffd911b458d47748f73dcd5dd98
atomic-openshift-clients-3.11.306-1.git.0.af6f5d6.el7.x86_64.rpm SHA-256: bc354e7ff57ba9c830a5a4b72e652ebb1000049b43ecf73560abaa0536b18978
atomic-openshift-clients-redistributable-3.11.306-1.git.0.af6f5d6.el7.x86_64.rpm SHA-256: 7971b616d634c7bab1465ab92eaa18726c5681aaef193448b0b6fcd111e24b22
atomic-openshift-cluster-autoscaler-3.11.306-1.git.1.c22ef3e.el7.x86_64.rpm SHA-256: c7743c01bddd7e796a7faaa4e3fd5b14846b7b184ee6432013dac75b3bfe3ccc
atomic-openshift-descheduler-3.11.306-1.git.1.3844ca1.el7.x86_64.rpm SHA-256: d34b734f3efd29cdb2cf22f6ba69b5731bf55241d4c6294ca6c5e8880bc89724
atomic-openshift-docker-excluder-3.11.306-1.git.0.af6f5d6.el7.noarch.rpm SHA-256: bb54453ee70a963b2417b9441b507430bbc8618aa671cff3f14d66043a11aa4e
atomic-openshift-dockerregistry-3.11.306-1.git.1.ea8774d.el7.x86_64.rpm SHA-256: 151fbec40452d3ac97bc417d91062032c51200bcc5e019618cb03465a410dcad
atomic-openshift-excluder-3.11.306-1.git.0.af6f5d6.el7.noarch.rpm SHA-256: e552bfa815ed8e24131cece1718b6989316e41d5fe28c4e819c9aa265a934f43
atomic-openshift-hyperkube-3.11.306-1.git.0.af6f5d6.el7.x86_64.rpm SHA-256: d62463c334248b6021fe55d91d632b4535c258f4410d3c011224d778fe3c9ba0
atomic-openshift-hypershift-3.11.306-1.git.0.af6f5d6.el7.x86_64.rpm SHA-256: 70bdb9c6284d20674e1712f5096add71373f6d1a32ef7bb8828a825e57dc6d57
atomic-openshift-master-3.11.306-1.git.0.af6f5d6.el7.x86_64.rpm SHA-256: dd30165d63fbf7275b89760c4dca0ef204c3872389f9be89a255818e80ae3931
atomic-openshift-metrics-server-3.11.306-1.git.1.b9efe71.el7.x86_64.rpm SHA-256: f777b84b13207393d0f65a9c92a15076b91a21e9bc43f12c15d5866f730366ed
atomic-openshift-node-3.11.306-1.git.0.af6f5d6.el7.x86_64.rpm SHA-256: cbd8b7a31dd09b569a6581f4ba79389f47812747736a3e757e5e5ed2dd75ee20
atomic-openshift-node-problem-detector-3.11.306-1.git.1.944e9eb.el7.x86_64.rpm SHA-256: 878228d754bc4bca3b96c3a028b5832a53410fd24e2d58124056b63ee48849f2
atomic-openshift-pod-3.11.306-1.git.0.af6f5d6.el7.x86_64.rpm SHA-256: 0d51f25381eb286f33581760fab6645f9a2bbee7c2e0f44c9fc1f24cc585a1be
atomic-openshift-sdn-ovs-3.11.306-1.git.0.af6f5d6.el7.x86_64.rpm SHA-256: c929dd541952cc117881148ab7910ffd7656998b6375449b4cdf6e2c5dc4ab3b
atomic-openshift-service-idler-3.11.306-1.git.1.02dbe7e.el7.x86_64.rpm SHA-256: 78c1f9c14cc9b9824a8a00febcf46b0f73044cca03b662c18df950844370d68a
atomic-openshift-template-service-broker-3.11.306-1.git.0.af6f5d6.el7.x86_64.rpm SHA-256: 500d4bea3ecc9ca0fb287945f37d321ce33b53060e285745d057d82f0d65949b
atomic-openshift-tests-3.11.306-1.git.0.af6f5d6.el7.x86_64.rpm SHA-256: a6193b3b6621e25c56a67a6c1e0f7378428583b053548a928051fb79658c38df
atomic-openshift-web-console-3.11.306-1.git.1.cabb8d0.el7.x86_64.rpm SHA-256: fbacf023d0a0c097815083632ff20ec942d06055f02bb79f836ad61e0859d78f
cri-o-1.11.16-0.13.rhaos3.11.git5218c73.el7.x86_64.rpm SHA-256: ea53907d82966e3fbe1dad350f9cc728635ba876b53851d0909ed03902650b52
cri-o-debuginfo-1.11.16-0.13.rhaos3.11.git5218c73.el7.x86_64.rpm SHA-256: b55eba17df539c50a98e900ac8b4f46499a28ff1467b1c019ee249f23f6a71c3
golang-github-openshift-oauth-proxy-3.11.306-1.git.1.2866dff.el7.x86_64.rpm SHA-256: 30f954c226d6ef41040f750bf118b38256710a9232ee512e37737df40eabd595
openshift-ansible-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 0b0e23a0249d8b22e74d12d9e14b276ff1d6e1d3424de9454d44b0a55aaaf2dc
openshift-ansible-docs-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 72df3e9dd745e87394aabca8110a0a188303ada352ac8bc57aa99c1ba0597ddc
openshift-ansible-playbooks-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 6f328fc46a45bb7c2496f4ba89bef71641e40941fc7e7889d55adc09f0997c6f
openshift-ansible-roles-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 744c5939800a309d3af303261f12d3284d067c73b6dfa3cecc31dcdf4ac85728
openshift-enterprise-autoheal-3.11.306-1.git.1.1df47b8.el7.x86_64.rpm SHA-256: 06e0ca9255216d5871984e41e9cd5f523de71ffe7e5bbd56ec150499026a4f9e
openshift-enterprise-cluster-capacity-3.11.306-1.git.1.f59be92.el7.x86_64.rpm SHA-256: 03bc24fc78bae7a4004f305d0e985a1b36f8435da547b36cb3d2cb72b099d343
openshift-kuryr-cni-3.11.306-1.git.1.46b1b0b.el7.noarch.rpm SHA-256: abc3465dd5548de7eb02e25f3733d24680ae99515d8d68b7c177b9745de88e0e
openshift-kuryr-common-3.11.306-1.git.1.46b1b0b.el7.noarch.rpm SHA-256: 2c33dd738c10fcf1210caf2729e1d1d13b5f18f7e4dd5cfb59a59496e62820c3
openshift-kuryr-controller-3.11.306-1.git.1.46b1b0b.el7.noarch.rpm SHA-256: f3a6ddab574d7ba2eb716c9a0ece597d8ce6e32a30d06774e7e88c1bc4cf4f6e
prometheus-3.11.306-1.git.1.579c6d9.el7.x86_64.rpm SHA-256: af9db8f0b6c45b43f4129cff6edd6ba1e5ee888434c82f1cb1f512c5e3e3d27d
prometheus-alertmanager-3.11.306-1.git.1.703ba24.el7.x86_64.rpm SHA-256: cf9276e8fb36135b6e3ba19ede2324466a7d3b01dd0abce170f7a7a82437b80b
prometheus-node-exporter-3.11.306-1.git.1.9749d04.el7.x86_64.rpm SHA-256: bb44b7d425586d8fa5fd44e422c52fd7da3800bfd7c68d97ef7898ddd4026d63
python2-kuryr-kubernetes-3.11.306-1.git.1.46b1b0b.el7.noarch.rpm SHA-256: 60fcfc7df0b762b28497ade088c50046fd9e06fbe60636ad9e2fe665418249d3

Red Hat OpenShift Container Platform for Power 3.11

SRPM
atomic-enterprise-service-catalog-3.11.306-1.git.1.6e60885.el7.src.rpm SHA-256: 82fe6d26193e41b6875d499de1be62e99447f5ffadee0195a2ac84e5270e24b8
atomic-openshift-3.11.306-1.git.0.af6f5d6.el7.src.rpm SHA-256: 44441a85760de4f2571816088eb081024f9b133b7274f506d3e36d9a1002ffe0
atomic-openshift-cluster-autoscaler-3.11.306-1.git.1.c22ef3e.el7.src.rpm SHA-256: b9b29b607faff5ca6d054cb6fe2055394d2cb1374b162cdca6375a1c3d186465
atomic-openshift-descheduler-3.11.306-1.git.1.3844ca1.el7.src.rpm SHA-256: 2bdecba9cb5467e310a0f9969c8a04e8c37fdc7e39f924cd7ffa4d4923800f50
atomic-openshift-metrics-server-3.11.306-1.git.1.b9efe71.el7.src.rpm SHA-256: 3a5c094291896a56294256003036cbaf9fbeef5cd59e8fd8dc99fd019a5f19ca
atomic-openshift-node-problem-detector-3.11.306-1.git.1.944e9eb.el7.src.rpm SHA-256: f96a2662fdc31f21fa03300db2e231aa40925d096de33a5e4dcee026a7711262
atomic-openshift-service-idler-3.11.306-1.git.1.02dbe7e.el7.src.rpm SHA-256: 5f6b3479765f8d6c2d8b858870c1830d6131fa204e056b32a1076b464208d0aa
atomic-openshift-web-console-3.11.306-1.git.1.cabb8d0.el7.src.rpm SHA-256: 66f2df5e01e5bed0cc29429273be46854bfb4effa35b25b1b872214f5c730ac2
cri-o-1.11.16-0.13.rhaos3.11.git5218c73.el7.src.rpm SHA-256: 58110068549ff116bc8056d8e3d6c5521a00500dfcf4c8124dfe8fcc83043a5f
golang-github-openshift-oauth-proxy-3.11.306-1.git.1.2866dff.el7.src.rpm SHA-256: b33ffc665f92b140def9393980d35c201f742cf4ba1c4b90ce0ffc8f057c48e3
golang-github-prometheus-alertmanager-3.11.306-1.git.1.703ba24.el7.src.rpm SHA-256: e993aeefd495818e0ffd9d9e6c1be162c743a9e4e0a62630de7eed0bdf9641a0
golang-github-prometheus-node_exporter-3.11.306-1.git.1.9749d04.el7.src.rpm SHA-256: 14bb61fc7b6dc511a9d09e2c5ae132fbae8a04c564c43568e3ece52302c4c460
golang-github-prometheus-prometheus-3.11.306-1.git.1.579c6d9.el7.src.rpm SHA-256: 2c6c2bb2b6618d1eb81f1fb21bbcd4725b1b9f6c9e91f5dd93deec36b1686ce6
openshift-ansible-3.11.306-3.git.1.22c55e7.el7.src.rpm SHA-256: 3e0a99304f675abdc64f120c3b8042de0e0fbeab7310a52cbe030482f3e4c45e
openshift-enterprise-autoheal-3.11.306-1.git.1.1df47b8.el7.src.rpm SHA-256: a83c63b4ad9b01eea0e0cf99f8b97e7d08b963e9c887f741c16aa52cb2038bc2
openshift-enterprise-cluster-capacity-3.11.306-1.git.1.f59be92.el7.src.rpm SHA-256: 4a7f0ede96cd3d529e8cea103e863867c61b8d78030e447b552585d42c27c291
ppc64le
atomic-enterprise-service-catalog-3.11.306-1.git.1.6e60885.el7.ppc64le.rpm SHA-256: 3358b6cbc3da4b13f378a2d722a57e73c35e7b64902aee575c358cb038eb5a30
atomic-enterprise-service-catalog-3.11.306-1.git.1.6e60885.el7.ppc64le.rpm SHA-256: 3358b6cbc3da4b13f378a2d722a57e73c35e7b64902aee575c358cb038eb5a30
atomic-enterprise-service-catalog-svcat-3.11.306-1.git.1.6e60885.el7.ppc64le.rpm SHA-256: e400f82470d6f8d92b13ee4aceb43175baa73cfaab42b57358ed21c12c3b9699
atomic-enterprise-service-catalog-svcat-3.11.306-1.git.1.6e60885.el7.ppc64le.rpm SHA-256: e400f82470d6f8d92b13ee4aceb43175baa73cfaab42b57358ed21c12c3b9699
atomic-openshift-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 660f9cc574eaf82f826c9a3116ec1e0215ec85065cfc79837554533c607f258e
atomic-openshift-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 660f9cc574eaf82f826c9a3116ec1e0215ec85065cfc79837554533c607f258e
atomic-openshift-clients-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 25858b81dc4b2fefd18268bba75339470bd4cec1b7a6fff66e2ee4e3aec8cb7c
atomic-openshift-clients-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 25858b81dc4b2fefd18268bba75339470bd4cec1b7a6fff66e2ee4e3aec8cb7c
atomic-openshift-cluster-autoscaler-3.11.306-1.git.1.c22ef3e.el7.ppc64le.rpm SHA-256: c4804f0a0ea787b31b290c9b987f5ef2881711ac1429a47360cb1b0414b160c9
atomic-openshift-cluster-autoscaler-3.11.306-1.git.1.c22ef3e.el7.ppc64le.rpm SHA-256: c4804f0a0ea787b31b290c9b987f5ef2881711ac1429a47360cb1b0414b160c9
atomic-openshift-descheduler-3.11.306-1.git.1.3844ca1.el7.ppc64le.rpm SHA-256: 6b2895afebc551dfa1562462d938208d009d5971b46773cc76568003e540e462
atomic-openshift-descheduler-3.11.306-1.git.1.3844ca1.el7.ppc64le.rpm SHA-256: 6b2895afebc551dfa1562462d938208d009d5971b46773cc76568003e540e462
atomic-openshift-docker-excluder-3.11.306-1.git.0.af6f5d6.el7.noarch.rpm SHA-256: bb54453ee70a963b2417b9441b507430bbc8618aa671cff3f14d66043a11aa4e
atomic-openshift-docker-excluder-3.11.306-1.git.0.af6f5d6.el7.noarch.rpm SHA-256: bb54453ee70a963b2417b9441b507430bbc8618aa671cff3f14d66043a11aa4e
atomic-openshift-excluder-3.11.306-1.git.0.af6f5d6.el7.noarch.rpm SHA-256: e552bfa815ed8e24131cece1718b6989316e41d5fe28c4e819c9aa265a934f43
atomic-openshift-excluder-3.11.306-1.git.0.af6f5d6.el7.noarch.rpm SHA-256: e552bfa815ed8e24131cece1718b6989316e41d5fe28c4e819c9aa265a934f43
atomic-openshift-hyperkube-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 00f3a55ebc8450267bd608b4c9b7083ae41686603b012cdef68a8b662b517812
atomic-openshift-hyperkube-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 00f3a55ebc8450267bd608b4c9b7083ae41686603b012cdef68a8b662b517812
atomic-openshift-hypershift-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 30d713c7eafc9b2fb29fd27da4f5914e8f069b0b4dbf86636d01af2c0620f0a7
atomic-openshift-hypershift-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 30d713c7eafc9b2fb29fd27da4f5914e8f069b0b4dbf86636d01af2c0620f0a7
atomic-openshift-master-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: a3a84c796f5be1cc1f34ec653bc2386614ab10096e3c2b39e1b0bb71bdfb36f6
atomic-openshift-master-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: a3a84c796f5be1cc1f34ec653bc2386614ab10096e3c2b39e1b0bb71bdfb36f6
atomic-openshift-metrics-server-3.11.306-1.git.1.b9efe71.el7.ppc64le.rpm SHA-256: 1efaa07deeeee9c139d72a22603de7c166e8d513ba95105f0784f8316387b7d9
atomic-openshift-metrics-server-3.11.306-1.git.1.b9efe71.el7.ppc64le.rpm SHA-256: 1efaa07deeeee9c139d72a22603de7c166e8d513ba95105f0784f8316387b7d9
atomic-openshift-node-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: efa7628e1f1942a1ccad38107741f27c1e81a0ae74ae6bae69e0031749110360
atomic-openshift-node-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: efa7628e1f1942a1ccad38107741f27c1e81a0ae74ae6bae69e0031749110360
atomic-openshift-node-problem-detector-3.11.306-1.git.1.944e9eb.el7.ppc64le.rpm SHA-256: dda757e8e7c4ab4bc67c6f606ea7df9093a4e02d195a764b6e4adcd877405fa0
atomic-openshift-node-problem-detector-3.11.306-1.git.1.944e9eb.el7.ppc64le.rpm SHA-256: dda757e8e7c4ab4bc67c6f606ea7df9093a4e02d195a764b6e4adcd877405fa0
atomic-openshift-pod-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 5a6275a12439516316635681dca1a95bae0cdcaae14a16414bea2177254fd23f
atomic-openshift-pod-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 5a6275a12439516316635681dca1a95bae0cdcaae14a16414bea2177254fd23f
atomic-openshift-sdn-ovs-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: d3f3635dbcc532554e45d77ad32c8c4028d93a4523625e3c8daed50663a3e776
atomic-openshift-sdn-ovs-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: d3f3635dbcc532554e45d77ad32c8c4028d93a4523625e3c8daed50663a3e776
atomic-openshift-service-idler-3.11.306-1.git.1.02dbe7e.el7.ppc64le.rpm SHA-256: 94799d09dff394c796bc2c827c1cf54b8bae17beaeeb72e3eb250fa572479fe6
atomic-openshift-service-idler-3.11.306-1.git.1.02dbe7e.el7.ppc64le.rpm SHA-256: 94799d09dff394c796bc2c827c1cf54b8bae17beaeeb72e3eb250fa572479fe6
atomic-openshift-template-service-broker-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 2f918e4adfedd316d9e3bc3dfd6a43a121ad9a718e3353adb4458a3933616d5b
atomic-openshift-template-service-broker-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 2f918e4adfedd316d9e3bc3dfd6a43a121ad9a718e3353adb4458a3933616d5b
atomic-openshift-tests-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 43258bee9ced9cb48990bd91579b13c079fd1bec713829a0c6eccc41dd1c3efa
atomic-openshift-tests-3.11.306-1.git.0.af6f5d6.el7.ppc64le.rpm SHA-256: 43258bee9ced9cb48990bd91579b13c079fd1bec713829a0c6eccc41dd1c3efa
atomic-openshift-web-console-3.11.306-1.git.1.cabb8d0.el7.ppc64le.rpm SHA-256: dee5c95377b91d69ecc64016f0f5351718cedd0024fc9ad0a9dda8608c95c758
atomic-openshift-web-console-3.11.306-1.git.1.cabb8d0.el7.ppc64le.rpm SHA-256: dee5c95377b91d69ecc64016f0f5351718cedd0024fc9ad0a9dda8608c95c758
cri-o-1.11.16-0.13.rhaos3.11.git5218c73.el7.ppc64le.rpm SHA-256: 73ac0c09ea772fb09a4065ba3b3170d8b6291e6e8f12eadf6cb8340fd20d8c60
cri-o-1.11.16-0.13.rhaos3.11.git5218c73.el7.ppc64le.rpm SHA-256: 73ac0c09ea772fb09a4065ba3b3170d8b6291e6e8f12eadf6cb8340fd20d8c60
cri-o-debuginfo-1.11.16-0.13.rhaos3.11.git5218c73.el7.ppc64le.rpm SHA-256: 1784ffa5f1dd2a9e09f26d033458537c1fc464f42995e9e4cde306712b08c812
cri-o-debuginfo-1.11.16-0.13.rhaos3.11.git5218c73.el7.ppc64le.rpm SHA-256: 1784ffa5f1dd2a9e09f26d033458537c1fc464f42995e9e4cde306712b08c812
golang-github-openshift-oauth-proxy-3.11.306-1.git.1.2866dff.el7.ppc64le.rpm SHA-256: a1c2acb04511061efb9033937b7421332e1ca08d9c84df93481f4ba9650374dd
golang-github-openshift-oauth-proxy-3.11.306-1.git.1.2866dff.el7.ppc64le.rpm SHA-256: a1c2acb04511061efb9033937b7421332e1ca08d9c84df93481f4ba9650374dd
openshift-ansible-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 0b0e23a0249d8b22e74d12d9e14b276ff1d6e1d3424de9454d44b0a55aaaf2dc
openshift-ansible-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 0b0e23a0249d8b22e74d12d9e14b276ff1d6e1d3424de9454d44b0a55aaaf2dc
openshift-ansible-docs-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 72df3e9dd745e87394aabca8110a0a188303ada352ac8bc57aa99c1ba0597ddc
openshift-ansible-docs-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 72df3e9dd745e87394aabca8110a0a188303ada352ac8bc57aa99c1ba0597ddc
openshift-ansible-playbooks-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 6f328fc46a45bb7c2496f4ba89bef71641e40941fc7e7889d55adc09f0997c6f
openshift-ansible-playbooks-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 6f328fc46a45bb7c2496f4ba89bef71641e40941fc7e7889d55adc09f0997c6f
openshift-ansible-roles-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 744c5939800a309d3af303261f12d3284d067c73b6dfa3cecc31dcdf4ac85728
openshift-ansible-roles-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: 744c5939800a309d3af303261f12d3284d067c73b6dfa3cecc31dcdf4ac85728
openshift-ansible-test-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: ebcb8356b5365847fd5e7cebd628175114941ce1b4f71ceeb670f8d2f1c29a38
openshift-ansible-test-3.11.306-3.git.1.22c55e7.el7.noarch.rpm SHA-256: ebcb8356b5365847fd5e7cebd628175114941ce1b4f71ceeb670f8d2f1c29a38
openshift-enterprise-autoheal-3.11.306-1.git.1.1df47b8.el7.ppc64le.rpm SHA-256: 496551abd36ba722281f5026080539b87028b46b5019521354db1851883404c0
openshift-enterprise-autoheal-3.11.306-1.git.1.1df47b8.el7.ppc64le.rpm SHA-256: 496551abd36ba722281f5026080539b87028b46b5019521354db1851883404c0
openshift-enterprise-cluster-capacity-3.11.306-1.git.1.f59be92.el7.ppc64le.rpm SHA-256: 8c5864ae62dd9dc19a01cb29453cda863d5e6e56f9c72b09aec80256ffe08329
openshift-enterprise-cluster-capacity-3.11.306-1.git.1.f59be92.el7.ppc64le.rpm SHA-256: 8c5864ae62dd9dc19a01cb29453cda863d5e6e56f9c72b09aec80256ffe08329
prometheus-3.11.306-1.git.1.579c6d9.el7.ppc64le.rpm SHA-256: d938fc149e5b117a40e102562c40529f730e9daa6c3fa7147f94c42ea1ceeb3a
prometheus-3.11.306-1.git.1.579c6d9.el7.ppc64le.rpm SHA-256: d938fc149e5b117a40e102562c40529f730e9daa6c3fa7147f94c42ea1ceeb3a
prometheus-alertmanager-3.11.306-1.git.1.703ba24.el7.ppc64le.rpm SHA-256: 9bd1c59fa52b779154115d9e9362dbb230bccbe813a01ff3abf3e3d538b4e48a
prometheus-alertmanager-3.11.306-1.git.1.703ba24.el7.ppc64le.rpm SHA-256: 9bd1c59fa52b779154115d9e9362dbb230bccbe813a01ff3abf3e3d538b4e48a
prometheus-node-exporter-3.11.306-1.git.1.9749d04.el7.ppc64le.rpm SHA-256: 6db5e18108f7f99c5e0276892911aae62fa5aaf50281f4d35a29d0abb1e369ca
prometheus-node-exporter-3.11.306-1.git.1.9749d04.el7.ppc64le.rpm SHA-256: 6db5e18108f7f99c5e0276892911aae62fa5aaf50281f4d35a29d0abb1e369ca

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