Skip to content

Commit d721681

Browse files
committed
Quarkus 3.8.6
1 parent 0678ab3 commit d721681

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
layout: post
3+
title: 'Quarkus 3.8.6 released - Maintenance release'
4+
date: 2024-08-29
5+
tags: release
6+
synopsis: 'We released Quarkus 3.8.6, a new maintenance release for the 3.8 LTS release train.'
7+
author: gsmet
8+
---
9+
10+
Today, we released Quarkus 3.8.6, a new maintenance release for our 3.8 LTS release train.
11+
12+
This release contains bugfixes and documentation improvements.
13+
14+
It should be a safe upgrade for anyone already using 3.8.
15+
16+
== Update
17+
18+
To update to Quarkus 3.8, we recommend updating to the latest version of the Quarkus CLI and run:
19+
20+
[source,bash]
21+
----
22+
quarkus update --stream=3.8
23+
----
24+
25+
Note that `quarkus update` can update your applications from any version of Quarkus (including 2.x) to Quarkus 3.8.
26+
27+
If you are not already using 3.x, please refer to the https://quarkus.io/blog/quarkus-3-0-final-released/[3.0 announcement] for all the details.
28+
You can also refer to https://quarkus.io/blog/quarkus-3-upgrade/[this blog post] for additional details.
29+
Once you upgraded to 3.0, also have a look at the https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.1[3.1], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.2[3.2], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.3[3.3], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.4[3.4], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.5[3.5], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.6[3.6], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.7[3.7], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.8[3.8] migration guides.
30+
31+
== Full changelog
32+
33+
You can get https://github.com/quarkusio/quarkus/releases/tag/3.8.6[the full changelog of 3.8.6 on GitHub].
34+
35+
== Come Join Us
36+
37+
We value your feedback a lot so please report bugs, ask for improvements... Let's build something great together!
38+
39+
If you are a Quarkus user or just curious, don't be shy and join our welcoming community:
40+
41+
* provide feedback on https://github.com/quarkusio/quarkus/issues[GitHub];
42+
* craft some code and https://github.com/quarkusio/quarkus/pulls[push a PR];
43+
* discuss with us on https://quarkusio.zulipchat.com/[Zulip] and on the https://groups.google.com/d/forum/quarkus-dev[mailing list];
44+
* ask your questions on https://stackoverflow.com/questions/tagged/quarkus[Stack Overflow].

0 commit comments

Comments
 (0)