Skip to content

Releases: balena-os/balena-supervisor

v17.1.1

09 Jun 13:59
14d4b13
Compare
Choose a tag to compare

8ffdba7 (Remove memory healthcheck, 2025-06-06)

v17.1.0

28 May 15:43
f90d722
Compare
Choose a tag to compare

4558b5a (Bump docker-progress to v5.3.1, 2025-05-13)
0af915d (Pass AbortSignal to image pull functions, 2025-05-14)
8c69166 (Support target state apply cancellation, 2025-05-14)

v17.0.5

27 May 15:32
1d34d90
Compare
Choose a tag to compare

49e91a2 (Exclude reclaimable slab memory from used memory metric, 2025-05-25)

v17.0.4

22 May 18:47
f3aa2a2
Compare
Choose a tag to compare

4318272 (Remove unsupported fields from contract requirements, 2025-05-15)

v17.0.3

13 May 14:50
aecefd4
Compare
Choose a tag to compare

7c83eae (Simplify contract validation module, 2025-05-08)

v17.0.2

02 Apr 20:16
01585c6
Compare
Choose a tag to compare

d475b1d (Fix search for app leftover locks, 2025-04-01)

v17.0.1

25 Mar 20:41
49b18b4
Compare
Choose a tag to compare

caed4dc (Clarify firewall docs on behavior with host network containers, 2025-03-25)

v17.0.0

24 Mar 22:18
7efdeea
Compare
Choose a tag to compare

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)

v16.12.9

20 Mar 18:43
8c6e3df
Compare
Choose a tag to compare

7764f98 (Start a dependent if all dependencies are started, 2025-03-20)

v16.12.8

12 Mar 14:51
b8032ed
Compare
Choose a tag to compare

bdbc6a4 (Ensure poll socket timeout is defined early, 2025-03-12)
ae337a1 (Remove GOT retries on state poll, 2025-03-11)