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 fdb5dab4 Announce Camel Quarkus 2.13.0 release
fdb5dab4 is described below

commit fdb5dab4c2e5c144e1c080494906f4546359ad19
Author: Zineb Bendhiba <bendhiba.zi...@gmail.com>
AuthorDate: Thu Sep 29 10:35:29 2022 +0200

    Announce Camel Quarkus 2.13.0 release
---
 antora-playbook-snippets/antora-playbook.yml       |   1 +
 .../camel-featured.jpeg                            | Bin 0 -> 625206 bytes
 .../2022/09/camel-quarkus-release-2.13.0/index.md  |  36 +++++++++++++++++++++
 content/releases/q/release-2.13.0.md               |  14 ++++++++
 4 files changed, 51 insertions(+)

diff --git a/antora-playbook-snippets/antora-playbook.yml 
b/antora-playbook-snippets/antora-playbook.yml
index da48f04d..34dfae1c 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.13.x
         - 2.12.x
         - 2.11.x
         - 2.10.x
diff --git 
a/content/blog/2022/09/camel-quarkus-release-2.13.0/camel-featured.jpeg 
b/content/blog/2022/09/camel-quarkus-release-2.13.0/camel-featured.jpeg
new file mode 100644
index 00000000..36c23a02
Binary files /dev/null and 
b/content/blog/2022/09/camel-quarkus-release-2.13.0/camel-featured.jpeg differ
diff --git a/content/blog/2022/09/camel-quarkus-release-2.13.0/index.md 
b/content/blog/2022/09/camel-quarkus-release-2.13.0/index.md
new file mode 100644
index 00000000..5421e376
--- /dev/null
+++ b/content/blog/2022/09/camel-quarkus-release-2.13.0/index.md
@@ -0,0 +1,36 @@
+---
+title: "Camel Quarkus 2.13.0 Released"
+date: 2022-09-29
+authors: ["zbendhiba"]
+categories: ["Releases", "Camel Quarkus"]
+preview: "Camel Quarkus 2.13.0 Released"
+summary: "Camel Quarkus 2.13.0 is released and aligns with Camel 3.18.2 and 
Quarkus 2.13.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.13.0 release of Camel Quarkus.
+It aligns with Camel 3.18.2 and Quarkus 2.13.0.Final.
+Many thanks to all contributors and issue reporters!
+
+## Camel 3.18.2
+
+Camel Quarkus 2.13.0 is aligned to Camel 3.18.2. Please refer to the [Camel 
3.18.2 announcement](/blog/2022/09/RELEASE-3.18.2/) for more details about the 
3.18.2 release.
+
+## Quarkus 2.13.0.Final
+
+Please refer to the [Quarkus 2.13.0.Final 
announcement](https://quarkus.io/blog/quarkus-2-13-0-final-released/) for more 
details.
+
+## JCache native mode
+
+Camel Quarkus extension JCache is now supported in native mode.
+
+## Release notes
+
+Fixed issues:
+
+* [Milestone 
2.13.0](https://github.com/apache/camel-quarkus/milestone/32?closed=1)
+
+All commits:
+
+* 
[2.12.0..2.13.0](https://github.com/apache/camel-quarkus/compare/2.12.0...2.13.0)
diff --git a/content/releases/q/release-2.13.0.md 
b/content/releases/q/release-2.13.0.md
new file mode 100644
index 00000000..40a9db3f
--- /dev/null
+++ b/content/releases/q/release-2.13.0.md
@@ -0,0 +1,14 @@
+---
+url: "/releases/q-2.13.0/"
+date: 2022-09-26
+eol: 2023-03-26
+type: release-note
+version: "2.13.0"
+title: "New LTS Camel Quarkus release 2.13.0"
+preview: ""
+changelog: ""
+category: "camel-quarkus"
+milestone: 32
+kind: lts
+jdk: [11]
+---
\ No newline at end of file

Reply via email to