@@ -15,12 +15,6 @@ All notable changes to this project will be documented in this file.
15
15
- vector: Add version 0.43.1 ([ #980 ] ).
16
16
- opa: Add version 1.0.0 ([ #981 ] )
17
17
18
- ### Changed
19
-
20
- - ci: Fix various static analysis errors ([ #955 ] ).
21
- - all java products: These now use the Stackable Nexus build-repo by default instead of pulling from Maven central ([ #953 ] ).
22
- - all java products: Maven is now consistently run with ` --batch-mode ` and ` --no-transfer-progress ` to reduce noise ([ #953 ] ).
23
-
24
18
### Removed
25
19
26
20
- kafka: Remove ` kubectl ` , as we are now using listener-op ([ #884 ] ).
@@ -35,15 +29,30 @@ All notable changes to this project will be documented in this file.
35
29
[ #884 ] : https://github.com/stackabletech/docker-images/pull/884
36
30
[ #928 ] : https://github.com/stackabletech/docker-images/pull/928
37
31
[ #943 ] : https://github.com/stackabletech/docker-images/pull/943
38
- [ #952 ] : https://github.com/stackabletech/docker-images/pull/952
39
- [ #953 ] : https://github.com/stackabletech/docker-images/pull/953
40
- [ #955 ] : https://github.com/stackabletech/docker-images/pull/955
41
32
[ #958 ] : https://github.com/stackabletech/docker-images/pull/958
42
33
[ #959 ] : https://github.com/stackabletech/docker-images/pull/959
43
34
[ #962 ] : https://github.com/stackabletech/docker-images/pull/962
44
35
[ #980 ] : https://github.com/stackabletech/docker-images/pull/980
45
36
[ #981 ] : https://github.com/stackabletech/docker-images/pull/981
46
37
38
+ ## [ 24.11.1] - 2025-01-14
39
+
40
+ ### Changed
41
+
42
+ - ci: Fix various static analysis errors ([ #955 ] ).
43
+ - all java products: These now use the Stackable Nexus build-repo by default instead of pulling from Maven central ([ #953 ] ).
44
+ - all java products: Maven is now consistently run with ` --batch-mode ` and ` --no-transfer-progress ` to reduce noise ([ #953 ] ).
45
+
46
+ ### Added
47
+
48
+ - tools: Add the package util-linux-core ([ #952 ] ).
49
+ util-linux-core contains a basic set of Linux utilities, including the
50
+ command logger which allows to enter messages into the system log.
51
+
52
+ [ #952 ] : https://github.com/stackabletech/docker-images/pull/952
53
+ [ #953 ] : https://github.com/stackabletech/docker-images/pull/953
54
+ [ #955 ] : https://github.com/stackabletech/docker-images/pull/955
55
+
47
56
## [ 24.11.0] - 2024-11-18
48
57
49
58
### Added
0 commit comments