diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a37a4f6..1a4e8e41b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ All notable changes to this project will be documented in this file. - druid: Bump HDFS to 3.4.2 for 34.0.0 ([#1409]). - testing-tools: refactoring: Split image into multiple images, remove unnecessary components and switch to UBI as base image ([#1354]). - hive: fixed 4.0.1 shaded hive-metastore-opa-authorizer jar by relocating dependencies ([#1356]). +- hadoop: Bump to `hdfs-utils` 0.5.0 ([#1360]). - testing-tools: fix: add kubectl and openssl ([#1367]). - trino: Backport Kafka offset handling to 477 ([#1373]). - trino-cli: Bump to `479` ([#1403]). @@ -83,6 +84,7 @@ All notable changes to this project will be documented in this file. [#1356]: https://github.com/stackabletech/docker-images/pull/1356 [#1357]: https://github.com/stackabletech/docker-images/pull/1357 [#1358]: https://github.com/stackabletech/docker-images/pull/1358 +[#1360]: https://github.com/stackabletech/docker-images/pull/1360 [#1366]: https://github.com/stackabletech/docker-images/pull/1366 [#1367]: https://github.com/stackabletech/docker-images/pull/1367 [#1373]: https://github.com/stackabletech/docker-images/pull/1373 diff --git a/hadoop/boil-config.toml b/hadoop/boil-config.toml index 9afa48db3..80190dd27 100644 --- a/hadoop/boil-config.toml +++ b/hadoop/boil-config.toml @@ -17,4 +17,4 @@ java-devel = "11" [versions."3.4.2".build-arguments] async-profiler-version = "2.9" jmx-exporter-version = "1.3.0" -hdfs-utils-version = "0.4.2" +hdfs-utils-version = "0.5.0" diff --git a/hadoop/hdfs-utils/stackable/patches/0.5.0/patchable.toml b/hadoop/hdfs-utils/stackable/patches/0.5.0/patchable.toml new file mode 100644 index 000000000..0cac1271b --- /dev/null +++ b/hadoop/hdfs-utils/stackable/patches/0.5.0/patchable.toml @@ -0,0 +1 @@ +base = "6ed65cfa60107f85c574c82a1c9a83b0cb4358d4"