Releases: balena-os/balena-supervisor
Releases · balena-os/balena-supervisor
v17.1.1
v17.1.0
v17.0.5
v17.0.4
v17.0.3
v17.0.2
v17.0.1
v17.0.0
Add Docker network label if custom ipam config
This release resolves a bug where a target release with only a network custom IPAM config change does not get applied by the Supervisor.
When receiving a target release with a custom IPAM config, the Supervisor will add the io.balena.private.ipam.config
label to Docker networks with custom IPAM configs. As a result, these networks will be properly recreated.
This is a major change. Devices that currently have services using networks with custom IPAM configurations will experience:
- A one-time service restart for services dependent on the custom network
- Recreation of affected networks to apply proper IPAM configuration
List of commits
b596c77 (Add Docker network label if custom ipam config, 2025-01-29)