DocsAWS 101Blog
← Back to Blog

Organizations for Terraform, and S3 history that survives a restart

September 23, 2026 · v1.5.16

v1.5.16 fills in AWS Organizations for Terraform, with member accounts, service control policies and their attachments, and closes a persistence gap in S3: with S3_PERSIST=1, a versioned object's history now lives on disk with its bytes, so a delete marker, every earlier version and each version's tags and ACL come back after a restart instead of the deleted object.

New

Fixes

Internal

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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