From ed5481525132fd5a28e3294d66c5f53b1cb05d6a Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Wed, 11 Dec 2024 06:51:26 +0000 Subject: [PATCH 1/2] spark-operator/2.1.0 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- spark-operator.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spark-operator.yaml b/spark-operator.yaml index ce8efb0d986..883fde34f97 100644 --- a/spark-operator.yaml +++ b/spark-operator.yaml @@ -1,7 +1,7 @@ package: name: spark-operator - version: 2.0.2 - epoch: 1 + version: 2.1.0 + epoch: 0 description: Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes. copyright: - license: Apache-2.0 @@ -25,7 +25,7 @@ pipeline: with: repository: https://github.com/kubeflow/spark-operator tag: v${{package.version}} - expected-commit: ef9a2a134b80f8c5368db53615d9aa766c67ad0a + expected-commit: 664b9d01c42a04a5327e582cc23215c34e9a5020 - uses: go/bump with: From 2650d28224a0b49862e897b602932f720009c494 Mon Sep 17 00:00:00 2001 From: debasishbsws Date: Fri, 13 Dec 2024 17:59:19 +0000 Subject: [PATCH 2/2] Fix(build): change the package path for the binaries In this release the upstream have moved its binaries main package file Signed-off-by: debasishbsws --- spark-operator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spark-operator.yaml b/spark-operator.yaml index c25747022b8..bd88bc1673f 100644 --- a/spark-operator.yaml +++ b/spark-operator.yaml @@ -33,7 +33,7 @@ pipeline: - uses: go/build with: - packages: ./cmd/ + packages: ./cmd/operator output: spark-operator - uses: strip @@ -43,7 +43,7 @@ subpackages: pipeline: - uses: go/build with: - packages: ./sparkctl + packages: ./cmd/sparkctl output: sparkctl - uses: strip test: