Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge master #31

Merged
merged 2 commits into from
Oct 21, 2024
Merged

merge master #31

merged 2 commits into from
Oct 21, 2024

Commits on Oct 21, 2024

  1. [MINOR] feat(operator): Add support to pass annotations to coordinato…

    …r nodeport/headless service (apache#2187)
    
    ### What changes were proposed in this pull request?
    
    Add support to pass a list of annotations per coordinator service (node port/headless).  
    
    ### Why are the changes needed?
    Some tools use service annotations to create DNS records and currently is not supported.
    
    ### Does this PR introduce _any_ user-facing change?
    Introduce 2 new optional fields in CRD: 
    1. headlessServiceAnnotations
    2. nodePortServiceAnnotations
    
    ### How was this patch tested?
    UT + manually
    shlomitubul authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    28fd03a View commit details
    Browse the repository at this point in the history
  2. [apache#2015] improvement(netty): Support Netty for MR integration te…

    …st. (apache#2016)
    
    ### What changes were proposed in this pull request?
    
    Support Netty for MR integration test.
    
    ### Why are the changes needed?
    
    Fix: apache#2015
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Integration tests themselves.
    qijiale76 authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    43323bb View commit details
    Browse the repository at this point in the history