@@ -15,12 +15,6 @@ All notable changes to this project will be documented in this file.
1515- vector: Add version 0.43.1 ([ #980 ] ).
1616- opa: Add version 1.0.0 ([ #981 ] )
1717
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-
2418### Removed
2519
2620- 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.
3529[ #884 ] : https://github.com/stackabletech/docker-images/pull/884
3630[ #928 ] : https://github.com/stackabletech/docker-images/pull/928
3731[ #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
4132[ #958 ] : https://github.com/stackabletech/docker-images/pull/958
4233[ #959 ] : https://github.com/stackabletech/docker-images/pull/959
4334[ #962 ] : https://github.com/stackabletech/docker-images/pull/962
4435[ #980 ] : https://github.com/stackabletech/docker-images/pull/980
4536[ #981 ] : https://github.com/stackabletech/docker-images/pull/981
4637
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+
4756## [ 24.11.0] - 2024-11-18
4857
4958### Added
0 commit comments