Skip to content

Commit 218e2ba

Browse files
authored
fix: use correct hbase versions (#734)
* fix: use correct hbase versions * chore: update changelog
1 parent 6f32c11 commit 218e2ba

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ All notable changes to this project will be documented in this file.
4848
- trino: Build from source ([#687]).
4949
- spark: Build from source ([#679])
5050
- all: Moved the LOG4J_FORMAT_MSG_NO_LOOKUPS env variable from the individual Dockerfiles to `java-base` and `java-devel` ([#727])
51-
- all: move product versions into product directory in preparation for individual product build workflows ([#732])
51+
- all: Move product versions into product directory in preparation for individual product build workflows ([#732])
5252

5353
### Fixed
5454

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

6465
### Removed
6566

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

108110
## [24.3.0] - 2024-03-20
109111

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
{
5050
"name": "hbase",
51-
"versions": hadoop.versions,
51+
"versions": hbase.versions,
5252
},
5353
{
5454
"name": "hello-world",

0 commit comments

Comments
 (0)