From dfb833ca8f1d95625eb0da9a476da3cdfa9dd30f Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 5 Oct 2023 09:43:45 +0200 Subject: [PATCH] Quarkus 3.4.2 --- _data/versions.yaml | 4 +- _posts/2023-10-05-quarkus-3-4-2-released.adoc | 42 +++++++++++++++++++ 2 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 _posts/2023-10-05-quarkus-3-4-2-released.adoc diff --git a/_data/versions.yaml b/_data/versions.yaml index 77026a1ab7..72508a87e2 100644 --- a/_data/versions.yaml +++ b/_data/versions.yaml @@ -1,6 +1,6 @@ quarkus: - version: 3.4.1 - announce: /blog/quarkus-3-4-1-released/ + version: 3.4.2 + announce: /blog/quarkus-3-4-2-released/ graalvm: '23.0' jdk: "11+" maven: 3.8.2+ diff --git a/_posts/2023-10-05-quarkus-3-4-2-released.adoc b/_posts/2023-10-05-quarkus-3-4-2-released.adoc new file mode 100644 index 0000000000..992f6db454 --- /dev/null +++ b/_posts/2023-10-05-quarkus-3-4-2-released.adoc @@ -0,0 +1,42 @@ +--- +layout: post +title: 'Quarkus 3.4.2 released - Maintenance release' +date: 2023-10-05 +tags: release +synopsis: 'We released Quarkus 3.4.2, our first maintenance release for our 3.4 release train.' +author: gsmet +--- + +Today, we released Quarkus 3.4.2, our first maintenance release for our 3.4 release train (we skipped 3.4.0). + +It includes a bunch of bugfixes, together with documentation improvements. + +== Update + +To update to Quarkus 3.4.2, we recommend updating to the latest version of the Quarkus CLI and run: + +[source,bash] +---- +quarkus update +---- + +To migrate from 3.2, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.4[our migration guide]. + +If you are not already using 3.x, please refer to the https://quarkus.io/blog/quarkus-3-0-final-released/[3.0 announcement] for all the details. +You can also refer to https://quarkus.io/blog/quarkus-3-upgrade/[this blog post] for additional details. +Once you upgraded to 3.0, also have a look at the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.1[3.1], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.2[3.2], and https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.3[3.3] migration guides. + +== Full changelog + +You can get https://github.com/quarkusio/quarkus/releases/tag/3.4.2[the full changelog of 3.4.2 on GitHub]. + +== Come Join Us + +We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together! + +If you are a Quarkus user or just curious, don't be shy and join our welcoming community: + + * provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub]; + * craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR]; + * discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list]; + * ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].