@@ -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 ] ).
@@ -36,16 +30,31 @@ All notable changes to this project will be documented in this file.
3630[ #884 ] : https://github.com/stackabletech/docker-images/pull/884
3731[ #928 ] : https://github.com/stackabletech/docker-images/pull/928
3832[ #943 ] : https://github.com/stackabletech/docker-images/pull/943
39- [ #952 ] : https://github.com/stackabletech/docker-images/pull/952
40- [ #953 ] : https://github.com/stackabletech/docker-images/pull/953
41- [ #955 ] : https://github.com/stackabletech/docker-images/pull/955
4233[ #958 ] : https://github.com/stackabletech/docker-images/pull/958
4334[ #959 ] : https://github.com/stackabletech/docker-images/pull/959
4435[ #935 ] : https://github.com/stackabletech/docker-images/pull/935
4536[ #962 ] : https://github.com/stackabletech/docker-images/pull/962
4637[ #980 ] : https://github.com/stackabletech/docker-images/pull/980
4738[ #981 ] : https://github.com/stackabletech/docker-images/pull/981
4839
40+ ## [ 24.11.1] - 2025-01-14
41+
42+ ### Changed
43+
44+ - ci: Fix various static analysis errors ([ #955 ] ).
45+ - all java products: These now use the Stackable Nexus build-repo by default instead of pulling from Maven central ([ #953 ] ).
46+ - all java products: Maven is now consistently run with ` --batch-mode ` and ` --no-transfer-progress ` to reduce noise ([ #953 ] ).
47+
48+ ### Added
49+
50+ - tools: Add the package util-linux-core ([ #952 ] ).
51+ util-linux-core contains a basic set of Linux utilities, including the
52+ command logger which allows to enter messages into the system log.
53+
54+ [ #952 ] : https://github.com/stackabletech/docker-images/pull/952
55+ [ #953 ] : https://github.com/stackabletech/docker-images/pull/953
56+ [ #955 ] : https://github.com/stackabletech/docker-images/pull/955
57+
4958## [ 24.11.0] - 2024-11-18
5059
5160### Added
0 commit comments