DocsAWS 101Blog
← Back to Blog

EKS pulls from local ECR, Aurora MySQL 8.4, Python 3.13 images, and Lambda/S3/Cognito fixes

July 9, 2026 · v1.4.1

v1.4.1 is the first patch release on top of 1.4.0 “Areson”. EKS clusters now pull container images from local ECR with zero manual wiring, Aurora MySQL gains 8.4 support with version-mapped container images, EventBridge Pipes joins the region-isolated services, both Docker images move to Python 3.13, and a batch of community-reported 1.4.0 regressions and long-standing bugs are fixed.

EKS — clusters pull images from local ECR

RDS — Aurora MySQL 8.4 and version-mapped images

EventBridge Pipes — region-isolated state

Docker images — Python 3.13 base

Lambda

S3

Cognito

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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