diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a9201c81..8b348d340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 @@ -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 diff --git a/conf.py b/conf.py index 38f094825..b74a11687 100644 --- a/conf.py +++ b/conf.py @@ -48,7 +48,7 @@ }, { "name": "hbase", - "versions": hadoop.versions, + "versions": hbase.versions, }, { "name": "hello-world",