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

client: fix Consul version fingerprint #17349

Merged
merged 2 commits into from
May 30, 2023
Merged

Commits on May 29, 2023

  1. client: fix Consul version finterprint

    Consul v1.13.8 was released with a breaking change in the /v1/agent/self
    endpoint version where a line break was being returned.
    
    This caused the Nomad finterprint to fail because `NewVersion` errors on
    parse.
    
    This commit removes any extra space from the Consul version returned by
    the API.
    lgfa29 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e0d834d View commit details
    Browse the repository at this point in the history
  2. changelog: add entry for #17349

    lgfa29 committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c6d7f3a View commit details
    Browse the repository at this point in the history