Skip to content

v0.6.1

Choose a tag to compare

@uniskela uniskela released this 30 Jul 13:32
· 50 commits to main since this release

Highlights

  • Load Containers asynchronously so the page shell appears immediately.
  • Bound Portainer container-list requests (5s default) and briefly skip recently failed endpoints.
  • Cache aggregated container lists in-memory for 30s and parallelize provider instance fetches.
  • Filter containers by host, running/stopped status, and free-text search.

Upgrade notes

  • Rebuild/restart as usual (docker compose up --build -d). No schema migration required.
  • Optional tunables: UH_PORTAINER_LIST_TIMEOUT_MS, UH_PORTAINER_ENDPOINT_COOLDOWN_MS, UH_CONTAINER_LIST_CACHE_MS (see SECURITY.md / .env.example).

Verification

  • npm run lint
  • npm run typecheck
  • npm test
  • npm run build

Full Changelog: v0.6.0...v0.6.1