File tree Expand file tree Collapse file tree 9 files changed +16
-14
lines changed Expand file tree Collapse file tree 9 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.3.4] - 2025-05-01
11
+
10
12
### Changed
11
13
12
14
- new banner image
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >org.fugerit.java.demo</groupId >
5
5
<artifactId >graalkus</artifactId >
6
- <version >1.3.3 </version >
6
+ <version >1.3.4 </version >
7
7
<description >Graalkus: Let Quarkus fly high with GraalVM.</description >
8
8
<properties >
9
9
<maven .compiler.release>21</maven .compiler.release>
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
# it is possible to pick more options from :
7
7
# https://hub.docker.com/repository/docker/fugeritorg/graalkus/general
8
8
# or build your own image locally.
9
- image : fugeritorg/graalkus:v1.3.0
9
+ image : fugeritorg/graalkus:v1.3.4
10
10
container_name : graalkus-jit-limit
11
11
restart : always
12
12
ports :
@@ -23,7 +23,7 @@ services:
23
23
# it is possible to pick more options from :
24
24
# https://hub.docker.com/repository/docker/fugeritorg/graalkus/general
25
25
# or build your own image locally.
26
- image : fugeritorg/graalkus:v1.3.0 -native
26
+ image : fugeritorg/graalkus:v1.3.4 -native
27
27
container_name : graalkus-aot-limit
28
28
restart : always
29
29
ports :
@@ -40,7 +40,7 @@ services:
40
40
# it is possible to pick more options from :
41
41
# https://hub.docker.com/repository/docker/fugeritorg/graalkus/general
42
42
# or build your own image locally.
43
- image : fugeritorg/graalkus:v1.3.0 -native-pgo
43
+ image : fugeritorg/graalkus:v1.3.4 -native-pgo
44
44
container_name : graalkus-aot-optimized-limit
45
45
restart : always
46
46
ports :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ services:
26
26
# it is possible to pick more options from :
27
27
# https://hub.docker.com/repository/docker/fugeritorg/graalkus/general
28
28
# or build your own image locally.
29
- image : fugeritorg/graalkus:v1.3.0
29
+ image : fugeritorg/graalkus:v1.3.4
30
30
container_name : graalkus-jit-mixed
31
31
hostname : jit
32
32
labels :
@@ -49,7 +49,7 @@ services:
49
49
# it is possible to pick more options from :
50
50
# https://hub.docker.com/repository/docker/fugeritorg/graalkus/general
51
51
# or build your own image locally.
52
- image : fugeritorg/graalkus:v1.3.0 -native-pgo
52
+ image : fugeritorg/graalkus:v1.3.4 -native-pgo
53
53
container_name : graalkus-aot-mixed
54
54
hostname : aot
55
55
labels :
@@ -72,7 +72,7 @@ services:
72
72
# it is possible to pick more options from :
73
73
# https://hub.docker.com/repository/docker/fugeritorg/graalkus/general
74
74
# or build your own image locally.
75
- image : fugeritorg/graalkus:v1.3.0
75
+ image : fugeritorg/graalkus:v1.3.4
76
76
container_name : graalkus-jit-mixed-std
77
77
hostname : jit-std
78
78
restart : always
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
# it is possible to pick more options from :
7
7
# https://hub.docker.com/repository/docker/fugeritorg/graalkus/general
8
8
# or build your own image locally.
9
- image : fugeritorg/graalkus:v1.3.0
9
+ image : fugeritorg/graalkus:v1.3.4
10
10
container_name : graalkus-jit
11
11
restart : always
12
12
ports :
@@ -15,7 +15,7 @@ services:
15
15
# it is possible to pick more options from :
16
16
# https://hub.docker.com/repository/docker/fugeritorg/graalkus/general
17
17
# or build your own image locally.
18
- image : fugeritorg/graalkus:v1.3.0 -native
18
+ image : fugeritorg/graalkus:v1.3.4 -native
19
19
container_name : graalkus-aot
20
20
restart : always
21
21
ports :
@@ -24,7 +24,7 @@ services:
24
24
# it is possible to pick more options from :
25
25
# https://hub.docker.com/repository/docker/fugeritorg/graalkus/general
26
26
# or build your own image locally.
27
- image : fugeritorg/graalkus:v1.3.0 -native-pgo
27
+ image : fugeritorg/graalkus:v1.3.4 -native-pgo
28
28
container_name : graalkus-aot-optimized
29
29
restart : always
30
30
ports :
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : graalkus-aot
20
- image : docker.io/fugeritorg/graalkus:v1.3.0 -native
20
+ image : docker.io/fugeritorg/graalkus:v1.3.4 -native
21
21
ports :
22
22
- name : http
23
23
containerPort : 8080
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : graalkus-aot-pgo
20
- image : docker.io/fugeritorg/graalkus:v1.3.0 -native-pgo
20
+ image : docker.io/fugeritorg/graalkus:v1.3.4 -native-pgo
21
21
ports :
22
22
- name : http
23
23
containerPort : 8080
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : graalkus-jit
20
- image : docker.io/fugeritorg/graalkus:v1.3.0
20
+ image : docker.io/fugeritorg/graalkus:v1.3.4
21
21
ports :
22
22
- name : http
23
23
containerPort : 8080
Original file line number Diff line number Diff line change 17
17
spec :
18
18
containers :
19
19
- name : graalkus-jit-std
20
- image : docker.io/fugeritorg/graalkus:v1.3.0
20
+ image : docker.io/fugeritorg/graalkus:v1.3.4
21
21
ports :
22
22
- name : http
23
23
containerPort : 8080
You can’t perform that action at this time.
0 commit comments