Skip to content

The Construct CLI 0.15.3 - 2026-01-17

Choose a tag to compare

@github-actions github-actions released this 17 Jan 22:46
· 527 commits to main since this release

Release Notes

Fixed

  • Podman Runtime Detection: Updated Podman socket check to use RemoteSocket.Exists instead of HostSocket.Exists for Podman 5.7.1+ compatibility.
  • Podman Compose Compatibility: Moved host.docker.internal mapping to docker-compose.override.yml using extra_hosts directive. podman-compose doesn't support --add-host runtime flag.