Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Version 1.9.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 23:21
fe0b911

Compatible with Kibana 7.8.0 and Open Distro for Elasticsearch 1.9.0.

Major changes

  • Add start/stop batch actions on detector list page (PR #195)
  • Feature: AD: Add delete batch action (PR #204)
  • support remote cluster indices (PR #244)

Enhancements

  • Tune error message when creating detector (PR #188)
  • Use endTime of detectionInterval as plotTime on Dashboard live chart (PR #190)
  • Add scrolling and enhance list of affected detectors (PR #201)
  • Improve batch action modal loading state (PR #216)
  • Move textfield in delete batch action modal to bottom (PR #217)
  • Make all callouts optional on batch action modals (PR #230)
  • Remove static page of initialization and failure case, add auto-check of detector state when initializing (PR #232)
  • Rename 'last updated time' to 'last enabled time' on Detector list (PR #233)
  • Move plugin into Kibana app category (PR #241)

Bug Fixes

  • Fix issue where live chart height is only partial of window in fullscreen mode. Issue: #186 (PR #189)
  • Fix UT workflow to only run bootstrap once (PR #210)
  • Fix paths to DetectorsList module (PR #211)
  • Prevent unnecessary update when doing batch delete (PR #219)
  • Fix default filter query when creating detector (PR #247)

Infra Changes

  • Bump dependencies with security vulnerabilities (PR #197)
  • Initial test case using Cypress (PR #196)
  • Mitigate vulnerability for minimist and kind-of (PR #202)
  • Automate release notes generation on pushes to master (PR #226)
  • Add more e2e test cases for Dashboard/Detector list (PR #221)
  • Add Cypress tests for dashboard and detector list (PR #234)
  • Add CI for e2e (PR #208)
  • Add delete actions UT and fix snapshots (PR #235)
  • Add finalized 1.9.0.0 release notes (PR #243)
  • Add brace dependency (PR #246)

Version Upgrades

  • Bump Kibana compatibility to 7.8.0 (PR #239)