diff --git a/_data/versions.yaml b/_data/versions.yaml index f0dc4fd85a..b59007340c 100644 --- a/_data/versions.yaml +++ b/_data/versions.yaml @@ -1,6 +1,6 @@ quarkus: - version: 3.17.3 - announce: /blog/quarkus-3-17-3-released/ + version: 3.17.4 + announce: /blog/quarkus-3-17-4-released/ graalvm: 'for Java 21' jdk: "17+" maven: 3.9.6+ diff --git a/_posts/2024-12-11-quarkus-3-17-4-released.adoc b/_posts/2024-12-11-quarkus-3-17-4-released.adoc new file mode 100644 index 0000000000..e154baaa4e --- /dev/null +++ b/_posts/2024-12-11-quarkus-3-17-4-released.adoc @@ -0,0 +1,48 @@ +--- +layout: post +title: 'Quarkus 3.17.4 - Maintenance release' +date: 2024-12-11 +tags: release +synopsis: 'We released Quarkus 3.17.4, a maintenance release for our 3.17 release train.' +author: gsmet +--- + +We released Quarkus 3.17.4, a maintenance release for our 3.17 release train. + +== Update + +To update to Quarkus 3.17, 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.17. + +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.17[Quarkus 3.17 migration guide]. + +== Full changelog + +You can get the full changelog of https://github.com/quarkusio/quarkus/releases/tag/3.17.4[3.17.4] on GitHub. + +== Platform component upgrades + +=== Camel Quarkus + +Camel Quarkus has been updated to 3.17.0. + +=== Quarkus CXF + +We updated to Quarkus CXF 3.17.3 in the Quarkus Platform. + +== 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].