Skip to content

apache/camel-k-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e854678 · Mar 21, 2025
Oct 5, 2024
Jul 25, 2023
Jan 23, 2025
Nov 14, 2024
Nov 14, 2024
Nov 14, 2024
Nov 14, 2024
Nov 14, 2024
Nov 14, 2024
Nov 14, 2024
Sep 16, 2024
Nov 14, 2024
Nov 14, 2024
Dec 11, 2023
Oct 15, 2024
Jan 23, 2025
Aug 10, 2020
Jul 12, 2023
Feb 2, 2021
Sep 2, 2019
Mar 21, 2025
Feb 1, 2024
May 26, 2023
Jun 8, 2021
Jun 8, 2021
Sep 1, 2023
Feb 21, 2019
Feb 21, 2019
Jan 24, 2025
Sep 1, 2023

Apache Camel K Runtime

Maven Central Licensed under Apache License version 2.0 Chat on Zulip Build Status

This repository contains the Apache Camel-K Runtime bits used by the Camel K project_. This is a lightweight dependency used on top of Camel Quarkus, required by Camel K operator to set all the runtime configuration on Kubernetes.

How to bump the main dependencies

In order to simplify the maintenance, you can use a script in /script/ directory which take care of bumping the versions for the project, aligning it with Camel Quarkus version: ./scripts/bump.sh --camel-quarkus 2.16.0. When starting a new major or minor release, you’ll also need to align the dependencies expected by Camel Quarkus running ./scripts/sync_cq.sh --skip-version-check.

The project has an automatic action (./scripts/sync_cq.sh) running every night by Github Actions which is in charge to align the set of dependencies required by Camel Quarkus, according to the release. This is useful to keep up to date each patch release.

Instructions for local debugging

You can follow these instructions in order to run and debug a Camel K integration based on a local Camel K runtime.