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 dc8f26e  [SPARK-57289] Remove Spark 3.3.x and 3.4.x GPG keys (#118)
dc8f26e is described below

commit dc8f26e4e2490248170a755141b7528aea5cd1bb
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Jun 5 19:11:06 2026 -0700

    [SPARK-57289] Remove Spark 3.3.x and 3.4.x GPG keys (#118)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove Spark 3.3.x and Spark 3.4.x GPG keys from 
`template.py`.
    
    ### Why are the changes needed?
    
    To clean up outdated code by removing EOL data.
    
    ### 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: Claude Opus 4.8
---
 tools/template.py | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/tools/template.py b/tools/template.py
index 96a371d..89d20a9 100755
--- a/tools/template.py
+++ b/tools/template.py
@@ -22,24 +22,6 @@ from argparse import ArgumentParser
 from jinja2 import Environment, FileSystemLoader
 
 GPG_KEY_DICT = {
-    # issuer "[email protected]"
-    "3.3.0": "80FB8EBE8EBA68504989703491B5DC815DBF10D3",
-    # issuer "[email protected]"
-    "3.3.1": "86727D43E73A415F67A0B1A14E68B3E6CD473653",
-    # issuer "[email protected]"
-    "3.3.2": "C56349D886F2B01F8CAE794C653C2301FEA493EE",
-    # issuer "[email protected]"
-    "3.3.3": "F6468A4FF8377B4F1C07BC2AA077F928A0BF68D8",
-    # issuer "[email protected]"
-    "3.4.0": "CC68B3D16FE33A766705160BA7E57908C7A4E1B1",
-    # issuer "[email protected]"
-    "3.4.1": "F28C9C925C188C35E345614DEDA00CE834F0FC5C",
-    # issuer "[email protected]"
-    "3.4.2": "F28C9C925C188C35E345614DEDA00CE834F0FC5C",
-    # issuer "[email protected]"
-    "3.4.3": "F28C9C925C188C35E345614DEDA00CE834F0FC5C",
-    # issuer "[email protected]"
-    "3.4.4": "F28C9C925C188C35E345614DEDA00CE834F0FC5C",
     # issuer "[email protected]"
     "3.5.0": "FC3AE3A7EAA1BAC98770840E7E1ABCC53AAA2216",
     # issuer "[email protected]"


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

Reply via email to