Skip to content

Commit ee387a8

Browse files
authored
chore(hbase-omid): versions for release 24.11 (#846)
* chore(hbase-omid): versions for release 24.11 * Update CHANGELOG.md
1 parent f3aaed0 commit ee387a8

File tree

3 files changed

+3
-26
lines changed

3 files changed

+3
-26
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ All notable changes to this project will be documented in this file.
2828
- kafka: Remove versions `3.4.1`, `3.6.1`, `3.6.2` ([#813]).
2929
- trino: Remove versions `414`, `442` ([#822]).
3030
- trino-cli: Remove version `451` ([#822]).
31+
- hbase: Remove 2.4.17 ([#846]).
32+
- omid: Remove 1.1.0 and 1.1.1 ([#846]).
3133

3234
### Fixed
3335

@@ -42,6 +44,7 @@ All notable changes to this project will be documented in this file.
4244
[#818]: https://github.com/stackabletech/docker-images/pull/818
4345
[#819]: https://github.com/stackabletech/docker-images/pull/819
4446
[#822]: https://github.com/stackabletech/docker-images/pull/822
47+
[#846]: https://github.com/stackabletech/docker-images/pull/846
4548

4649
## [24.7.0] - 2024-07-24
4750

hbase/versions.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
versions = [
22
# Also do not merge java-base with java below as "JAVA-BASE is not a valid identifier" in Dockerfiles, it's unfortunate but to fix this would require a bigger refactoring of names or the image tools
33
# hbase-thirdparty is used to build the hbase-operator-tools and should be set to the version defined in the POM of HBase.
4-
{
5-
"product": "2.4.17",
6-
"hbase_thirdparty": "4.1.5",
7-
"hbase_operator_tools": "1.2.0",
8-
"java-base": "11",
9-
"java-devel": "11",
10-
"async_profiler": "2.9",
11-
"phoenix": "5.2.0",
12-
"hbase_profile": "2.4",
13-
"hadoop": "3.3.6",
14-
"jmx_exporter": "1.0.1", # update the stackable/jmx/config<version> folder too
15-
"opa_authorizer": "", # only for HBase 2.6.0
16-
"delete_caches": "true",
17-
},
184
{
195
"product": "2.4.18",
206
"hbase_thirdparty": "4.1.5",

omid/versions.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
11
versions = [
2-
{
3-
"product": "1.1.0",
4-
"java-base": "11",
5-
"java-devel": "11",
6-
"jmx_exporter": "1.0.1",
7-
},
8-
{
9-
"product": "1.1.1",
10-
"java-base": "11",
11-
"java-devel": "11",
12-
"jmx_exporter": "1.0.1",
13-
},
142
{
153
"product": "1.1.2",
164
"java-base": "11",

0 commit comments

Comments
 (0)