Skip to content

Commit 1cfaa66

Browse files
authored
chore(hdfs-utils): Reference refactored topology provider (#1360)
1 parent a71bb30 commit 1cfaa66

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ All notable changes to this project will be documented in this file.
3434
- druid: Bump HDFS to 3.4.2 for 34.0.0 ([#1409]).
3535
- testing-tools: refactoring: Split image into multiple images, remove unnecessary components and switch to UBI as base image ([#1354]).
3636
- hive: fixed 4.0.1 shaded hive-metastore-opa-authorizer jar by relocating dependencies ([#1356]).
37+
- hadoop: Bump to `hdfs-utils` 0.5.0 ([#1360]).
3738
- testing-tools: fix: add kubectl and openssl ([#1367]).
3839
- trino: Backport Kafka offset handling to 477 ([#1373]).
3940
- trino-cli: Bump to `479` ([#1403]).
@@ -83,6 +84,7 @@ All notable changes to this project will be documented in this file.
8384
[#1356]: https://github.com/stackabletech/docker-images/pull/1356
8485
[#1357]: https://github.com/stackabletech/docker-images/pull/1357
8586
[#1358]: https://github.com/stackabletech/docker-images/pull/1358
87+
[#1360]: https://github.com/stackabletech/docker-images/pull/1360
8688
[#1366]: https://github.com/stackabletech/docker-images/pull/1366
8789
[#1367]: https://github.com/stackabletech/docker-images/pull/1367
8890
[#1373]: https://github.com/stackabletech/docker-images/pull/1373

hadoop/boil-config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ java-devel = "11"
1717
[versions."3.4.2".build-arguments]
1818
async-profiler-version = "2.9"
1919
jmx-exporter-version = "1.3.0"
20-
hdfs-utils-version = "0.4.2"
20+
hdfs-utils-version = "0.5.0"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
base = "6ed65cfa60107f85c574c82a1c9a83b0cb4358d4"

0 commit comments

Comments
 (0)