From 546accccd574e6f976bb500058e558385382e88c Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 5 Feb 2025 19:06:30 +0100 Subject: [PATCH] Quarkus 3.18.2 --- _data/versions.yaml | 4 +- .../2025-02-05-quarkus-3-18-2-released.adoc | 40 +++++++++++++++++++ 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 _posts/2025-02-05-quarkus-3-18-2-released.adoc diff --git a/_data/versions.yaml b/_data/versions.yaml index b4cdd98a79..a801a9453a 100644 --- a/_data/versions.yaml +++ b/_data/versions.yaml @@ -1,6 +1,6 @@ quarkus: - version: 3.18.1 - announce: /blog/quarkus-3-18-1-released/ + version: 3.18.2 + announce: /blog/quarkus-3-18-2-released/ graalvm: 'for Java 21' jdk: "17+" maven: 3.9.6+ diff --git a/_posts/2025-02-05-quarkus-3-18-2-released.adoc b/_posts/2025-02-05-quarkus-3-18-2-released.adoc new file mode 100644 index 0000000000..4a0bd0e7b7 --- /dev/null +++ b/_posts/2025-02-05-quarkus-3-18-2-released.adoc @@ -0,0 +1,40 @@ +--- +layout: post +title: 'Quarkus 3.18.2 - Maintenance release' +date: 2025-02-05 +tags: release +synopsis: 'We released Quarkus 3.18.2, a maintenance release for our 3.18 release train.' +author: gsmet +--- + +We released Quarkus 3.18.2, the first (we skipped 3.18.0) maintenance release for our 3.18 release train. + +If you have bugs lurking around, please report them as we aim at stabilizing everything before the next LTS. + +== Update + +To update to Quarkus 3.18, we recommend updating to the latest version of the Quarkus CLI and run: + +[source,bash] +---- +quarkus update +---- + +Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.18. + +For more information about the adjustments you need to make to your applications, please refer to the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.18[Quarkus 3.18 migration guide]. + +== Full changelog + +You can get the full changelog of https://github.com/quarkusio/quarkus/releases/tag/3.18.2[3.18.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].