Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 02 May 19:34
· 39 commits to main since this release

What's Changed

  • Major rework for Runtime Detection
    fixes #87

    • New Rule editor: list, create, and edit kubescape.io/v1 Rules CRDs with Monaco YAML previews
    • Rule playground: per-expression CEL evaluation results powered by Go/WASM; mock ApplicationProfile and NetworkNeighborhood data can be provided manually or loaded from the
      cluster to test ap.* / nn.* baseline functions
    • Rule binding editor: list and edit RuntimeRuleAlertBinding objects that bind rules to workloads by namespace selector
    • Tabbed Runtime Detection view: Alerts, Application Profiles, Network Neighborhoods, Rules inventory, and Rule Bindings — all in one place
    • Detail pages: dedicated detail views for Application Profiles and Network Neighborhoods
    • Previously alerts where extracted from the logs from NodeAgent. The new version gets the alerts from AlertManager. The Plugin settings allow to configure the Alertmanager service addresss
  • Dynamic plugin download path url, fixes #85

Full Changelog: v0.10.10...v0.11.0