From c04bba79dfa2041616c23bf9ee6e606c52ad715a Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Mon, 12 Aug 2024 11:50:00 +0200 Subject: [PATCH] Quarkus 3.13.2 --- _data/versions.yaml | 4 +- .../2024-08-12-quarkus-3-13-2-released.adoc | 41 +++++++++++++++++++ 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 _posts/2024-08-12-quarkus-3-13-2-released.adoc diff --git a/_data/versions.yaml b/_data/versions.yaml index fcf230ba5ba..fb807449745 100644 --- a/_data/versions.yaml +++ b/_data/versions.yaml @@ -1,6 +1,6 @@ quarkus: - version: 3.13.1 - announce: /blog/quarkus-3-13-1-released/ + version: 3.13.2 + announce: /blog/quarkus-3-13-2-released/ graalvm: 'for Java 21' jdk: "17+" maven: 3.9.6+ diff --git a/_posts/2024-08-12-quarkus-3-13-2-released.adoc b/_posts/2024-08-12-quarkus-3-13-2-released.adoc new file mode 100644 index 00000000000..708700a01e7 --- /dev/null +++ b/_posts/2024-08-12-quarkus-3-13-2-released.adoc @@ -0,0 +1,41 @@ +--- +layout: post +title: 'Quarkus 3.13.2 released - Maintenance release' +date: 2024-08-12 +tags: release +synopsis: 'We released Quarkus 3.13.2, our second maintenance release for the 3.13 release train.' +author: gsmet +--- + +Today, we released Quarkus 3.13.2, our second maintenance release for the 3.13 release train. + +This release contains bugfixes and documentation improvements. +It should be a safe upgrade for anyone already using 3.13. + +== Update + +To update to Quarkus 3.13, 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.13. + +If you are not already using 3.13, please refer to the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.13[3.13] migration guide. + +== Full changelog + +You can get https://github.com/quarkusio/quarkus/releases/tag/3.13.2[the full changelog of 3.13.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].