mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
While working on #10628 I discovered that the `expose` block was missing an implementation of Diff, which means it doesn't show up correctly in `job plan` output. Also, fix field comparison in `ServiceCheck.Equal`. This is a bug in the method but it doesn't look like it impacts production code.
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
```release-note:bug
|
|
connect: Fixed a bug where `expose` blocks would not appear in `job plan` diff output
|
|
```
|