mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-04 10:02:55 +00:00
Network aliases are now compared checking that the target state is a subset of the current state. This will prevent service restarts due to additional aliases created by docker in the container. Closes: #2134 Change-type: patch