Skip to content

Release v1.5.0

Choose a tag to compare

@github-actions github-actions released this 30 Nov 15:28
ec4e847
  • Unified Docker Connectivity
    • Health check now uses the same priority order as the main app: prefer DOCKER_HOST, fall back to DOCKER_SOCK_PATH,
      and default to tcp://docker-socket-proxy:2375. Logging clearly spells out which endpoint was used and how to
      remediate failures.
    • CLI/GUI container discovery mirrors that logic, so local development, CI, and production share a single,
      predictable Docker client configuration.
  • Hardened Compose Stacks
    • Both docker-compose.yml and docker-compose.dev.yml now set DOCKER_HOST=tcp://docker-socket-proxy:2375 and include
      a dedicated tecnativa/docker-socket-proxy service. This keeps the main app isolated from the raw Docker socket
      while still allowing container inspection.
  • Contributor Guide
    • Added AGENTS.md (“Repository Guidelines”) summarizing project layout, key Make targets, lint/type-check tooling,
      pytest conventions, PR expectations, and security hygiene so new contributors can get productive quickly.