bb2395031b
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.
4 lines
109 B
Plaintext
4 lines
109 B
Plaintext
```release-note:bug
|
|
client: fixed a bug that prevented Nomad from fingerprinting Consul 1.13.8 correctly
|
|
```
|