This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new b324d82 [SPARK-54168] Bump version to 0.7.0-SNAPSHOT in `main` branch
b324d82 is described below
commit b324d8204af40f0117189d2de8810c52552239a0
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Nov 3 17:34:46 2025 -0800
[SPARK-54168] Bump version to 0.7.0-SNAPSHOT in `main` branch
### What changes were proposed in this pull request?
This PR aims to bump version to `0.7.0-SNAPSHOT` in `main` branch.
### Why are the changes needed?
`branch-0.6` is created. We need to distinguish `main` branch from
`branch-0.6`.
- https://github.com/apache/spark-kubernetes-operator/tree/branch-0.6
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #416 from dongjoon-hyun/SPARK-54168.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
build-tools/docker/Dockerfile | 2 +-
build-tools/helm/spark-kubernetes-operator/Chart.yaml | 4 ++--
build-tools/helm/spark-kubernetes-operator/values.yaml | 2 +-
build.gradle | 2 +-
docs/operations.md | 2 +-
tests/e2e/watched-namespaces/spark-operator-dynamic-config-1.yaml | 4 ++--
tests/e2e/watched-namespaces/spark-operator-dynamic-config-2.yaml | 4 ++--
7 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/build-tools/docker/Dockerfile b/build-tools/docker/Dockerfile
index 289177a..f8895ec 100644
--- a/build-tools/docker/Dockerfile
+++ b/build-tools/docker/Dockerfile
@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/home/gradle/.gradle/caches
gradle --no-daemon cle
FROM azul/zulu-openjdk:25-jre
-ARG APP_VERSION=0.6.0-SNAPSHOT
+ARG APP_VERSION=0.7.0-SNAPSHOT
ARG SPARK_UID=185
LABEL org.opencontainers.image.authors="Apache Spark project
<[email protected]>"
diff --git a/build-tools/helm/spark-kubernetes-operator/Chart.yaml
b/build-tools/helm/spark-kubernetes-operator/Chart.yaml
index 563054a..42c3ed8 100644
--- a/build-tools/helm/spark-kubernetes-operator/Chart.yaml
+++ b/build-tools/helm/spark-kubernetes-operator/Chart.yaml
@@ -14,8 +14,8 @@
# limitations under the License.
apiVersion: v2
name: spark-kubernetes-operator
-version: 1.4.0-dev
-appVersion: 0.6.0-SNAPSHOT
+version: 1.5.0-dev
+appVersion: 0.7.0-SNAPSHOT
description: The official Helm chart to deploy Apache Spark, an unified engine
for large-scale data analytics
type: application
home: https://apache.github.io/spark-kubernetes-operator/
diff --git a/build-tools/helm/spark-kubernetes-operator/values.yaml
b/build-tools/helm/spark-kubernetes-operator/values.yaml
index af6504b..5089fab 100644
--- a/build-tools/helm/spark-kubernetes-operator/values.yaml
+++ b/build-tools/helm/spark-kubernetes-operator/values.yaml
@@ -16,7 +16,7 @@
image:
repository: apache/spark-kubernetes-operator
pullPolicy: IfNotPresent
- tag: 0.6.0-SNAPSHOT
+ tag: 0.7.0-SNAPSHOT
# If image digest is set then it takes precedence and the image tag will be
ignored
# digest: ""
diff --git a/build.gradle b/build.gradle
index e7f931b..9617cdd 100644
--- a/build.gradle
+++ b/build.gradle
@@ -35,7 +35,7 @@ assert
JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_17): "Java 17
allprojects {
group = "org.apache.spark.k8s.operator"
- version = "0.6.0-SNAPSHOT"
+ version = "0.7.0-SNAPSHOT"
}
tasks.register('buildDockerImage', Exec) {
diff --git a/docs/operations.md b/docs/operations.md
index ad2fd10..285bf2a 100644
--- a/docs/operations.md
+++ b/docs/operations.md
@@ -63,7 +63,7 @@ following table:
|------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|
| image.repository | The image
repository of spark-kubernetes-operator.
| apache/spark-kubernetes-operator
|
| image.pullPolicy | The image
pull policy of spark-kubernetes-operator.
| IfNotPresent
|
-| image.tag | The image
tag of spark-kubernetes-operator.
| 0.6.0-SNAPSHOT
|
+| image.tag | The image
tag of spark-kubernetes-operator.
| 0.7.0-SNAPSHOT
|
| image.digest | The image
digest of spark-kubernetes-operator. If set then it takes precedence and the
image tag will be ignored.
|
|
| imagePullSecrets | The image
pull secrets of spark-kubernetes-operator.
|
|
| operatorDeployment.replica | Operator
replica count. Must be 1 unless leader election is configured.
| 1
|
diff --git a/tests/e2e/watched-namespaces/spark-operator-dynamic-config-1.yaml
b/tests/e2e/watched-namespaces/spark-operator-dynamic-config-1.yaml
index 5e1901f..5ea4ca6 100644
--- a/tests/e2e/watched-namespaces/spark-operator-dynamic-config-1.yaml
+++ b/tests/e2e/watched-namespaces/spark-operator-dynamic-config-1.yaml
@@ -28,7 +28,7 @@ metadata:
app.kubernetes.io/component: operator-dynamic-config-overrides
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: spark-kubernetes-operator
- app.kubernetes.io/version: 0.6.0-SNAPSHOT
- helm.sh/chart: spark-kubernetes-operator-1.4.0-dev
+ app.kubernetes.io/version: 0.7.0-SNAPSHOT
+ helm.sh/chart: spark-kubernetes-operator-1.5.0-dev
name: spark-kubernetes-operator-dynamic-configuration
namespace: default
diff --git a/tests/e2e/watched-namespaces/spark-operator-dynamic-config-2.yaml
b/tests/e2e/watched-namespaces/spark-operator-dynamic-config-2.yaml
index a6f81db..072a882 100644
--- a/tests/e2e/watched-namespaces/spark-operator-dynamic-config-2.yaml
+++ b/tests/e2e/watched-namespaces/spark-operator-dynamic-config-2.yaml
@@ -28,7 +28,7 @@ metadata:
app.kubernetes.io/component: operator-dynamic-config-overrides
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: spark-kubernetes-operator
- app.kubernetes.io/version: 0.6.0-SNAPSHOT
- helm.sh/chart: spark-kubernetes-operator-1.4.0-dev
+ app.kubernetes.io/version: 0.7.0-SNAPSHOT
+ helm.sh/chart: spark-kubernetes-operator-1.5.0-dev
name: spark-kubernetes-operator-dynamic-configuration
namespace: default
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]