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.4.x) #14912

Merged
merged 3 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.
    * Variables: enforce version check in Apply RPC
    * Cleans up a bunch of legacy checks.
    
    This changeset is specific to 1.4.x and the changes for previous versions of
    Nomad will be manually backported in a separate PR.
    tgross committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    ebc9d74 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
    ad6302b View commit details
    Browse the repository at this point in the history
  3. fixup

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