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

make version checks specific to region (1.3.x) #14911

Merged
merged 2 commits into from
Oct 17, 2022

Commits on Oct 17, 2022

  1. make version checks specific to region

    * One-time tokens are not replicated between regions, so we don't want to enforce
      that the version check across all of serf, just members in the same region.
    * Scheduler: Disconnected clients handling is specific to a single region, so we
      don't want to enforce that the version check across all of serf, just members in
      the same region.
    * Cleans up a bunch of legacy checks.
    
    This changeset is specific to 1.3.x and the changes for other versions of
    Nomad will be manually backported in separate PRs
    tgross committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    be58566 View commit details
    Browse the repository at this point in the history
  2. fixup

    tgross committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c2992b0 View commit details
    Browse the repository at this point in the history