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 5eed495 [SPARK-53815] Remove `branch-0.4` from daily
`publish_snapshot_*` GitHub Action jobs
5eed495 is described below
commit 5eed4950f89f6e96948a4475ae8b41d5e52dc855
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Oct 6 21:00:59 2025 -0700
[SPARK-53815] Remove `branch-0.4` from daily `publish_snapshot_*` GitHub
Action jobs
### What changes were proposed in this pull request?
This PR aims to remove `branch-0.4` from daily `publish_snapshot_*` GitHub
Action jobs.
### Why are the changes needed?
Historically, this snapshot publish GitHub Action jobs are supposed to help
the new releases, but we don't use it in these days like `branch-0.5`
preparation and release.
We had better remove the legacy branch value, `branch-0.4` from
`publish_snapshot_*` jobs and start to focus on new development of `v0.6` on
`main` branch from now.
### Does this PR introduce _any_ user-facing change?
No behavior change.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #367 from dongjoon-hyun/SPARK-53815.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/publish_snapshot_chart.yml | 2 +-
.github/workflows/publish_snapshot_dockerhub.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish_snapshot_chart.yml
b/.github/workflows/publish_snapshot_chart.yml
index 52b9c6c..e32c6b8 100644
--- a/.github/workflows/publish_snapshot_chart.yml
+++ b/.github/workflows/publish_snapshot_chart.yml
@@ -10,7 +10,7 @@ on:
description: 'list of branches to publish (JSON)'
required: true
# keep in sync with default value of strategy matrix 'branch'
- default: '["main", "branch-0.4"]'
+ default: '["main"]'
jobs:
publish-snapshot-chart:
diff --git a/.github/workflows/publish_snapshot_dockerhub.yml
b/.github/workflows/publish_snapshot_dockerhub.yml
index 7e817eb..4ed7fe4 100644
--- a/.github/workflows/publish_snapshot_dockerhub.yml
+++ b/.github/workflows/publish_snapshot_dockerhub.yml
@@ -10,7 +10,7 @@ on:
description: 'list of branches to publish (JSON)'
required: true
# keep in sync with default value of strategy matrix 'branch'
- default: '["main", "branch-0.4"]'
+ default: '["main"]'
jobs:
publish-snapshot-image:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]