From 5b59a4be963f0e9f6f53a25a8e55cae7a7b80b5f Mon Sep 17 00:00:00 2001 From: dervoeti Date: Thu, 17 Jul 2025 16:41:36 +0200 Subject: [PATCH 1/3] feat: include source code of operators --- CHANGELOG.md | 2 ++ hadoop/Dockerfile | 2 -- ubi9-rust-builder/Dockerfile | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb98d4b37..0689adcb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,7 @@ All notable changes to this project will be documented in this file. - zookeeper: bump jetty version for CVE-2024-13009 in 3.9.3 ([#1179]) - zookeeper: bump netty version for CVE-2025-24970 in 3.9.3 ([#1180]) - hadoop: backport HADOOP-19352, HADOOP-19335, HADOOP-19465, HADOOP-19456 and HADOOP-19225 to fix vulnerabilities in Hadoop `3.4.1` ([#1184]) +- Include `.tar.gz` snapshots of the operator source code in container images ([#1207]) ### Changed @@ -221,6 +222,7 @@ All notable changes to this project will be documented in this file. [#1188]: https://github.com/stackabletech/docker-images/pull/1188 [#1189]: https://github.com/stackabletech/docker-images/pull/1189 [#1197]: https://github.com/stackabletech/docker-images/pull/1197 +[#1207]: https://github.com/stackabletech/docker-images/pull/1207 ## [25.3.0] - 2025-03-21 diff --git a/hadoop/Dockerfile b/hadoop/Dockerfile index 2df24243d..024dd42e2 100644 --- a/hadoop/Dockerfile +++ b/hadoop/Dockerfile @@ -136,9 +136,7 @@ ln -s "/stackable/jmx/jmx_prometheus_javaagent-${JMX_EXPORTER}.jar" /stackable/j # Set correct permissions and ownerships chown --recursive ${STACKABLE_USER_UID}:0 /stackable/hadoop /stackable/jmx /stackable/async-profiler "/stackable/async-profiler-${ASYNC_PROFILER}-${TARGETOS}-${ARCH}" chmod --recursive g=u /stackable/jmx /stackable/async-profiler "/stackable/hadoop-${HADOOP_VERSION}-stackable${RELEASE}" -EOF -RUN < Date: Mon, 28 Jul 2025 12:29:01 +0200 Subject: [PATCH 2/3] chore: changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821a71fd9..7dc412c1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Added + +- Include `.tar.gz` snapshots of the operator source code in container images ([#1207]) + ### Changed - all: Use our build-repo to cache NPM dependencies ([#1219]) +[#1207]: https://github.com/stackabletech/docker-images/pull/1207 [#1219]: https://github.com/stackabletech/docker-images/pull/1219 ## [25.7.0] - 2025-07-23 @@ -69,7 +74,6 @@ All notable changes to this project will be documented in this file. - zookeeper: bump jetty version for CVE-2024-13009 in 3.9.3 ([#1179]) - zookeeper: bump netty version for CVE-2025-24970 in 3.9.3 ([#1180]) - hadoop: backport HADOOP-19352, HADOOP-19335, HADOOP-19465, HADOOP-19456 and HADOOP-19225 to fix vulnerabilities in Hadoop `3.4.1` ([#1184]) -- Include `.tar.gz` snapshots of the operator source code in container images ([#1207]) - hadoop: Backport HADOOP-18583 to make OpenSSL 3.x work with the native hadoop libraries ([#1209]). - spark: backport [SPARK-51311] Promote bcprov-jdk18on to compile scope ([#1212]). @@ -234,7 +238,6 @@ All notable changes to this project will be documented in this file. [#1188]: https://github.com/stackabletech/docker-images/pull/1188 [#1189]: https://github.com/stackabletech/docker-images/pull/1189 [#1197]: https://github.com/stackabletech/docker-images/pull/1197 -[#1207]: https://github.com/stackabletech/docker-images/pull/1207 [#1209]: https://github.com/stackabletech/docker-images/pull/1209 [#1212]: https://github.com/stackabletech/docker-images/pull/1212 From 2836b97255f3eaffdb923abb785111eb85b75303 Mon Sep 17 00:00:00 2001 From: Lukas Krug Date: Mon, 28 Jul 2025 14:24:35 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md Co-authored-by: Sebastian Bernauer --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dc412c1c..74274b397 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file. ### Added -- Include `.tar.gz` snapshots of the operator source code in container images ([#1207]) +- ubi9-rust-builder: Include `.tar.gz` snapshots of the operator source code in container images ([#1207]) ### Changed