This is an automated email from the ASF dual-hosted git repository.

dongjoon-hyun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new f6f9319  [SPARK-56784] Upgrade `medyagh/setup-minikube` to v0.0.21
f6f9319 is described below

commit f6f931989b0ad774192cf981d898ab155733d48f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu May 7 12:00:36 2026 -0700

    [SPARK-56784] Upgrade `medyagh/setup-minikube` to v0.0.21
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `medyagh/setup-minikube` from `v0.0.20` to 
`v0.0.21` in `.github/workflows/main.yml`, pinned to its commit hash with a 
version comment.
    
    ```diff
           - name: Test - Start minikube
    -        uses: medyagh/setup-minikubev0.0.20
    +        uses: 
medyagh/setup-minikubee9e035a86bbc3caea26a450bd4dbf9d0c453682e # v0.0.21
    ```
    
    ### Why are the changes needed?
    
    `medyagh/setup-minikubev0.0.21` was [released on 
2025-12-14](https://github.com/medyagh/setup-minikube/releases/tag/v0.0.21). 
`apache/spark` and `apache/spark-kubernetes-operator` already use `v0.0.21`; 
this PR keeps `apache/spark-docker` aligned like the other Apache Spark 
repositories.
    
    - https://github.com/apache/spark/pull/54087
    - https://github.com/apache/spark-kubernetes-operator/pull/441
    
    The pinned-hash + version-comment form matches the pattern used by 
`apache/spark` and the recent SPARK-56775 cleanup in this repository. ASF infra 
[`approved_patterns.yml`](https://raw.githubusercontent.com/apache/infrastructure-actions/main/approved_patterns.yml)
 registers `medyagh/setup-minikube*`, so any version is allowed.
    
    ### 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?
    
    Generated-by: Claude Opus 4.7 (1M context)
    
    Closes #112 from dongjoon-hyun/dongjoon/focused-euler-91d5c9.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 52dedec..46b03cd 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -266,7 +266,7 @@ jobs:
             sudo apt-get install r-base
 
       - name: Test - Start minikube
-        uses: medyagh/[email protected]
+        uses: medyagh/setup-minikube@e9e035a86bbc3caea26a450bd4dbf9d0c453682e 
# v0.0.21
         with:
           cpus: 2
           memory: 6144m


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to