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 e3c21a0  [SPARK-55512] Update `README.md` with YuniKorn 1.8.0
e3c21a0 is described below

commit e3c21a070077557448e3411c39dda6e158218634
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Feb 12 21:34:36 2026 -0800

    [SPARK-55512] Update `README.md` with YuniKorn 1.8.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to update `README.md` with YuniKorn 1.8.0.
    
    ### Why are the changes needed?
    
    Apache YuniKorn v1.8.0 is a new feature release with 93 patches.
    - https://yunikorn.apache.org/release-announce/1.8.0 (2026-02-03)
    - https://issues.apache.org/jira/projects/YUNIKORN/versions/12355110
      - https://github.com/apache/yunikorn-k8shim/pull/990
      - https://github.com/apache/yunikorn-core/pull/1046
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: `Gemini 3 Pro (High)` on `Antigravity`
    
    Closes #498 from dongjoon-hyun/SPARK-55512.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 15b1a1f..4cd80a9 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ helm repo add yunikorn 
https://apache.github.io/yunikorn-release
 
 helm repo update
 
-helm install yunikorn yunikorn/yunikorn --namespace yunikorn --version 1.7.0 
--create-namespace --set embedAdmissionController=false
+helm install yunikorn yunikorn/yunikorn --namespace yunikorn --version 1.8.0 
--create-namespace --set embedAdmissionController=false
 ```
 
 Submit a Spark app to YuniKorn enabled cluster:


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

Reply via email to