Skip to content

Releases: open-webui/terminals

v0.0.5

Choose a tag to compare

@github-actions github-actions released this 09 Jul 20:45

Added

  • Added Kubernetes node selector and toleration overrides for terminal and reset pods.

v0.0.4

Choose a tag to compare

@github-actions github-actions released this 29 Jun 18:57

Added

  • Added a minimal admin UI for viewing terminal status, active sessions, and policies.
  • Added policy lifecycle support, including scheduled resets and lifecycle state tracking.
  • Added OpenShift-focused security context controls and deployment documentation.
  • Added frontend build packaging to the server Docker image.
  • Added terminal environment propagation for system prompts and resource metadata.
  • Added configurable server and operator log levels.

Fixed

  • Fixed Docker backend storage limit handling with a best-effort fallback when the host driver cannot enforce quotas.
  • Fixed stale proxy connection handling by retrying once after keep-alive failures.
  • Fixed Kubernetes and operator provisioning paths to pass effective policy environment values consistently.

v0.0.3

Choose a tag to compare

@github-actions github-actions released this 27 Apr 23:03
Update pyproject.toml

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 03 Apr 02:55
4553f74
Merge pull request #19 from westbrook-ai/fix-orchestrator-dns-names

fix: ensure container names don't exceed 63-character DNS label limit

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 02 Apr 23:31

Added

  • Multi-tenant terminal orchestrator with Docker and Kubernetes backends.
  • Kubernetes operator for terminal custom resource management.
  • CLI interface for managing terminals.
  • Docker build workflows for orchestrator and operator images (multi-arch: amd64/arm64).