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

Map tcp,udp to udp,tcp during migration. (#6827) #6855

Merged
merged 2 commits into from
Apr 2, 2019

Commits on Mar 27, 2019

  1. Map tcp,udp to udp,tcp during migration. (#6827)

    Summary:
    Marathon 1.4 would accept `tcp,udp` as a protocol in Docker port
    mappings. However, that value is illegal. It breaks migrations to 1.5
    and up. This patch will fix the migration.
    
    JIRA issues: MARATHON-8575
    jeschkies committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    6427bdb View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Test fix.

    jeschkies committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    c318814 View commit details
    Browse the repository at this point in the history