Skip to content

Commit ea9a229

Browse files
committed
reconstruct history
1 parent b901c5c commit ea9a229

File tree

1 file changed

+35
-7
lines changed

1 file changed

+35
-7
lines changed

CHANGELOG.md

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,37 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- nifi: Activate `include-hadoop` profile for NiFi version 2.* ([#958]).
10+
- nifi: Add NiFi hadoop Azure and GCP libraries ([#943]).
11+
- base: Add containerdebug tool ([#928], [#959]).
12+
- tools: Add the package util-linux-core ([#952]).
13+
 util-linux-core contains a basic set of Linux utilities, including the
14+
 command logger which allows to enter messages into the system log.
15+
- vector: Add version 0.43.1 ([#980]).
16+
- opa: Add version 1.0.0 ([#981])
17+
18+
### Removed
19+
20+
- kafka: Remove `kubectl`, as we are now using listener-op ([#884]).
21+
- vector: remove version 0.41.1 ([#980]).
22+
- opa: remove version 0.66.0 ([#981])
23+
24+
### Fixed
25+
26+
- hadoop: Fix the JMX exporter configuration for metrics suffixed with
27+
`_total`, `_info` and `_created` ([#962]).
28+
29+
[#884]: https://github.com/stackabletech/docker-images/pull/884
30+
[#928]: https://github.com/stackabletech/docker-images/pull/928
31+
[#943]: https://github.com/stackabletech/docker-images/pull/943
32+
[#958]: https://github.com/stackabletech/docker-images/pull/958
33+
[#959]: https://github.com/stackabletech/docker-images/pull/959
34+
[#962]: https://github.com/stackabletech/docker-images/pull/962
35+
[#980]: https://github.com/stackabletech/docker-images/pull/980
36+
[#981]: https://github.com/stackabletech/docker-images/pull/981
37+
738
## [24.11.1] - 2025-01-14
839

940
### Changed
@@ -12,20 +43,15 @@ All notable changes to this project will be documented in this file.
1243
- all java products: These now use the Stackable Nexus build-repo by default instead of pulling from Maven central ([#953]).
1344
- all java products: Maven is now consistently run with `--batch-mode` and `--no-transfer-progress` to reduce noise ([#953]).
1445

15-
[#953]: https://github.com/stackabletech/docker-images/pull/953
16-
[#955]: https://github.com/stackabletech/docker-images/pull/955
17-
18-
## [24.11.1-rc2] - 2024-12-12
19-
2046
### Added
2147

2248
- tools: Add the package util-linux-core ([#952]).
2349
util-linux-core contains a basic set of Linux utilities, including the
2450
command logger which allows to enter messages into the system log.
2551

2652
[#952]: https://github.com/stackabletech/docker-images/pull/952
27-
28-
## [24.11.1-rc1] - 2024-12-05
53+
[#953]: https://github.com/stackabletech/docker-images/pull/953
54+
[#955]: https://github.com/stackabletech/docker-images/pull/955
2955

3056
## [24.11.0] - 2024-11-18
3157

@@ -95,6 +121,7 @@ All notable changes to this project will be documented in this file.
95121
- nifi: Fix CVE-2024-36114 in NiFi `1.27.0` and `2.0.0` by upgrading a dependency. ([#924]).
96122
- hbase: Fix CVE-2024-36114 in HBase `2.6.0` by upgrading a dependency. ([#925]).
97123
- druid: Fix CVE-2024-36114 in Druid `26.0.0` and `30.0.0` by upgrading a dependency ([#926]).
124+
- hbase: Fix CVE-2023-34455 in HBase `2.4.18` by upgrading a dependency. ([#934]).
98125

99126
[#783]: https://github.com/stackabletech/docker-images/pull/783
100127
[#797]: https://github.com/stackabletech/docker-images/pull/797
@@ -144,6 +171,7 @@ All notable changes to this project will be documented in this file.
144171
[#924]: https://github.com/stackabletech/docker-images/pull/924
145172
[#925]: https://github.com/stackabletech/docker-images/pull/925
146173
[#926]: https://github.com/stackabletech/docker-images/pull/926
174+
[#934]: https://github.com/stackabletech/docker-images/pull/934
147175

148176
## [24.7.0] - 2024-07-24
149177

0 commit comments

Comments
 (0)