Skip to content

Commit

Permalink
changelog: mention fabiolb#663 and fabiolb#664
Browse files Browse the repository at this point in the history
Signed-off-by: Pires <pjpires@gmail.com>
  • Loading branch information
pires committed Jun 19, 2019
1 parent f674828 commit c3943ef
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@

Thanks to [@murphymj25](https://github.com/murphymj25) for the patch.

* [PR #664](https://github.com/fabiolb/fabio/issues/664): Clean-up fabio service entries in Consul on dirty exit

In the case fabio dies abruptly, the steps to deregister any fabio-related services in Consul will not take place.
In certain cases this could result in duplicate service and check entries after fabio restarts, especially if fabio runs in a Docker container.

This PR addresses this issue by registering an additional TTL check that acts as a deadman switch and removes abandoned service registrations eventually.

Thanks to [@pires](https://github.com/pires) for the [report](https://github.com/fabiolb/fabio/issues/663) and the fix.

### [v1.5.11](https://github.com/fabiolb/fabio/releases/tag/v1.5.11) - 25 Feb 2019

#### Breaking Changes
Expand Down

0 comments on commit c3943ef

Please sign in to comment.