Skip to content

v0.2.1

Choose a tag to compare

@Di3Z1E Di3Z1E released this 12 May 04:18

Bug Fixes

  • Full pod log history — collector now streams all logs from container start instead of the last 60 seconds. Reconnects resume from the last seen timestamp with no gaps or duplicates.
  • Sidebar shows all podshasLogs is now checked live against disk on every /api/v1/pods call instead of being cached at pod discovery time (when no log file existed yet), so pods appear in the sidebar as soon as their first log line is written.

Helm

  • Removed chart-managed namespace.yaml; --create-namespace handles it — eliminates the chicken-and-egg install failure on every fresh deploy.
  • storageClassName defaults to "" (cluster default StorageClass) instead of local-path.
  • Renamed k3s-values.yamlvalues-local.yaml.
  • make deploy is now idempotent on any Kubernetes distribution.

Full Changelog: v0.1.0...v0.2.1