- Issued:
- 2017-05-18
- Updated:
- 2017-05-18
RHBA-2017:1235 - Bug Fix Advisory
Synopsis
OpenShift Container Platform 3.5, 3.4, 3.3, and 3.1 bug fix update
Type/Severity
Bug Fix Advisory
Red Hat Insights patch analysis
Identify and remediate systems affected by this advisory.
Topic
Red Hat OpenShift Container Platform releases 3.5.5.15, 3.4.1.24, 3.3.1.25, and 3.1.1.11-2 are now available with updates to packages and images that fix several bugs.
Description
Red Hat OpenShift Container Platform is the company's cloud computing Platform-as-a-Service (PaaS) solution designed for on-premise or private cloud deployments.
This advisory contains the RPM packages for Red Hat OpenShift Container Platform 3.5.5.15, 3.4.1.24, 3.3.1.25, and 3.1.1.11-2. See the following advisory for the container images for this release:
https://access.redhat.com/errata/RHBA-2017:1236
This update fixes the following bugs:
- A library used in OpenShift Container Platform 3.1 contained an issue where some connections did not terminate cleanly. This issue lead to high memory usage. This bug fix properly terminates the connections, allowing the memory associated with the connection to be freed as expected. (BZ#1442802)
- When upgrading the logging stack, the minimum master configuration value was set to use an environment value that was never set. This bug fix replaces the minimum master environment variable with node quorum, which has been available since logging inception. As a result, Elasticsearch starts without generating a missing variable exception. (BZ#1439356)
- Template descriptions were not displayed in the web console catalog after clicking "Add to Project". Only the name was displayed. This bug fix ensures that template descriptions are correctly displayed in the tiles when browsing the catalog and in the page header when instantiating a template. (BZ#1444200)
- The EgressNetworkPolicy code in OpenShift Container Platform 3.3 mistakenly required you to specify "0.0.0.0/32" rather than "0.0.0.0/0" if you wanted to match all IPs, but the code that validated service endpoint IPs against EgressNetworkPolicy rules did not have the same bug. It was possible to bypass a "deny 0.0.0.0/32" EgressNetworkPolicy by creating a service pointing to an external IP and then connecting to the service. This bug fix updates the endpoint validation code to now treat "0.0.0.0/32" the same way the EgressNetworkPolicy code does. In addition, the correct value of "0.0.0.0/0" is now accepted in EgressNetworkPolicy. As a result, policy is now implemented as intended. (BZ#1440886)
- A panic could occur due to concurrent access shows in the logs. This bug fix adds the appropriate locking, and as a result the logs are clean and these panics no longer occur. (BZ#1445510)
- The code to set up multicast was not run when only one node was in the cluster. This caused multicast traffic to be dropped when on a single-node cluster. This bug fix changes the rules so the multicast setup is performed for a single-node. As a result, multicast works for single-node clusters. (BZ#1445502)
- The initialization order of the SDN plug-in set the event handler up too late. This caused early events to have no handler, so the SDN panicked. This bug fix re-orders the SDN initialization so the event handler is in place before it can ever be called. As a result, these panics no longer occur. (BZ#1445505)
- Quickly and repeatedly adding and deleting a route with same name in a namespace caused the router pod to panic with the error "invalid state transition: Deleted -> ADDED". This bug fix adds the objects UID to the event queue key generation function. As a result, these panics no longer occur. (BZ#1435721)
- Route matching logic changed, and trailing slashed inadvertently broke. This caused subpaths with trailing `/` characters to break. This bug fix corrects the matching code, and as a result the previous behavior is restored. (BZ#1448218)
All OpenShift Container Platform 3 users are advised to upgrade to these updated packages and images.
Solution
Before applying this update, make sure all previously released errata relevant to your system have been applied.
For OpenShift Container Platform 3.5, see the following documentation, which will be updated shortly for release 3.5.5.15, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:
https://docs.openshift.com/container-platform/3.5/release_notes/ocp_3_5_release_notes.html
For OpenShift Container Platform 3.4, see the following documentation, which will be updated shortly for release 3.4.1.24, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:
https://docs.openshift.com/container-platform/3.4/release_notes/ocp_3_4_release_notes.html
For OpenShift Container Platform 3.3, see the following documentation, which will be updated shortly for release 3.3.1.25, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:
https://docs.openshift.com/container-platform/3.3/release_notes/ocp_3_3_release_notes.html
For OpenShift Container Platform 3.1, see the following documentation, which will be updated shortly for release 3.1.1.11-2, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:
https://docs.openshift.com/enterprise/3.1/release_notes/ose_3_1_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.5 x86_64
- Red Hat OpenShift Container Platform 3.4 x86_64
- Red Hat OpenShift Container Platform 3.3 x86_64
- Red Hat OpenShift Container Platform 3.1 x86_64
Fixes
- BZ - 1339888 - Recover EFK after CorruptIndexException of ElasticSearch
- BZ - 1371872 - [doc]The multizone setting in gce.conf is ignored by PersistentVolumeLabel
- BZ - 1380342 - Cannot deploy docker-registry "Readiness probe failed: HTTP probe failed with statuscode: 403"
- BZ - 1401688 - [DOCS] Kibana Fails Behind F-5 Loadbalancer with X-Forwarded-For enabled
- BZ - 1402355 - [GlusterFS Provisioner] Gid is not applied on provisioned volume
- BZ - 1434785 - Include the tag query feature of hawkular-alerts
- BZ - 1435721 - [3.3] Observed a panic: "Invalid state transition: DELETED -> ADDED" (Invalid state transition: DELETED -> ADDED) in router logs
- BZ - 1436767 - Alerting DefinitionsEvents might have a wrong order on import operations
- BZ - 1439356 - Attempts to upgrade logging to 3.4.1.12-1 failing
- BZ - 1439910 - Large partitions make Cassandra unstable and cause requests to fail in Hawkular Metric
- BZ - 1439912 - Large partitions make Cassandra unstable and cause requests to fail in Hawkular Metric
- BZ - 1441369 - Kibana does not limit its heap size
- BZ - 1442802 - [Backport] spdy fixes to 3.1
- BZ - 1444200 - Template descriptions not showing up in web console
- BZ - 1445502 - On a single-node cluster, multicast is never correctly set up.
- BZ - 1445505 - sentry: nil panic in pkg/sdn/plugin/pod.go", line 228, in UpdateLocalMulticastRules
- BZ - 1445510 - [3.5] panic in github.com/openshift/origin/pkg/proxy/hybrid
- BZ - 1446308 - Update Hawkular Metrics to provide an alternative path which is not blocked by the uBlockOrigin browser extension
- BZ - 1446360 - [3.5] Routes that specify a path ending in a / do not route to subpaths correctly
- BZ - 1448218 - Match subpaths correctly when path contains trailing slash
CVEs
(none)
References
(none)
Red Hat OpenShift Container Platform 3.5
SRPM | |
---|---|
atomic-openshift-3.5.5.15-1.git.0.4b5f317.el7.src.rpm | SHA-256: 1245bb2f145399fb43ae85c5691592e1fdf6d1df6a4bb66f701edb0c3e6f08e1 |
nodejs-lru-cache-4.0.2-1.el7.src.rpm | SHA-256: b7d4fa289b1c41ae5599232230804e10907b3c2de5ad0b0f503d53a1070e9045 |
nodejs-openshift-auth-proxy-0.0.23-2.el7.src.rpm | SHA-256: 6478d5adb09c4b03e77e2ca9cc48d680a40a5c354460683b121592abe034e67a |
nodejs-packaging-7-5.el7aos.src.rpm | SHA-256: 352d326432f24498d328eb1712c585904371fb54ebac3ac21bf202593b0e1197 |
nodejs-pseudomap-1.0.2-2.el7.src.rpm | SHA-256: 0b6432b4ea5c8bb87edb6c26ed7c32bbf16952e48ffa37b165e5edcd31642b1b |
nodejs-yallist-2.0.0-2.el7.src.rpm | SHA-256: bd73d419ddc882de82b4434da90bbe57c645561d12bec0d55cc03d4ee3372315 |
python-click-4.1-3.el7.src.rpm | SHA-256: 5e61ce7ff2291748a744b2fc3b30a7c82b133a537b934281a45796f2467a9536 |
python-setuptools-17.1.1-4.el7.src.rpm | SHA-256: 45a4b21b5b1895b4d0c3bd379a4cb19acc9c768a02f6097800fe6d343b9a36ea |
rubygem-docker-api-1.22.4-2.el7.src.rpm | SHA-256: 3a35aa8391c708e3b9c7563830d01e97e065c31574b0216ac6286714f584cf9a |
rubygem-fluent-plugin-docker_metadata_filter-0.1.1-2.el7.src.rpm | SHA-256: cc915bc9d906a15eb27f1287216a3bc96f28cf291d31fdccd46b69183b5b6cb2 |
rubygem-lru_redux-1.1.0-2.el7.src.rpm | SHA-256: 1b2876d7fa16bbd3a10a4f8b10ee442e4a40f9925a199be05f1005503e15e12f |
rubygem-multipart-post-2.0.0-3.el7.src.rpm | SHA-256: c4a35a957105127da692b8c4549fae11dbab53a7d1c186e4a1b59c12c11424c5 |
x86_64 | |
atomic-openshift-3.5.5.15-1.git.0.4b5f317.el7.x86_64.rpm | SHA-256: cbde2c3d804257135d98eab5a2b095d98c548b8e67ef9094dd8036ca8242c7c7 |
atomic-openshift-clients-3.5.5.15-1.git.0.4b5f317.el7.x86_64.rpm | SHA-256: 5bcc745a8359a9ef0f330ed1dc8be9019f7dec186621f9e33aec3a7a1a37cca6 |
atomic-openshift-clients-redistributable-3.5.5.15-1.git.0.4b5f317.el7.x86_64.rpm | SHA-256: fdaf88fc398015c096171b602d2bb82676c3b0dfbb7ff03ec4bb6e01c5e2ab85 |
atomic-openshift-docker-excluder-3.5.5.15-1.git.0.4b5f317.el7.noarch.rpm | SHA-256: cbb0f15189f47ef655bdd31854ff09e436ca4b5c8b3e1355232262fd79c53e70 |
atomic-openshift-dockerregistry-3.5.5.15-1.git.0.4b5f317.el7.x86_64.rpm | SHA-256: ca23afc91e80e406e7015664fa794d05acd066c4e532a1c21cce00d607b55b34 |
atomic-openshift-excluder-3.5.5.15-1.git.0.4b5f317.el7.noarch.rpm | SHA-256: 79e678402c3a6947124432d9925476fb959114863a23ce85331758e8269717be |
atomic-openshift-master-3.5.5.15-1.git.0.4b5f317.el7.x86_64.rpm | SHA-256: a8977ed668e10e44e822feac4cfd2c4fe16a6487c5fdca3f9cecf04b82a84004 |
atomic-openshift-node-3.5.5.15-1.git.0.4b5f317.el7.x86_64.rpm | SHA-256: fd32cc765ebba2ed282211346231ff8b143773aea8dea7590dad89bc729155b5 |
atomic-openshift-pod-3.5.5.15-1.git.0.4b5f317.el7.x86_64.rpm | SHA-256: 642f287ccb86138663f252d8630ec9745392fd7893a8510cda769b5455692732 |
atomic-openshift-sdn-ovs-3.5.5.15-1.git.0.4b5f317.el7.x86_64.rpm | SHA-256: ac61bfe736d64d6f40a3499a742b64e15d84df0bab4623473f2f301ffe4d5a36 |
atomic-openshift-tests-3.5.5.15-1.git.0.4b5f317.el7.x86_64.rpm | SHA-256: 4bd2f29d89d66d99a58594b98aa90c7dda330d5e36358cf6ddc07868fc352c4b |
nodejs-lru-cache-4.0.2-1.el7.noarch.rpm | SHA-256: 578da6b36f899ed65ae0f3f8a1fd7931297bfa55265b2f1ccede75cead975321 |
nodejs-openshift-auth-proxy-0.0.23-2.el7.noarch.rpm | SHA-256: 26e768ba5bcabf0e7e2f98f6f348e4e3bd6b8c7cc51d85417a413422dcda7d80 |
nodejs-packaging-7-5.el7aos.noarch.rpm | SHA-256: f3c8e37994294a5b4d4fd3cd9aa9f6998c7d1726147e2248d76f2249eb26cceb |
nodejs-pseudomap-1.0.2-2.el7.noarch.rpm | SHA-256: 68c153293c14e3d4006e05011ca6189616abb0e6720596b550a92a72499405cc |
nodejs-yallist-2.0.0-2.el7.noarch.rpm | SHA-256: f56843e52c63db140db81d929c625070b506b24ba190ef767e1448c43203eac1 |
python-click-4.1-3.el7.noarch.rpm | SHA-256: 1e9eebce5bbea56591d247645c15edf8f91563f8c230e8cb5e032fc51509a8c0 |
python-setuptools-17.1.1-4.el7.noarch.rpm | SHA-256: de4152fa64eb27a3834aaf0ad9899ba43feb183904d9bf5d06177ea07f015d6c |
rubygem-docker-api-1.22.4-2.el7.noarch.rpm | SHA-256: beacc6df05d2d2af50f8103e89d423c91f3f9b1f72c96942c1e8fca0cf770262 |
rubygem-docker-api-doc-1.22.4-2.el7.noarch.rpm | SHA-256: 2328d16448cb4a3290a7215259088dfcf19e0527b10ed774610d5069c4562612 |
rubygem-fluent-plugin-docker_metadata_filter-0.1.1-2.el7.noarch.rpm | SHA-256: e8d416abd7d1206b73e14448464d7661afb17275110ac17d7ed841fb081bf04a |
rubygem-fluent-plugin-docker_metadata_filter-doc-0.1.1-2.el7.noarch.rpm | SHA-256: 65e324f792e292866e1b5870d8b2b638763bfa535eae201617211517a275dacc |
rubygem-lru_redux-1.1.0-2.el7.noarch.rpm | SHA-256: 960a70359347c2024f586723aef55ca045d739e2553fdd50f52d53cb83e5e7a8 |
rubygem-lru_redux-doc-1.1.0-2.el7.noarch.rpm | SHA-256: 3fc00e856551c2f2a8a1a46d499d284bd3c92ec174812e5351f3fdf15e1eaa09 |
rubygem-multipart-post-2.0.0-3.el7.noarch.rpm | SHA-256: 57e0f74160ad2402569020978c568343dac47d725e3779602c5be57f0d40f647 |
rubygem-multipart-post-doc-2.0.0-3.el7.noarch.rpm | SHA-256: 7171bd1a64d37c491e17c191dc01a7c41f9ab449eb2a3a7a2a8857dd2dd1b180 |
tuned-profiles-atomic-openshift-node-3.5.5.15-1.git.0.4b5f317.el7.x86_64.rpm | SHA-256: 09f20c5cab313616b7565f4561db266b744d27d72e19d9176a602b05272ad8b5 |
Red Hat OpenShift Container Platform 3.4
SRPM | |
---|---|
atomic-openshift-3.4.1.24-1.git.0.3d4769e.el7.src.rpm | SHA-256: f4e3b8d4912cfa7fde555640b9d6b7ad2716a95795ac2be1be901d717649e3ca |
jenkins-plugin-kubernetes-0.8-1.el7.src.rpm | SHA-256: 2d8c5ee1616cb91e2306553684e3bbb26c0a612067b63604deb3846f29bb7fd6 |
nodejs-lru-cache-4.0.2-1.el7.src.rpm | SHA-256: b7d4fa289b1c41ae5599232230804e10907b3c2de5ad0b0f503d53a1070e9045 |
nodejs-openshift-auth-proxy-0.0.23-2.el7.src.rpm | SHA-256: 6478d5adb09c4b03e77e2ca9cc48d680a40a5c354460683b121592abe034e67a |
nodejs-pseudomap-1.0.2-2.el7.src.rpm | SHA-256: 0b6432b4ea5c8bb87edb6c26ed7c32bbf16952e48ffa37b165e5edcd31642b1b |
nodejs-yallist-2.0.0-2.el7.src.rpm | SHA-256: bd73d419ddc882de82b4434da90bbe57c645561d12bec0d55cc03d4ee3372315 |
openshift-elasticsearch-plugin-2.4.1.7__redhat_1-1.el7.src.rpm | SHA-256: c24c62d987284f8e14c673c7247a9ac67cff9a2f7480fdd7a5bbbe4cb9e9fdb8 |
python-click-4.1-3.el7.src.rpm | SHA-256: 5e61ce7ff2291748a744b2fc3b30a7c82b133a537b934281a45796f2467a9536 |
python-setuptools-17.1.1-4.el7.src.rpm | SHA-256: 45a4b21b5b1895b4d0c3bd379a4cb19acc9c768a02f6097800fe6d343b9a36ea |
rubygem-docker-api-1.22.4-2.el7.src.rpm | SHA-256: 3a35aa8391c708e3b9c7563830d01e97e065c31574b0216ac6286714f584cf9a |
rubygem-fluent-plugin-docker_metadata_filter-0.1.1-2.el7.src.rpm | SHA-256: cc915bc9d906a15eb27f1287216a3bc96f28cf291d31fdccd46b69183b5b6cb2 |
rubygem-lru_redux-1.1.0-2.el7.src.rpm | SHA-256: 1b2876d7fa16bbd3a10a4f8b10ee442e4a40f9925a199be05f1005503e15e12f |
rubygem-multipart-post-2.0.0-3.el7.src.rpm | SHA-256: c4a35a957105127da692b8c4549fae11dbab53a7d1c186e4a1b59c12c11424c5 |
x86_64 | |
atomic-openshift-3.4.1.24-1.git.0.3d4769e.el7.x86_64.rpm | SHA-256: 321ad1ae0765104d1d0c50c44ef690d4f4eec1b8b50a0870f5a02efa75532b5e |
atomic-openshift-clients-3.4.1.24-1.git.0.3d4769e.el7.x86_64.rpm | SHA-256: f003e8dccd359baa5287c99b05bed3f341ed4f9e901b2283d232c5a753c135da |
atomic-openshift-clients-redistributable-3.4.1.24-1.git.0.3d4769e.el7.x86_64.rpm | SHA-256: 88c916ea71f3f4722a9b840b14c03f0abde3819d6abc1eea5a6c99040fc58ca8 |
atomic-openshift-docker-excluder-3.4.1.24-1.git.0.3d4769e.el7.noarch.rpm | SHA-256: 3f411ed63798abc00e59a3bc6f32172229b7d9157f7b2dbdc56e975f4ac07d99 |
atomic-openshift-dockerregistry-3.4.1.24-1.git.0.3d4769e.el7.x86_64.rpm | SHA-256: 3fbb1f8fe41b6d9864e365b0639f81c7cc048917fb451ace0eb9c000a1c44377 |
atomic-openshift-excluder-3.4.1.24-1.git.0.3d4769e.el7.noarch.rpm | SHA-256: 9c21dbacdce226aee4917190d8be5822e9ee532bff7d9ee3cd74a9ef2fe57ae7 |
atomic-openshift-master-3.4.1.24-1.git.0.3d4769e.el7.x86_64.rpm | SHA-256: 193dd761f1cf4b5ec81fd7ed18ee280bdc99f0a162c0eb7cdfadf87878d4dfe2 |
atomic-openshift-node-3.4.1.24-1.git.0.3d4769e.el7.x86_64.rpm | SHA-256: efb7cfa3ac2390985f9b172da5303b4c4c7ea677da3bab35a59615ea8134880d |
atomic-openshift-pod-3.4.1.24-1.git.0.3d4769e.el7.x86_64.rpm | SHA-256: dfd1ccf2f2f8056a6ceef1977ce5007b1f27582584c4cd3acf1154f6f09f6119 |
atomic-openshift-sdn-ovs-3.4.1.24-1.git.0.3d4769e.el7.x86_64.rpm | SHA-256: 7e9578a36fcfd45cb93ba4d4c9323634742de84c49b8c528cd4c0db6d103c5fd |
atomic-openshift-tests-3.4.1.24-1.git.0.3d4769e.el7.x86_64.rpm | SHA-256: 062e63df05bdbe5cb50b6620e637e1b2948000cd91a0ad79e7228b27fd8cbc65 |
jenkins-plugin-kubernetes-0.8-1.el7.x86_64.rpm | SHA-256: 163ec9cd3c46188e1be99fe82a06681ac31de5d65ca72f1731f84558c902dc4d |
nodejs-lru-cache-4.0.2-1.el7.noarch.rpm | SHA-256: 578da6b36f899ed65ae0f3f8a1fd7931297bfa55265b2f1ccede75cead975321 |
nodejs-openshift-auth-proxy-0.0.23-2.el7.noarch.rpm | SHA-256: 26e768ba5bcabf0e7e2f98f6f348e4e3bd6b8c7cc51d85417a413422dcda7d80 |
nodejs-pseudomap-1.0.2-2.el7.noarch.rpm | SHA-256: 68c153293c14e3d4006e05011ca6189616abb0e6720596b550a92a72499405cc |
nodejs-yallist-2.0.0-2.el7.noarch.rpm | SHA-256: f56843e52c63db140db81d929c625070b506b24ba190ef767e1448c43203eac1 |
openshift-elasticsearch-plugin-2.4.1.7__redhat_1-1.el7.noarch.rpm | SHA-256: 45fa2eb988da81f7fbb118455864fe00492e0fc1073a6554577448033570c703 |
python-click-4.1-3.el7.noarch.rpm | SHA-256: 1e9eebce5bbea56591d247645c15edf8f91563f8c230e8cb5e032fc51509a8c0 |
python-setuptools-17.1.1-4.el7.noarch.rpm | SHA-256: de4152fa64eb27a3834aaf0ad9899ba43feb183904d9bf5d06177ea07f015d6c |
rubygem-docker-api-1.22.4-2.el7.noarch.rpm | SHA-256: beacc6df05d2d2af50f8103e89d423c91f3f9b1f72c96942c1e8fca0cf770262 |
rubygem-docker-api-doc-1.22.4-2.el7.noarch.rpm | SHA-256: 2328d16448cb4a3290a7215259088dfcf19e0527b10ed774610d5069c4562612 |
rubygem-fluent-plugin-docker_metadata_filter-0.1.1-2.el7.noarch.rpm | SHA-256: e8d416abd7d1206b73e14448464d7661afb17275110ac17d7ed841fb081bf04a |
rubygem-fluent-plugin-docker_metadata_filter-doc-0.1.1-2.el7.noarch.rpm | SHA-256: 65e324f792e292866e1b5870d8b2b638763bfa535eae201617211517a275dacc |
rubygem-lru_redux-1.1.0-2.el7.noarch.rpm | SHA-256: 960a70359347c2024f586723aef55ca045d739e2553fdd50f52d53cb83e5e7a8 |
rubygem-lru_redux-doc-1.1.0-2.el7.noarch.rpm | SHA-256: 3fc00e856551c2f2a8a1a46d499d284bd3c92ec174812e5351f3fdf15e1eaa09 |
rubygem-multipart-post-2.0.0-3.el7.noarch.rpm | SHA-256: 57e0f74160ad2402569020978c568343dac47d725e3779602c5be57f0d40f647 |
rubygem-multipart-post-doc-2.0.0-3.el7.noarch.rpm | SHA-256: 7171bd1a64d37c491e17c191dc01a7c41f9ab449eb2a3a7a2a8857dd2dd1b180 |
tuned-profiles-atomic-openshift-node-3.4.1.24-1.git.0.3d4769e.el7.x86_64.rpm | SHA-256: a0be3bf5316814705a83836c82a2100297950abdd7d265d26717e2b77f24c60b |
Red Hat OpenShift Container Platform 3.3
SRPM | |
---|---|
atomic-openshift-3.3.1.25-1.git.0.708db09.el7.src.rpm | SHA-256: 4b59a78a927e6046e96392ed1626e2809e3b565cd99b4896c0633939ac755572 |
jenkins-plugin-kubernetes-0.8-1.el7.src.rpm | SHA-256: 2d8c5ee1616cb91e2306553684e3bbb26c0a612067b63604deb3846f29bb7fd6 |
origin-kibana-0.6.0-1.el7aos.src.rpm | SHA-256: c201db8f257df12e10d1b59b9f1c4b6a860adbaf4202c38231db10f0b46e6127 |
x86_64 | |
atomic-openshift-3.3.1.25-1.git.0.708db09.el7.x86_64.rpm | SHA-256: 2f78c8aa65c0c8b7fbb47975829ba21c605ab0123c9c69c0090a35954f14fbf1 |
atomic-openshift-clients-3.3.1.25-1.git.0.708db09.el7.x86_64.rpm | SHA-256: 365869638c41e690bfae27e8360c20b478b586ec77ebb32748cb6a00168e8255 |
atomic-openshift-clients-redistributable-3.3.1.25-1.git.0.708db09.el7.x86_64.rpm | SHA-256: 4cec6ff1a2c6eccb5bdeb1260be2085a07e4c30b674aee07b77259d0b40e4a74 |
atomic-openshift-docker-excluder-3.3.1.25-1.git.0.708db09.el7.noarch.rpm | SHA-256: a962e8312d82a45e0db960f9a442f8e2d05843597e06da7fefbe2323cb776864 |
atomic-openshift-dockerregistry-3.3.1.25-1.git.0.708db09.el7.x86_64.rpm | SHA-256: 4b411944bbe995f581c6124359bc71e546031ea9662b71074511c16b79311097 |
atomic-openshift-excluder-3.3.1.25-1.git.0.708db09.el7.noarch.rpm | SHA-256: 11f38a261be26ed0a2176378db2fe0c3676bad3cee3f307351233605d89fae94 |
atomic-openshift-master-3.3.1.25-1.git.0.708db09.el7.x86_64.rpm | SHA-256: 287ad11fbf325660f8cc1df39146b7fa5278537b3c77ee461e8f66c61a13df98 |
atomic-openshift-node-3.3.1.25-1.git.0.708db09.el7.x86_64.rpm | SHA-256: b52fe2699f00ea6970aa4826033638b5b99504ff21e47a894eb158836417a5f1 |
atomic-openshift-pod-3.3.1.25-1.git.0.708db09.el7.x86_64.rpm | SHA-256: 218e0fe43e857314249d049b43ce8c2d412ef38425fa1b6ac6ba69eac874a9ca |
atomic-openshift-sdn-ovs-3.3.1.25-1.git.0.708db09.el7.x86_64.rpm | SHA-256: a98c0ab199e440ae51946ae2cc63c92ba69c588e1e5a1a9d07916313688d5ad8 |
atomic-openshift-tests-3.3.1.25-1.git.0.708db09.el7.x86_64.rpm | SHA-256: 3b210b948e49e73354bb70f880dcb767b588a89f306b38e0566e0959db4ea7a1 |
jenkins-plugin-kubernetes-0.8-1.el7.x86_64.rpm | SHA-256: 163ec9cd3c46188e1be99fe82a06681ac31de5d65ca72f1731f84558c902dc4d |
origin-kibana-0.6.0-1.el7aos.noarch.rpm | SHA-256: 93ec19f57d45ecee58b96eec769c4a145074a09569e50f523b7d81b3dd092abc |
tuned-profiles-atomic-openshift-node-3.3.1.25-1.git.0.708db09.el7.x86_64.rpm | SHA-256: cb2e8d912c65ed5692361096a0f12d51d59f3747769b465ea894774205079265 |
Red Hat OpenShift Container Platform 3.1
SRPM | |
---|---|
atomic-openshift-3.1.1.11-2.git.9.44fe9ba.el7aos.src.rpm | SHA-256: c715eff67545a687939ecb2f3933442a068cc1883a21d9bd3b19f5f2c9c5f865 |
jenkins-plugin-kubernetes-0.8-1.el7.src.rpm | SHA-256: 2d8c5ee1616cb91e2306553684e3bbb26c0a612067b63604deb3846f29bb7fd6 |
nodejs-packaging-7-5.el7aos.src.rpm | SHA-256: 352d326432f24498d328eb1712c585904371fb54ebac3ac21bf202593b0e1197 |
origin-kibana-0.6.0-1.el7aos.src.rpm | SHA-256: c201db8f257df12e10d1b59b9f1c4b6a860adbaf4202c38231db10f0b46e6127 |
x86_64 | |
atomic-openshift-3.1.1.11-2.git.9.44fe9ba.el7aos.x86_64.rpm | SHA-256: 9b5e8247c4c61c9cb309d61ef30a7ca71ffe104c072c33c77af66cdbfeeb6f1d |
atomic-openshift-clients-3.1.1.11-2.git.9.44fe9ba.el7aos.x86_64.rpm | SHA-256: 2d4ddd8e0e52486c828ff4fbf74190cfab228fed761c64819f07eada9ed407ca |
atomic-openshift-clients-redistributable-3.1.1.11-2.git.9.44fe9ba.el7aos.x86_64.rpm | SHA-256: fc6233ba6931118ea32c27e7259ce797e31f333869401b5cc6b2d7cf1e57b50b |
atomic-openshift-docker-excluder-3.1.1.11-2.git.9.44fe9ba.el7aos.noarch.rpm | SHA-256: 876c1519d25c5080037f8b3486fd848e78bc67c549f021ee016c987ad35c9b70 |
atomic-openshift-dockerregistry-3.1.1.11-2.git.9.44fe9ba.el7aos.x86_64.rpm | SHA-256: ed2ba7a1efeb7858ae4919d26a18d952927aa78de2bea3357f424cecf88a14f1 |
atomic-openshift-excluder-3.1.1.11-2.git.9.44fe9ba.el7aos.noarch.rpm | SHA-256: eee3f2fb6977476776150bcfea17bd32655d91145e8aaf3a99506519d275c15e |
atomic-openshift-master-3.1.1.11-2.git.9.44fe9ba.el7aos.x86_64.rpm | SHA-256: 3ad949ee771cd3c36f828adb6b6ea857c83561704052ca49cdf40dc4495f365c |
atomic-openshift-node-3.1.1.11-2.git.9.44fe9ba.el7aos.x86_64.rpm | SHA-256: 1d9142d6d42a459783c0944f3b4d022e61f888cd3b9f57be6be7ecfbaa3bfb8c |
atomic-openshift-pod-3.1.1.11-2.git.9.44fe9ba.el7aos.x86_64.rpm | SHA-256: caac81039c74fb09f08cf8b68e6e4aa54d4314100467ede417b2c150462d3b3b |
atomic-openshift-recycle-3.1.1.11-2.git.9.44fe9ba.el7aos.x86_64.rpm | SHA-256: b6952b78f80acd873918ae726a2712be45a882e52436f1018ced410c23c14f52 |
atomic-openshift-sdn-ovs-3.1.1.11-2.git.9.44fe9ba.el7aos.x86_64.rpm | SHA-256: fb25d90fd055cfd06462fa311a75051a5fce92466bb4e68dca8b24786d4f2f7e |
jenkins-plugin-kubernetes-0.8-1.el7.x86_64.rpm | SHA-256: 163ec9cd3c46188e1be99fe82a06681ac31de5d65ca72f1731f84558c902dc4d |
nodejs-packaging-7-5.el7aos.noarch.rpm | SHA-256: f3c8e37994294a5b4d4fd3cd9aa9f6998c7d1726147e2248d76f2249eb26cceb |
origin-kibana-0.6.0-1.el7aos.noarch.rpm | SHA-256: 93ec19f57d45ecee58b96eec769c4a145074a09569e50f523b7d81b3dd092abc |
tuned-profiles-atomic-openshift-node-3.1.1.11-2.git.9.44fe9ba.el7aos.x86_64.rpm | SHA-256: c7ccfc4be7a039bf7154c20b02c718efdcf866fdaee20ff56382f4173331e719 |
The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.