You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
synopsis: 'We released Quarkus 3.29.2, a regular maintenance release.'
7
+
author: gsmet
8
+
---
9
+
10
+
Today, we released Quarkus 3.29.2, a new maintenance release for our 3.29 stream.
11
+
12
+
We skipped the 3.29.1 announcement as we detected a regression shortly after the release and decided to release 3.29.2 right away.
13
+
The regression was caused by a problem in how binaries were detected in the `$PATH` specfically on Windows.
14
+
15
+
== Update
16
+
17
+
To update to Quarkus 3.29, we recommend updating to the latest version of the Quarkus CLI and run:
18
+
19
+
[source,bash]
20
+
----
21
+
quarkus update
22
+
----
23
+
24
+
Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.29.
25
+
26
+
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.29[Quarkus 3.29 migration guide].
27
+
28
+
== Full changelog
29
+
30
+
You can get the full changelog of https://github.com/quarkusio/quarkus/releases/tag/3.29.1[3.29.1] and https://github.com/quarkusio/quarkus/releases/tag/3.29.2[3.29.2] on GitHub.
31
+
32
+
== Come Join Us
33
+
34
+
We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!
35
+
36
+
If you are a Quarkus user or just curious, don't be shy and join our welcoming community:
37
+
38
+
* provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
39
+
* craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
40
+
* discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
41
+
* ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].
0 commit comments