Skip to content

v0.23.1

Choose a tag to compare

@mdostal mdostal released this 16 Aug 02:29
· 54 commits to main since this release
b7ec2bd

Container deployment (sidecar / Kubernetes)

Most real installs won't be "download the desktop app" -- pull an image and run it alongside another service.

  • New Dockerfile (CLI + MCP server, non-root, persistent-volume PORTUNUS_HOME, gcloud CLI included)
  • New docker-compose.yml sidecar worked example
  • README "Running in a container" -- deployment shapes, the persistent-volume hazard, per-backend auth paths (GKE Workload Identity recommended for production k8s)

Deliberately scoped to same-pod/same-host reachability for v1 (the MCP server is stdio-only today) -- not a network-shared broker service, which would need the currently-stub RBAC actually enforced.

See CHANGELOG.md for full details.