Skip to content

Commit 8f39f46

Browse files
committed
chore: Merge branch 'main' into ci/bump-actions
2 parents a2d0233 + 189e63e commit 8f39f46

11 files changed

+7
-909
lines changed

.github/workflows/build_hive.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: '0 2 2/2 * *' # https://crontab.guru/#0_2_2/2_*_*
9+
- cron: "0 2 2/2 * *" # https://crontab.guru/#0_2_2/2_*_*
1010
push:
1111
branches: [main]
1212
tags:
@@ -36,3 +36,4 @@ jobs:
3636
product-name: hive
3737
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
3838
registry-namespace: sdp
39+
runners: ubicloud

.github/workflows/build_spark-k8s.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ run-name: |
66
on:
77
workflow_dispatch:
88
schedule:
9-
- cron: '0 0 2/2 * *' # https://crontab.guru/#0_0_2/2_*_*
9+
- cron: "0 0 2/2 * *" # https://crontab.guru/#0_0_2/2_*_*
1010
push:
1111
branches: [main]
1212
tags:
@@ -36,3 +36,4 @@ jobs:
3636
product-name: spark-k8s
3737
sdp-version: ${{ github.ref_type == 'tag' && github.ref_name || '0.0.0-dev' }}
3838
registry-namespace: sdp
39+
runners: ubicloud

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ All notable changes to this project will be documented in this file.
3232
- opensearch: Remove the `performance-analyzer` plugin from the OpenSearch image ([#1357]).
3333
- superset: Remove 4.0.2 and 4.1.2 ([#1394]).
3434
- kafka: Remove `3.7.2` and `4.1.0` ([#1395]).
35-
- opa: remove 1.4.2 ([#1396]).
35+
- opa: Remove `1.4.2` ([#1396]).
36+
- zookeeper: Remove `3.9.3` ([#1401]).
3637

3738
### Fixed
3839

@@ -60,6 +61,7 @@ All notable changes to this project will be documented in this file.
6061
[#1394]: https://github.com/stackabletech/docker-images/pull/1394
6162
[#1395]: https://github.com/stackabletech/docker-images/pull/1395
6263
[#1396]: https://github.com/stackabletech/docker-images/pull/1396
64+
[#1401]: https://github.com/stackabletech/docker-images/pull/1401
6365

6466
## [25.11.0] - 2025-11-07
6567

zookeeper/boil-config.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
[versions."3.9.3".local-images]
2-
java-base = "17"
3-
java-devel = "11"
4-
"shared/logback" = "1.2.13"
5-
6-
[versions."3.9.3".build-arguments]
7-
jmx-exporter-version = "1.4.0"
8-
91
[versions."3.9.4".local-images]
102
java-base = "17"
113
java-devel = "11"

zookeeper/stackable/patches/3.9.3/0001-Add-CycloneDX-plugin.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.

zookeeper/stackable/patches/3.9.3/0002-ZOOKEEPER-4846-Failure-to-reload-database-due-to-mis.patch

Lines changed: 0 additions & 64 deletions
This file was deleted.

zookeeper/stackable/patches/3.9.3/0003-ZOOKEEPER-4921-Retry-endlessly-to-establish-a-brand-.patch

Lines changed: 0 additions & 143 deletions
This file was deleted.

0 commit comments

Comments
 (0)