Skip to content

Releases: isala404/lazy-koala

v1.0.0 - Stable

15 May 19:56
Compare
Choose a tag to compare

1.0.0 (2022-05-15)

Feature

  • packaged the entire system into a helm chart (#9) (a238382)
  • sherlock: Added the logic to normalize data frame (8911c9b)
  • inspector: Integrated proxy with kubernetes (db10b66)
  • ui: Created the visualization dashboard (6b645bb)
  • inspector: Created Settings View (#6) (944aa13)
  • sherlock: Created model inference pipeline (9154586)
  • sherlock: Added support for model reuse (3f5f223)
  • control-plane: Added support for sherlock module (c341c76)
  • sherlock: Implemented the Model pulling logic (b0d1c92)
  • sherlock: Implemented the inferencing API (b2f07b5)
  • sherlock: Implemented prometheus scraper (3372a5f)
  • gazer: Tracked request exchanges between services (08aa053)
  • gazer: Added support for ClusterIPs (81e98e7)
  • control-plane: Implemented the core functionality (55fb9fa)
  • gazer: Integrated with prometheus (#4) (656c660)
  • gazer: created TUI to visualize scraped data (e0c166a)
  • gazer: created a POC scraper using ebpf (088df5b)

Bug Fixes

  • sherlock: Optimzed the model (dc6414a)
  • control-plane: Models not registering (8f1a791)
  • gazer: Added backlog cleaner (9e52777)
  • gazer: poll_kube_api exits after the first call (cc964e9)
  • sherlock: logged missing metrics (f0fe3a9)
  • inspector: Added missing Env file (3e6e912)
  • inspector: Typescript errors (41f1195)
  • sherlock: Moved poll_anomaly_scores sleep to async (5b49dbf)
  • control-plane: Fixed a pointer mixmatch (247ee28)
  • control-plane: Fixed a bug in servings config generation (d802f0a)
  • gazer: Handle for units in metrics (562f72d)
  • gazer: Excluded TCP responses (93d0cab)
  • gazer: Handled for empty config.yaml (0a0e0d0)
  • control-plane: Updated kubernetes manifest files (3361804)

Documentation

  • Added content to README.md (6de08e5)
  • thesis: completed the Project Specifications Design and Prototype (#5) (d0d5d0f)
  • added missing file proposal proposal files (8493b46)
  • added the project proposal (#2) (5e8527d)

Code Refactoring

  • sherlock: Moved to single use tf-serving architecture (432a9df)
  • sherlock: moved the training code to a sub dir (ae09956)
  • control-plane: Changed the serivce name variable (be3e074)
  • control-plane: Changed the controller Domain (d4b5588)

Chores

  • created an action for releasing (0039dd1)
  • created script to profile the system (f2303f3)
  • deps: bump moment from 2.29.1 to 2.29.2 in /ui (9927e9c)
  • Added a data collection agent (a46a587)
  • CI: Build only changed components (e97157f)
  • control-plane: Scaffolded the Control Plane (#3) (4259f88)
  • ci: dockerize the gazer (f91305b)

CI

  • inspector: Fixed a misconfigured path (0333c60)