Skip to content

Commit 88cc44b

Browse files
committed
Quarkus 3.6.1
1 parent 2d70a40 commit 88cc44b

File tree

2 files changed

+46
-2
lines changed

2 files changed

+46
-2
lines changed

_data/versions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
quarkus:
2-
version: 3.6.0
3-
announce: /blog/quarkus-3-6-0-released/
2+
version: 3.6.1
3+
announce: /blog/quarkus-3-6-1-released/
44
graalvm: 'for Java 21'
55
jdk: "11+"
66
maven: 3.8.2+
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.6.1 released - Maintenance release'
4+
date: 2023-12-06
5+
tags: release
6+
synopsis: 'We released Quarkus 3.6.1, our first maintenance release for the 3.6 release train.'
7+
author: gsmet
8+
---
9+
10+
Today, we released Quarkus 3.6.1, our first maintenance release for the 3.6 release train.
11+
12+
This release contains bugfixes and documentation improvements.
13+
14+
It should be a safe upgrade for anyone already using 3.6.
15+
16+
== Update
17+
18+
To update to Quarkus 3.6.1, we recommend updating to the latest version of the Quarkus CLI and run:
19+
20+
[source,bash]
21+
----
22+
quarkus update
23+
----
24+
25+
To migrate from 3.5, please refer to https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.5[our migration guide].
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.2[3.3], https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.4[3.4], and https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.5[3.5] migration guides.
30+
31+
== Full changelog
32+
33+
You can get https://github.com/quarkusio/quarkus/releases/tag/3.6.1[the full changelog of 3.6.1 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)