Skip to content

Commit 429cb68

Browse files
committed
Merge branch 'main' into feature/image-tools-revamp
# Conflicts: # stackable-base/Dockerfile
2 parents fba55d4 + 95e38af commit 429cb68

File tree

16 files changed

+3012
-161
lines changed

16 files changed

+3012
-161
lines changed

.github/actions/publish-image/action.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,19 +129,18 @@ runs:
129129
# TODO (@Techassi): Replace author with manufacturer, because it is
130130
# automated, see https://cyclonedx.org/docs/1.6/json/#metadata_component_manufacturer
131131
jq -s \
132-
--arg description "$IMAGE_METADATA_DESCRIPTION" \
133-
--arg name "$IMAGE_METADATA_NAME" \
132+
--arg description "$IMAGE_METADATA_NAME. $IMAGE_METADATA_DESCRIPTION" \
134133
--arg purl "$PURL" \
135134
'{
136135
"metadata": {
137136
"component": {
138-
"description": "$name. $description",
137+
"description": $description,
139138
"supplier": {
140139
"name": "Stackable GmbH",
141140
"url": ["https://stackable.tech/"]
142141
},
143142
"author": "Stackable GmbH",
144-
"purl": "$purl",
143+
"purl": $purl,
145144
"publisher": "Stackable GmbH"
146145
}
147146
}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,14 @@ All notable changes to this project will be documented in this file.
1414
- hive: Add version `4.0.0` ([#818]).
1515
- trino: Add version `455` ([#822]).
1616
- trino-cli: Add version `455` ([#822]).
17+
- spark: Add version `3.5.2` ([#848]).
18+
- hadoop: Add patch "HADOOP-18516: Support Fixed SAS Token for ABFS Authentication" ([#852]).
1719

1820
### Changed
1921

2022
- ci: Rename local actions, adjust action inputs and outputs, add definition
2123
README file ([#819]).
24+
- Update cargo-cyclonedx to 0.5.5 and build CycloneDX 1.5 files ([#783])
2225

2326
### Removed
2427

@@ -28,11 +31,15 @@ All notable changes to this project will be documented in this file.
2831
- kafka: Remove versions `3.4.1`, `3.6.1`, `3.6.2` ([#813]).
2932
- trino: Remove versions `414`, `442` ([#822]).
3033
- trino-cli: Remove version `451` ([#822]).
34+
- hbase: Remove 2.4.17 ([#846]).
35+
- omid: Remove 1.1.0 and 1.1.1 ([#846]).
36+
- spark: Remove 3.4.2 and 3.4.3 ([#848]).
3137

3238
### Fixed
3339

3440
- hbase: link to phoenix server jar ([#811]).
3541

42+
[#783]: https://github.com/stackabletech/docker-images/pull/783
3643
[#797]: https://github.com/stackabletech/docker-images/pull/797
3744
[#802]: https://github.com/stackabletech/docker-images/pull/802
3845
[#809]: https://github.com/stackabletech/docker-images/pull/809
@@ -42,6 +49,9 @@ All notable changes to this project will be documented in this file.
4249
[#818]: https://github.com/stackabletech/docker-images/pull/818
4350
[#819]: https://github.com/stackabletech/docker-images/pull/819
4451
[#822]: https://github.com/stackabletech/docker-images/pull/822
52+
[#846]: https://github.com/stackabletech/docker-images/pull/846
53+
[#848]: https://github.com/stackabletech/docker-images/pull/848
54+
[#852]: https://github.com/stackabletech/docker-images/pull/852
4555

4656
## [24.7.0] - 2024-07-24
4757

hadoop/stackable/patches/3.3.4/009-HADOOP-18516-3.3.4.patch

Lines changed: 954 additions & 0 deletions
Large diffs are not rendered by default.

hadoop/stackable/patches/3.3.6/009-HADOOP-18516-3.3.6.patch

Lines changed: 960 additions & 0 deletions
Large diffs are not rendered by default.

hadoop/stackable/patches/3.4.0/006-HADOOP-18516-3.4.0.patch

Lines changed: 978 additions & 0 deletions
Large diffs are not rendered by default.

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",

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"local>stackabletech/.github:renovate-config",
4+
"github>stackabletech/.github:renovate-config",
55
"docker:pinDigests"
66
]
77
}

shared/copy_artifacts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# Copy over the binary
44
cp "$1" /app
55

6-
# And now try to find a BOM file named like the binary + .cdx.xml and copy it over as well if it exists
6+
# And now try to find a BOM file named like the binary + _bin.cdx.xml and copy it over as well if it exists
77
base=$(basename "$1")
8-
find /src/rust/ -type f -name "$base.cdx.xml" -exec cp {} /app \;
8+
find /src/rust/ -type f -name "${base}_bin.cdx.xml" -exec cp {} /app \;

spark-k8s/stackable/patches/3.4.2/001-cyclonedx-plugin.patch

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

0 commit comments

Comments
 (0)