Follow-up to #436 (channels → portals rename, completed in 0.12.0). Two back-compat shims were retained for one release and should be removed in 0.13.0:
Optional: a read-only startup scan that emits a deprecation note if channel_lan is found in a loaded compose overlay, to warn users before the 0.13.0 hard removal.
Follow-up to #436 (channels → portals rename, completed in 0.12.0). Two back-compat shims were retained for one release and should be removed in 0.13.0:
channel_lanDocker network — removed from.openpalm/config/stack/core.compose.yml(it is currently a deprecated empty bridge, no first-party service joins it). Removing it will break any usercustom.compose.ymloverlay still referencingchannel_lan; the 0.12.0 CHANGELOG already warns users to migrate toportal_net.CHANNEL_NAMEcompose marker — drop fromPORTAL_MARKER_KEYSinpackages/lib/src/control-plane/portals.ts(onlyPORTAL_NAMErecognized). Safe once the 0.12.0 migration has renamed all on-disk compose assets.Optional: a read-only startup scan that emits a deprecation note if
channel_lanis found in a loaded compose overlay, to warn users before the 0.13.0 hard removal.