Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Update Boosters on launch.openshift.io to 7.12.1 #430

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 55 additions & 0 deletions catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,61 @@
"version": "redhat7120"
}
},
{
"name": "Red Hat Fuse - Circuit Breaker Example",
"description": "Booster to demonstrate Circuit Breaker pattern with Apache Camel.",
"repo": "https://github.com/jboss-fuse/fuse-springboot-circuit-breaker-booster",
"ref": "v7.12.1-redhat",
"metadata": {
"mission": "circuit-breaker",
"runtime": "fuse",
"version": "redhat7121"
}
},
{
"name": "Red Hat Fuse - ConfigMap Example",
"description": "Booster to expose an HTTP Greeting endpoint using Apache Camel where the message is defined as a Kubernetes ConfigMap property.",
"repo": "https://github.com/jboss-fuse/fuse-configmap-booster",
"ref": "v7.12.1-redhat",
"metadata": {
"mission": "configmap",
"runtime": "fuse",
"version": "redhat7121"
}
},
{
"name": "Red Hat Fuse - Health Check Example",
"description": "Booster to demonstrate OpenShift health probes working with Apache Camel through Spring Boot Actuator.",
"repo": "https://github.com/jboss-fuse/fuse-health-check-booster",
"ref": "v7.12.1-redhat",
"metadata": {
"mission": "health-check",
"runtime": "fuse",
"version": "redhat7121"
}
},
{
"name": "Red Hat Fuse - Istio - Distributed Tracing",
"description": "Runs a Apache Camel application that utilizes Tracing on Istio",
"repo": "https://github.com/jboss-fuse/fuse-istio-distributed-tracing-booster",
"ref": "v7.12.1-redhat",
"metadata": {
"mission": "istio-distributed-tracing",
"runtime": "fuse",
"version": "redhat7121"
}
},
{
"name": "Red Hat Fuse - HTTP Example",
"description": "Booster to expose a HTTP REST endpoint using Apache camel, Spring Boot and Undertow.",
"repo": "https://github.com/jboss-fuse/fuse-rest-http-booster",
"ref": "v7.12.1-redhat",
"metadata": {
"mission": "rest-http",
"runtime": "fuse",
"version": "redhat7121"
}
},
{
"name": "Red Hat GoLang - CRUD Example",
"description": "Runs a Golang application exposing a HTTP endpoint proposing CRUD operations",
Expand Down
4 changes: 4 additions & 0 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@
"id": "community",
"name": "2.21.2 (Community)"
},
{
"id": "redhat7121",
"name": "7.12.1 (Red Hat Fuse)"
},
{
"id": "redhat7120",
"name": "7.12.0 (Red Hat Fuse)"
Expand Down