DocsAWS 101Blog
← Back to Blog

CloudFormation stack updates stop destroying resources

September 13, 2026 · v1.5.11

v1.5.11 is a CloudFormation release. Eighteen more resource types got a real update handler, so a stack update no longer falls through to the create handler and mints a new physical id for a resource that only changed a property — a distribution, an HTTP API, a queue policy or an alias keeps its identity and its children. UpdateReplacePolicy: Retain now holds for every handler-side replacement, not just the ones on the shared helper. Alongside that, a presigned S3 URL is verified against the credentials that signed it, an SDK call from a Lambda runs under the function's execution role, and five reads that users reported come back the way AWS returns them.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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