Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions spark-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: spark-operator
version: 2.0.2
epoch: 2
version: 2.1.0
epoch: 0
description: Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.
copyright:
- license: Apache-2.0
Expand All @@ -25,15 +25,15 @@ pipeline:
with:
repository: https://github.com/kubeflow/spark-operator
tag: v${{package.version}}
expected-commit: ef9a2a134b80f8c5368db53615d9aa766c67ad0a
expected-commit: 664b9d01c42a04a5327e582cc23215c34e9a5020

- uses: go/bump
with:
deps: k8s.io/kubernetes@v1.30.3 golang.org/x/crypto@v0.31.0

- uses: go/build
with:
packages: ./cmd/
packages: ./cmd/operator
output: spark-operator

- uses: strip
Expand All @@ -43,7 +43,7 @@ subpackages:
pipeline:
- uses: go/build
with:
packages: ./sparkctl
packages: ./cmd/sparkctl
output: sparkctl
- uses: strip
test:
Expand Down
Loading