From 5cc5a810d7b010eac0e4b7107cb3c078b49bdd21 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 18 Nov 2024 18:43:38 +0100 Subject: [PATCH] Quarkus 3.15.2 --- .../2024-11-18-quarkus-3-15-2-released.adoc | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 _posts/2024-11-18-quarkus-3-15-2-released.adoc diff --git a/_posts/2024-11-18-quarkus-3-15-2-released.adoc b/_posts/2024-11-18-quarkus-3-15-2-released.adoc new file mode 100644 index 0000000000..a3664b3012 --- /dev/null +++ b/_posts/2024-11-18-quarkus-3-15-2-released.adoc @@ -0,0 +1,40 @@ +--- +layout: post +title: 'Quarkus 3.15.2 released - LTS maintenance release' +date: 2024-11-18 +tags: release +synopsis: 'We released Quarkus 3.15.2, the first maintenance release for the 3.15 LTS release.' +author: gsmet +--- + +Today, we released Quarkus 3.15.2, our first (we skipped 3.15.0) maintenance release for the 3.15 LTS release. + +This release contains bugfixes and documentation improvements. + +It should be a safe upgrade for anyone already using 3.15. + +== Update + +To update to Quarkus 3.15, we recommend updating to the latest version of the Quarkus CLI and run: + +[source,bash] +---- +quarkus update --stream=3.15 +---- + +Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.15. + +== Full changelog + +You can get https://github.com/quarkusio/quarkus/releases/tag/3.15.2[the full changelog of 3.15.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].