DocsAWS 101Blog
← Back to Blog

CloudFormation in-place updates complete, planned Aurora MySQL switchover, S3 Multi-Region Access Points

September 5, 2026 · v1.5.8

v1.5.8 completes the CloudFormation in-place update work: nineteen resource types now update through their service's own APIs instead of being destroyed and re-created, a failed update rolls back without deleting resources it didn't create, and an update that changes nothing is refused with CloudFormation's own No updates are to be performed. On the provisioning side, AWS::IoT::ThingGroup, the five CloudFront policy/OAC/function types and S3 Multi-Region Access Points deploy. RDS gains a planned Aurora MySQL switchover that runs a real no-data-loss writer exchange, and DynamoDB closes a batch of PartiQL and validation gaps measured against real DynamoDB.

New

Fixes

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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