This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch cq-2.10.0-release in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit f2c2a8af6d44acf0fb40b82bc13693f50208283e Author: Zheng Feng <zh.f...@gmail.com> AuthorDate: Thu Jun 23 09:05:27 2022 +0800 Camel Quarkus 2.10.0 Release Announcement --- antora-playbook-snippets/antora-playbook.yml | 1 + .../camel-featured.jpeg | Bin 0 -> 625206 bytes .../2022/06/camel-quarkus-release-2.10.0/index.md | 36 +++++++++++++++++++++ content/releases/q/release-2.10.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 4624ac5a..6788ebd0 100644 --- a/antora-playbook-snippets/antora-playbook.yml +++ b/antora-playbook-snippets/antora-playbook.yml @@ -61,6 +61,7 @@ content: - url: https://github.com/apache/camel-quarkus.git branches: - main + - 2.10.x - 2.9.x - 2.8.x - 2.7.x diff --git a/content/blog/2022/06/camel-quarkus-release-2.10.0/camel-featured.jpeg b/content/blog/2022/06/camel-quarkus-release-2.10.0/camel-featured.jpeg new file mode 100644 index 00000000..36c23a02 Binary files /dev/null and b/content/blog/2022/06/camel-quarkus-release-2.10.0/camel-featured.jpeg differ diff --git a/content/blog/2022/06/camel-quarkus-release-2.10.0/index.md b/content/blog/2022/06/camel-quarkus-release-2.10.0/index.md new file mode 100644 index 00000000..721d7b2d --- /dev/null +++ b/content/blog/2022/06/camel-quarkus-release-2.10.0/index.md @@ -0,0 +1,36 @@ +--- +title: "Camel Quarkus 2.10.0 Released" +date: 2022-06-23 +authors: ["zhfeng"] +categories: ["Releases", "Camel Quarkus"] +preview: "Camel Quarkus 2.10.0 Released" +summary: "Camel Quarkus 2.10.0 brings Quarkus 2.10.0.Final, Camel 3.17.0" +--- + +<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.10.0 release of Camel Quarkus. +It brings Camel 3.17.0 and Quarkus 2.10.0.Final. +Many thanks to all contributors and issue reporters! + +## Camel 3.17.0 + +Camel Quarkus 2.10.0 is algined to Camel 3.17.0. Please follow the [Camel 3.17.0 announcement](/blog/2022/05/RELEASE-3.17.0/) and the [Camel 3.17 What's new](/blog/2022/05/camel317-whatsnew/) post for more details about the 3.17 release. + +## Quarkus 2.10.0.Final + +Please refer to the [Quarkus 2.10.0.Final announcement](https://quarkus.io/blog/quarkus-2-10-0-final-released/) for more details. + +## Release notes + +Fixed issues: + +* [Milestone 2.10.0](https://github.com/apache/camel-quarkus/milestone/28?closed=1) + +All commits: + +* [2.9.0..2.10.0](https://github.com/apache/camel-quarkus/compare/2.9.0...2.10.0) + +## What’s next? + +The project moves onwards towards the 2.11.0 release which will align with Quarkus 2.11.0.Final and Camel 3.18.0. diff --git a/content/releases/q/release-2.10.0.md b/content/releases/q/release-2.10.0.md new file mode 100644 index 00000000..6ec47a99 --- /dev/null +++ b/content/releases/q/release-2.10.0.md @@ -0,0 +1,12 @@ +--- +url: "/releases/q-2.10.0/" +date: 2022-06-23T10:00:00+01:00 +type: release-note +version: "2.10.0" +title: "Camel Quarkus release 2.10.0" +preview: "" +changelog: "" +category: "camel-quarkus" +milestone: 28 +jdk: [11] +---