Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ All notable changes to this project will be documented in this file.
- trino: Build from source ([#687]).
- spark: Build from source ([#679])
- all: Moved the LOG4J_FORMAT_MSG_NO_LOOKUPS env variable from the individual Dockerfiles to `java-base` and `java-devel` ([#727])
- all: move product versions into product directory in preparation for individual product build workflows ([#732])
- all: Move product versions into product directory in preparation for individual product build workflows ([#732])

### Fixed

Expand All @@ -60,6 +60,7 @@ All notable changes to this project will be documented in this file.
- hive: Fix compilation on ARM in CI as well ([#619]).
- hive: Fix compilation of x86 in CI due to lower disk usage to prevent disk running full ([#619]).
- hive: Provide logging dependency previously bundled with the hadoop yarn client ([#688]).
- all: Use correct hbase versions ([#734])

### Removed

Expand Down Expand Up @@ -104,6 +105,7 @@ All notable changes to this project will be documented in this file.
[#721]: https://github.com/stackabletech/docker-images/pull/721
[#727]: https://github.com/stackabletech/docker-images/pull/727
[#732]: https://github.com/stackabletech/docker-images/pull/732
[#734]: https://github.com/stackabletech/docker-images/pull/734

## [24.3.0] - 2024-03-20

Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
{
"name": "hbase",
"versions": hadoop.versions,
"versions": hbase.versions,
},
{
"name": "hello-world",
Expand Down