This is an automated email from the ASF dual-hosted git repository. squakez pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 9beb049a679fba871786243f7c801724610d1b6c Author: Pasquale Congiusti <[email protected]> AuthorDate: Mon Sep 7 15:21:55 2026 +0200 chore: release 2.11.0 branches --- antora-playbook-snippets/antora-playbook.yml | 2 ++ content/blog/2026/09/camel-k-2-11/index.md | 2 +- content/releases/k/release-2.11.0.md | 12 ++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/antora-playbook-snippets/antora-playbook.yml b/antora-playbook-snippets/antora-playbook.yml index 9eb9d3f4..f56b8713 100644 --- a/antora-playbook-snippets/antora-playbook.yml +++ b/antora-playbook-snippets/antora-playbook.yml @@ -30,6 +30,8 @@ content: # Let's keep latest active development + LTS active versions only branches: - main + - release-2.11.x + - release-2.10.x start_path: docs - url: https://github.com/apache/camel-kamelets.git diff --git a/content/blog/2026/09/camel-k-2-11/index.md b/content/blog/2026/09/camel-k-2-11/index.md index 0771ce2a..454e51c0 100644 --- a/content/blog/2026/09/camel-k-2-11/index.md +++ b/content/blog/2026/09/camel-k-2-11/index.md @@ -14,7 +14,7 @@ We're happy to announce the availability of Apache Camel K version 2.11.0. This ## Camel Quarkus (`plain-quarkus`) default runtime -In the very first days of the Camel K project (even before Camel Quarkus existed), the team decided to create a special Java runtime, [Camel K Runtime]((https://github.com/apache/camel-k-runtime)) which was the unique available runtime back in time. We have supported and defaulted to this runtime until Camel version 4.8.5. [We decided to **move to a plain regular Camel Quarkus** runtime](https://lists.apache.org/thread/8gfbsz0fzf7p0g9hox525qnqhtk6vdq3) which will provide a smoother exper [...] +In the very first days of the Camel K project (even before Camel Quarkus existed), the team decided to create a special Java runtime, [Camel K Runtime](https://github.com/apache/camel-k-runtime) which was the unique available runtime back in time. We have supported and defaulted to this runtime until Camel version 4.8.5. [We decided to **move to a plain regular Camel Quarkus** runtime](https://lists.apache.org/thread/8gfbsz0fzf7p0g9hox525qnqhtk6vdq3) which will provide a smoother experie [...] From now on, Camel K will run, by default such a runtime. diff --git a/content/releases/k/release-2.11.0.md b/content/releases/k/release-2.11.0.md new file mode 100644 index 00000000..dda7a44c --- /dev/null +++ b/content/releases/k/release-2.11.0.md @@ -0,0 +1,12 @@ +--- +url: "/releases/k-2.11.0/" +date: 2026-09-07 +type: release-note +version: "2.11.0" +title: "Camel-K 2.11.0" +preview: "" +changelog: "" +category: "camel-k" +milestone: 62 +jdk: [17,21] +---
