Skip to content

Commit

Permalink
upgrading and adding latest Camel releases both upstream and Red Hat …
Browse files Browse the repository at this point in the history
…provided

Signed-off-by: Lars Heinemann <[email protected]>
  • Loading branch information
lhein committed Dec 6, 2024
1 parent b1aa4eb commit c207a3d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/catalog-generator/scripts/build-catalogs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ const require = createRequire(import.meta.url);
* @type {Record<import('../dist/types').CatalogRuntime, string[]>}
**/
const CATALOGS = {
Main: ['4.8.1', '4.4.4', '4.4.0.redhat-00046', '4.8.0.redhat-00017'],
Quarkus: ['3.16.0', '3.8.3', '3.8.0.redhat-00018'],
SpringBoot: ['4.8.1', '4.4.4', '4.4.0.redhat-00039', '4.8.0.redhat-00022'],
// https://repo1.maven.org/maven2/org/apache/camel/camel/
Main: ['4.9.0', '4.8.2', '4.4.4', '4.4.0.redhat-00046', '4.8.0.redhat-00017'],
// https://repo1.maven.org/maven2/org/apache/camel/quarkus/camel-quarkus/
Quarkus: ['3.16.0', '3.8.3', '3.8.0.redhat-00018', '3.15.0.redhat-00007'],
// https://repo1.maven.org/maven2/org/apache/camel/springboot/spring-boot/
SpringBoot: ['4.9.0', '4.8.2', '4.4.4', '4.4.0.redhat-00039', '4.8.0.redhat-00022'],
};
// https://repo1.maven.org/maven2/org/apache/camel/kamelets/camel-kamelets/
const KAMELETS_VERSION = '4.8.1';

const generateCatalogs = () => {
Expand Down

0 comments on commit c207a3d

Please sign in to comment.