Skip to content

v0.1.5

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 05:41
4a46578

A standalone server pointed at a filesystem registry now honors per-layer .layer-config visibility at boot, instead of stamping one deployment default on every layer.

Fixed

  • Standalone bootstrap (§4.6, §13.11.1): a PODIUM_LAYER_PATH filesystem registry served by a standalone server applies each layer's declared .layer-config visibility. A layer that declares a non-empty visibility boots with it; a layer with no .layer-config, or one whose visibility: block is empty, falls back to the deployment default (PODIUM_DEFAULT_LAYER_VISIBILITY), matching how a declarative layers: entry resolves an empty block.

Documentation

  • Documented the optional per-layer .layer-config file and its visibility: schema in the filesystem-registry directory layout (§13.11.1) and the solo/filesystem deployment guide.