Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ All notable changes to this project will be documented in this file.
- ci: Bump `stackabletech/actions` to 0.2.0 ([#901], [#903], [#907], [#910], [#913]).
- ubi-rust-builder: Bump Rust toolchain to 1.81.0 ([#902]).
- ci: Handle release builds in the same build workflows ([#913]).
- hadoop: Bump to `hdfs-utils` 0.4.0 ([#914]).

### Removed

Expand Down Expand Up @@ -99,6 +100,7 @@ All notable changes to this project will be documented in this file.
[#910]: https://github.com/stackabletech/docker-images/pull/910
[#912]: https://github.com/stackabletech/docker-images/pull/912
[#913]: https://github.com/stackabletech/docker-images/pull/913
[#914]: https://github.com/stackabletech/docker-images/pull/914

## [24.7.0] - 2024-07-24

Expand Down
6 changes: 3 additions & 3 deletions hadoop/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"async_profiler": "2.9",
"jmx_exporter": "1.0.1",
"protobuf": "3.7.1",
"hdfs_utils": "0.3.0",
"hdfs_utils": "0.4.0",
},
{
"product": "3.3.6",
Expand All @@ -15,7 +15,7 @@
"async_profiler": "2.9",
"jmx_exporter": "1.0.1",
"protobuf": "3.7.1",
"hdfs_utils": "0.3.0",
"hdfs_utils": "0.4.0",
},
{
"product": "3.4.0",
Expand All @@ -24,6 +24,6 @@
"async_profiler": "2.9",
"jmx_exporter": "1.0.1",
"protobuf": "3.7.1",
"hdfs_utils": "0.3.0",
"hdfs_utils": "0.4.0",
},
]