From ba0fe45443e8aa20c515573c7aa6495eba9940f6 Mon Sep 17 00:00:00 2001 From: rnetuka Date: Thu, 16 Nov 2023 13:38:09 +0100 Subject: [PATCH] Update Boosters on launch.openshift.io to 7.12.1 --- catalog.json | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++ metadata.json | 4 ++++ 2 files changed, 59 insertions(+) diff --git a/catalog.json b/catalog.json index 2c6a606..5de0beb 100644 --- a/catalog.json +++ b/catalog.json @@ -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", diff --git a/metadata.json b/metadata.json index b063a59..f098b5a 100644 --- a/metadata.json +++ b/metadata.json @@ -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)"