Skip to content

v1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 13:42

Release v1.4.0: RBAC, Camera State Machine, Resilience & Performance optimizations

Changelog

  • 1d6005e Merge pull request #19 from RUSEGAL/dependabot/github_actions/Schneegans/dynamic-badges-action-1.9.0
  • afd49b7 Merge pull request #20 from RUSEGAL/dependabot/github_actions/actions/cache-6
  • 3acac14 Merge pull request #21 from RUSEGAL/dependabot/github_actions/crazy-max/ghaction-github-pages-5.0.0
  • 926968b Merge pull request #22 from RUSEGAL/dependabot/github_actions/actions/checkout-7
  • b5b2298 Merge pull request #23 from RUSEGAL/dependabot/github_actions/actions/setup-go-7
  • 22e4ffa build(deps): bump Schneegans/dynamic-badges-action from 1.7.0 to 1.9.0
  • 0e43535 build(deps): bump actions/cache from 4 to 6
  • dd5ffd1 build(deps): bump actions/checkout from 4 to 7
  • 24c6677 build(deps): bump actions/setup-go from 5 to 7
  • 714d632 build(deps): bump crazy-max/ghaction-github-pages from 3.1.0 to 5.0.0
  • e3367bc chore(web): update favicon.svg
  • 16a6cf1 chore: remove accidental local testing artifacts
  • 9f44906 ci: fix docker permissions for summary.json export in k6
  • 3babb46 ci: fix jq null errors by adding fallbacks in performance workflow
  • d19caa0 ci: fix jq paths for parsing k6 summary.json
  • 53bdbdb ci: fix k6 action localhost resolution by using docker host network
  • 4ce9365 ci: fix missing config.yaml in performance workflow
  • 8e3da98 ci: fix missing go:embed web/dist in performance workflow
  • edb5c4f docs(api): update swagger spec
  • 2a05ec0 docs(engineering): update roadmap
  • fed93ee feat(web): update UI, logo, and locales
  • 6372057 feat: complete Phase 0 - camera state machine, reconnect backoff, performance optimizations, and test coverage
  • d2c5d60 feat: complete Phase 0 Item 3 (RBAC UI, JWT revocation, User Management)
  • 6d15f22 feat: complete Phase 0 Point 3 (RBAC and Audit baseline)
  • 48bd29e feat: implement missing states and events (recording_failed, storage_warning, bitrate, degraded)
  • 6c094df fix: prevent disk usage log spam if recordings folder does not exist
  • a5af454 perf: optimize Prometheus metrics binding and add K8s probes
  • b1cf823 style: fix revive linter warning on var declaration