Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@salv-orlando salv-orlando released this 16 Jun 08:50
· 1 commit to release-0.1 since this release
5efc627

Added

  • Helm support for Theia installation. (#15, @yanjunz97) (#31, @yanjunz97) (#34, @yanjunz97)
    • Provide Helm charts for Theia components (Spark Operator, Clickhouse, and Grafana)
    • Allow for deploying Clickhouse with a persistent volume storage
  • Grafana dashboard: add a panel for visualizing denied connections. (#12, @heanlan)
    • Introduce chord diagram for visualizing connections denied by network policies
    • Reorganized Network policy dashboard to visualize allowed, denied, and unprotected traffic
  • Policy recommendation via Spark job. (#16, @dreamtalen)
    • Add a spark job to perform network policy recommendation based on flow data pushed by Flow Aggregator
  • Theia Command Line Interface. (#25, @dreamtalen @yanjunz97 @annakhm)
    • Add theia CLI tool to provide access to Theia network flow visibility capabilities
    • Introduce commands for starting Network Policy Recommendation, check job status, and retrieve results
  • Initial Theia Documentation. (#40, @yuntanghsu) (#45, @jianjuns)

Changed

  • Add a limit to the quantify of data rendered by Grafana dashboard to avoid bad performance, add indirect cycle handling in Sankey panel (#42, @heanlan)