You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/11/11 06:52:32 UTC

[camel-website] branch main updated: Camel Quarkus 2.14.0 release announcement

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 40e0facc Camel Quarkus 2.14.0 release announcement
40e0facc is described below

commit 40e0faccfcd62c382350149d3b6da670f72e43ce
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Thu Nov 10 17:50:21 2022 +0100

    Camel Quarkus 2.14.0 release announcement
---
 antora-playbook-snippets/antora-playbook.yml       |   1 +
 .../camel-featured.jpeg                            | Bin 0 -> 625206 bytes
 .../2022/11/camel-quarkus-release-2.14.0/index.md  |  36 +++++++++++++++++++++
 content/releases/q/release-2.14.0.md               |  12 +++++++
 4 files changed, 49 insertions(+)

diff --git a/antora-playbook-snippets/antora-playbook.yml b/antora-playbook-snippets/antora-playbook.yml
index 9442c2ae..be46430c 100644
--- a/antora-playbook-snippets/antora-playbook.yml
+++ b/antora-playbook-snippets/antora-playbook.yml
@@ -65,6 +65,7 @@ content:
     - url: https://github.com/apache/camel-quarkus.git
       branches:
         - main
+        - 2.14.x
         - 2.13.x
         - 2.12.x
         - 2.11.x
diff --git a/content/blog/2022/11/camel-quarkus-release-2.14.0/camel-featured.jpeg b/content/blog/2022/11/camel-quarkus-release-2.14.0/camel-featured.jpeg
new file mode 100644
index 00000000..36c23a02
Binary files /dev/null and b/content/blog/2022/11/camel-quarkus-release-2.14.0/camel-featured.jpeg differ
diff --git a/content/blog/2022/11/camel-quarkus-release-2.14.0/index.md b/content/blog/2022/11/camel-quarkus-release-2.14.0/index.md
new file mode 100644
index 00000000..379c9b02
--- /dev/null
+++ b/content/blog/2022/11/camel-quarkus-release-2.14.0/index.md
@@ -0,0 +1,36 @@
+---
+title: "Camel Quarkus 2.13.0 Released"
+date: 2022-11-10
+authors: ["zbendhiba"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 2.14.0 Released"
+summary: "Camel Quarkus 2.14.0 is released and aligns with Camel 3.19.0 and Quarkus 2.14.0.Final"
+---
+
+<sub><sup>Image by <a href="https://www.flickr.com/photos/lanzen/5984113332">Anders Lanzen</a> <a href="https://creativecommons.org/licenses/by-nc-sa/2.0">CC BY-NC-SA 2.0</a></sup></sub>
+
+We are pleased to announce the 2.14.0 release of Camel Quarkus.
+It aligns with Camel 3.19.0 and Quarkus 2.14.0.Final. It brings new extensions CloudEvents, Knative and DSL modeline.
+Many thanks to all contributors and issue reporters!
+
+## Camel 3.19.0
+
+Camel Quarkus 2.14.0 is aligned to Camel 3.19.0. Please refer to the [Camel 3.19.0 announcement](/blog/2022/10/RELEASE-3.19.0/) and to the [details of what we have done in the Camel 3.19 release](/blog/2022/10/camel319-whatsnew).
+
+## Quarkus 2.14.0.Final
+
+Please refer to the [Quarkus 2.14.0.Final announcement](https://quarkus.io/blog/quarkus-2-14-0-final-released/) for more details.
+
+## New extensions
+
+Camel Quarkus 2.14.0 brings new extensions CloudEvents and Knative with full support. It also brings the extension DSL modeline in JVM support.
+
+## Release notes
+
+Fixed issues:
+
+* [Milestone 2.14.0](https://github.com/apache/camel-quarkus/milestone/33?closed=1)
+
+All commits:
+
+* [2.13.0..2.14.0](https://github.com/apache/camel-quarkus/compare/2.13.0...2.14.0)
diff --git a/content/releases/q/release-2.14.0.md b/content/releases/q/release-2.14.0.md
new file mode 100644
index 00000000..981387a6
--- /dev/null
+++ b/content/releases/q/release-2.14.0.md
@@ -0,0 +1,12 @@
+---
+url: "/releases/q-2.14.0/"
+date: 2022-11-07T10:00:00+01:00
+type: release-note
+version: "2.14.0"
+title: "Camel Quarkus release 2.14.0"
+preview: ""
+changelog: ""
+category: "camel-quarkus"
+milestone: 33
+jdk: [11]
+---