Skip to content

Remove deprecated channel_lan network + CHANNEL_NAME marker (portals rename cleanup) #490

Description

@itlackey

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_lan Docker 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 user custom.compose.yml overlay still referencing channel_lan; the 0.12.0 CHANGELOG already warns users to migrate to portal_net.
  • CHANNEL_NAME compose marker — drop from PORTAL_MARKER_KEYS in packages/lib/src/control-plane/portals.ts (only PORTAL_NAME recognized). 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_lan is found in a loaded compose overlay, to warn users before the 0.13.0 hard removal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions