This is an automated email from the ASF dual-hosted git repository. jamesnetherton 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 0bad2dac Camel Quarkus 3.7.0 announcement blog post 0bad2dac is described below commit 0bad2dac7cad652b0c856d40c292758e049f1ab7 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Jan 31 07:42:58 2024 +0000 Camel Quarkus 3.7.0 announcement blog post --- antora-playbook-snippets/antora-playbook.yml | 2 +- .../camel-featured.jpeg | Bin 0 -> 625206 bytes .../2024/01/camel-quarkus-release-3.7.0/index.md | 24 +++++++++++++++++++++ content/releases/q/release-3.7.0.md | 12 +++++++++++ 4 files changed, 37 insertions(+), 1 deletion(-) diff --git a/antora-playbook-snippets/antora-playbook.yml b/antora-playbook-snippets/antora-playbook.yml index b9c7e3f1..62c4aef3 100644 --- a/antora-playbook-snippets/antora-playbook.yml +++ b/antora-playbook-snippets/antora-playbook.yml @@ -58,7 +58,7 @@ content: - url: https://github.com/apache/camel-quarkus.git branches: - main - - 3.6.x + - 3.7.x - 3.2.x - 2.16.x start_path: docs diff --git a/content/blog/2024/01/camel-quarkus-release-3.7.0/camel-featured.jpeg b/content/blog/2024/01/camel-quarkus-release-3.7.0/camel-featured.jpeg new file mode 100644 index 00000000..36c23a02 Binary files /dev/null and b/content/blog/2024/01/camel-quarkus-release-3.7.0/camel-featured.jpeg differ diff --git a/content/blog/2024/01/camel-quarkus-release-3.7.0/index.md b/content/blog/2024/01/camel-quarkus-release-3.7.0/index.md new file mode 100644 index 00000000..7d0f9d2f --- /dev/null +++ b/content/blog/2024/01/camel-quarkus-release-3.7.0/index.md @@ -0,0 +1,24 @@ +--- +title: "Camel Quarkus 3.7.0 Released" +date: 2024-01-31 +authors: ["jamesnetherton"] +categories: ["Releases", "Camel Quarkus"] +preview: "Camel Quarkus 3.7.0 Released" +summary: "Camel Quarkus 3.7.0 release" +--- + +<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 3.7.0 release of Camel Quarkus. It aligns with the Camel 4.3.0 and Quarkus 3.7.1 releases. + +For more information, please check the [Release notes](/releases/q-3.7.0/). + +## Camel 4.3.0 + +Please refer to the [Camel 4.3.0 announcement](/blog/2023/12/RELEASE-4.3.0/) for more details. There's more information in the "what's new" [blog post](/blog/2023/12/camel43-whatsnew/). + +## Quarkus 3.7.1 + +Please refer to the [Quarkus 3.7.0](https://github.com/quarkusio/quarkus/releases/tag/3.7.0) and [Quarkus 3.7.1](https://github.com/quarkusio/quarkus/releases/tag/3.7.1) release notes. + +Many thanks to all contributors and issue reporters! diff --git a/content/releases/q/release-3.7.0.md b/content/releases/q/release-3.7.0.md new file mode 100644 index 00000000..7e93f1a4 --- /dev/null +++ b/content/releases/q/release-3.7.0.md @@ -0,0 +1,12 @@ +--- +url: "/releases/q-3.7.0/" +date: 2024-01-31 +type: release-note +version: 3.7.0 +title: "Camel Quarkus release 3.7.0" +preview: "" +changelog: "" +category: "camel-quarkus" +milestone: 52 +jdk: [17] +--- \ No newline at end of file