DocsAWS 101Blog
← Back to Blog

WaitCondition and SignalResource, stack tags propagate, CloudFormation pages its listings

September 8, 2026 · v1.5.9

v1.5.9 is the CloudFormation catch-up release: WaitCondition actually waits and SignalResource exists, stack-level tags propagate to the resources with the aws:cloudformation: tags, the seven list and describe actions page their results, dynamic references resolve, and DeletionPolicy is honoured. On the side, the Lambda Docker executor stops re-extracting code and layers on every cold start.

New

Fixes

Upgrade

docker pull ministackorg/ministack:1.5.9
docker run -d -p 4566:4566 ministackorg/ministack:1.5.9

Or pin in compose.yaml:

services:
  ministack:
    image: ministackorg/ministack:1.5.9
    ports:
      - "4566:4566"

Stay in sync

Issues and PRs welcome on GitHub. Discussion on r/ministack.