DocsAWS 101Blog
← Back to Blog

EKS DescribeCluster endpoint and SQS XML message validation fixes

June 27, 2026 · v1.3.69

v1.3.69 is a fixes release: EKS DescribeCluster now returns a host-reachable endpoint on every path, and SQS rejects message bodies containing XML 1.0 forbidden characters — both closing AWS-parity gaps.

EKS

SQS

Upgrade

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

Or pin in compose.yaml:

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

Stay in sync

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