Skip to navigation Skip to main content

Utilities

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

    Top Products

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

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

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

    Red Hat Knowledge Center

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

    Top Product Docs

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

    Training and Certification

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

    Red Hat Product Security Center

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

    References

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

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

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

    Red Hat Community Support

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

    Top Resources

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

Select Your Language

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

Infrastructure and Management

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

Cloud Computing

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

Storage

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

Runtimes

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

Integration and Automation

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

RHBA-2020:3193 - Bug Fix Advisory

  • Overview

Synopsis

Fuse 7.7.0 images

Type/Severity

Bug Fix Advisory

Topic

Red Hat Fuse 7.7.0 release of 'Fuse on OpenShift' and 'Fuse Online' images.

Description

This advisory makes available the images for Fuse on OpenShift and Fuse Online for Red Hat Fuse 7.7.0.

Solution

This release consists of the following parts:

  • Fuse on OpenShift images (provided through the Red Hat container catalog)
  • Fuse Online images (provided through the Red Hat container catalog)
  • Maven dependencies (provided through the Red Hat Maven repository)

These images are intended for use with the following components:

  • Red Hat Fuse version: 7.7.0.fuse-770012-redhat-00003
  • Maven archetype version: 2.2.0.fuse-770011-redhat-00003
  • Spring Boot 2 Maven archetype version: 2.2.0.fuse-sb2-770017-redhat-00001

To update your Maven POM file for the new-style BOM:

  • redhat-fuse BOM Version: 7.7.0.fuse-770012-redhat-00003

The base URL for the Fuse on OpenShift image streams and templates in this release is:
https://github.com/jboss-fuse/application-templates/tree/application-templates-2.1.0.fuse-770012-redhat-00004

The base URL for the Spring Boot 2 templates in this release is:
https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-sb2-770017-redhat-00001

In this release, the Fuse on OpenShift images are distributed through the registry.redhat.io image registry. This is a secure registry that requires you to create authentication credentials in your OpenShift cluster before you can install the images.
For more details, see https://access.redhat.com/documentation/en-us/red_hat_fuse/7.7/html-single/fuse_on_openshift_guide/index#configure-container-registry.

To install the Fuse on OpenShift image streams, log in to OpenShift as an administrator and enter the following command:

oc create -n openshift -f \
https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-770012-redhat-00004/fis-image-streams.json

And to install the Fuse on OpenShift templates, enter the following command:

for template in eap-camel-amq-template.json \
eap-camel-cdi-template.json \
eap-camel-cxf-jaxrs-template.json \
eap-camel-cxf-jaxws-template.json \
eap-camel-jpa-template.json \
karaf-camel-amq-template.json \
karaf-camel-log-template.json \
karaf-camel-rest-sql-template.json \
karaf-cxf-rest-template.json \
spring-boot-camel-amq-template.json \
spring-boot-camel-config-template.json \
spring-boot-camel-drools-template.json \
spring-boot-camel-infinispan-template.json \
spring-boot-camel-rest-sql-template.json \
spring-boot-camel-teiid-template.json \
spring-boot-camel-template.json \
spring-boot-camel-xa-template.json \
spring-boot-camel-xml-template.json \
spring-boot-cxf-jaxrs-template.json \
spring-boot-cxf-jaxws-template.json ;
do
oc create -n openshift -f \
https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-770012-redhat-00004/quickstarts/${template}
done

To install the templates for Fuse Console (Hawtio), enter the following commands:

oc create -n openshift -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-770012-redhat-00004/fis-console-cluster-template.json oc create -n openshift -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-770012-redhat-00004/fis-console-namespace-template.json

To install the template for Apicurito, enter the following command:

oc create -n openshift -f https://raw.githubusercontent.com/jboss-fuse/application-templates/application-templates-2.1.0.fuse-770012-redhat-00004/fuse-apicurito.yml

Affected Products

  • Red Hat OpenShift Container Platform 3.11 x86_64
  • Red Hat OpenShift Container Platform 3.10 x86_64

Fixes

(none)

CVEs

  • CVE-2015-2716
  • CVE-2015-8035
  • CVE-2016-5131
  • CVE-2017-15412
  • CVE-2017-18258
  • CVE-2018-10360
  • CVE-2018-14404
  • CVE-2018-14567
  • CVE-2018-20852
  • CVE-2019-3820
  • CVE-2019-5436
  • CVE-2019-9924
  • CVE-2019-13232
  • CVE-2019-16056
  • CVE-2020-12049
  • CVE-2020-14556
  • CVE-2020-14577
  • CVE-2020-14578
  • CVE-2020-14579
  • CVE-2020-14583
  • CVE-2020-14593
  • CVE-2020-14621

References

(none)

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

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

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

Help

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

Site Info

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

Related Sites

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

Red Hat legal and privacy links

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

Red Hat legal and privacy links

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