From 60d03b8c22d0d34b68f3de64119489090b83944e Mon Sep 17 00:00:00 2001 From: Jan Martiska Date: Wed, 19 Nov 2025 12:44:18 +0100 Subject: [PATCH] Announce 3.27.1 --- .../2025-11-19-quarkus-3-27-1-released.adoc | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 _posts/2025-11-19-quarkus-3-27-1-released.adoc diff --git a/_posts/2025-11-19-quarkus-3-27-1-released.adoc b/_posts/2025-11-19-quarkus-3-27-1-released.adoc new file mode 100644 index 0000000000..4801f6ab80 --- /dev/null +++ b/_posts/2025-11-19-quarkus-3-27-1-released.adoc @@ -0,0 +1,41 @@ +--- +layout: post +title: 'Quarkus 3.27.1 released - LTS maintenance release' +date: 2025-11-19 +tags: release +synopsis: 'We released Quarkus 3.27.1, the next maintenance release for the 3.27 LTS stream.' +author: jmartisk +--- + +Today, we released Quarkus 3.27.1, our first maintenance release for the 3.27 LTS stream. + +This release contains bugfixes, documentation updates and fixes a CVE in the Microsoft SQL JDBC driver: +https://nvd.nist.gov/vuln/detail/CVE-2025-59250[CVE-2025-59250] + +It should be a safe upgrade for anyone already using 3.27. + +== Update + +To update to Quarkus 3.27, we recommend updating to the latest version of the Quarkus CLI and run: + +[source,bash] +---- +quarkus update --stream=3.27 +---- + +Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.27. + +== Full changelog + +You can get https://github.com/quarkusio/quarkus/releases/tag/3.27.1[the full changelog of 3.27.1 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]. \ No newline at end of file