mirror of
https://github.com/status-im/consul.git
synced 2025-01-24 20:51:10 +00:00
Update CHANGELOG.md
This commit is contained in:
parent
95d418d7da
commit
596f172484
@ -2,7 +2,7 @@
|
||||
|
||||
BACKWARDS INCOMPATIBILITIES:
|
||||
|
||||
* Child process reaping support has been removed, along with the `-reap` option. Reaping is also done via [dumb-init](https://github.com/Yelp/dumb-init) in the [Consul Docker image](https://github.com/hashicorp/docker-consul), so removing it from Consul itself simplifies the code and eases future maintainence for Consul. If you are running Consul as PID 1 in a container, you will need to arrange for a wrapper process to reap child processes. [GH-1988]
|
||||
* Child process reaping support has been removed, along with the `reap` configuration option. Reaping is also done via [dumb-init](https://github.com/Yelp/dumb-init) in the [Consul Docker image](https://github.com/hashicorp/docker-consul), so removing it from Consul itself simplifies the code and eases future maintainence for Consul. If you are running Consul as PID 1 in a container you will need to arrange for a wrapper process to reap child processes. [GH-1988]
|
||||
|
||||
FEATURES:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user