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

Releases: opendistro-for-elasticsearch/alerting

Release v1.13.1.0

08 Mar 18:20
9f2f2cd
Compare
Choose a tag to compare

Compatible with Elasticsearch 7.10.2

Enhancements

  • Support host deny list for Destinations (#353)

Version v1.13.0.0

18 Feb 18:48
ceb9f28
Compare
Choose a tag to compare

Compatible with Elasticsearch 7.10.2

Bug Fixes

  • Move user instantiation to doExecute (#343)

Infrastructure

  • Rename plugin for more consistent naming convention (#339)
  • Change release workflow to use new staging bucket for artifacts (#334)

Documentation

  • Add RFC for Document-Level Alerting (#327)

Maintenance

  • Adds support for Elasticsearch 7.10.2 (#340)
  • Update cron-utils to version 9.1.3 (#344)

Version 1.12.0.2

08 Jan 18:12
8daf9e6
Compare
Choose a tag to compare

Compatible with Elasticsearch 7.10.0

Features

  • Allow for http method selection in custom webhook (#101)

Enhancements

  • Run /_execute in User context (#312)
  • Support filterBy in update/delete destination/monitor APIs (#311)

Bug Fixes

  • Get user info from threadcontext (#289)
  • Fix filter by user.backendroles and integ tests for it (#290)
  • Check empty user object for the AD monitor (#304)
  • Add security system property for integTest task (#319)
  • Fix failed IT cases for AD (#320)

Infrastructure

  • Add integ security tests with a limited user (#313)

Maintenance

  • Adds support for Elasticsearch 7.10.0 (#300)
  • Move to common-utils-1.12.0.2 version (#314)

Release v1.11.0.1

17 Nov 19:28
9986272
Compare
Choose a tag to compare

Compatible with ES 7.9.1

Features

  • Add getDestinations and getAlerts API (#260)

Enhancements

  • Add logged-on User details to the Monitor and Destination (#255)
  • Inject roles for alerting background jobs (#259)
  • Terminate security for email transport handlers (#262)
  • Add AllowList for Destinations (#263)
  • Add User to Alerts, add filter by back end roles (#264)
  • Change AlertError message and remove deny-list destinations check during monitor creation (#270)
  • Use common-utils from maven, use withContext instead runBlocking (#273)
  • Allow empty notification responses (#272)
  • Add user role filter for monitor on top of ad result (#275)

Bug fixes

  • Fix socket timeout exception, moved authuser to transport handler, moved User to commons (#266)
  • Misc fixes for 1.11 release (#274)
  • Fix parsing User info when User is null (#279)

Infrastructure

  • Add tests related to Email Destination (#258)
  • Minor change to a unit test (#261)
  • Fix integ tests when security is not installed (#278)

Documentation

  • better link for documentation (#265)

Maintenance

  • Adds support for Elasticsearch 7.9.1 (#251)

Refactoring

  • Rename actions (#256)

Release v1.10.1.2

02 Oct 17:14
48ba52a
Compare
Choose a tag to compare

Compatible with Elasticsearch (7.9.1).

Features

  • Adds support for Email Destination (#244)

Enhancements

  • Add action to 'DELETE /_alerting/destinations/{id}' (#233)
  • Add action to '/_alerting/monitor/{id}', '/_alerting/monitor/_search' (#234)
  • Add action to 'CREATE /_alerting/destinations/' (#235)
  • Add action to /_acknowledge/alerts api (#236)
  • Add actions to create, execute, get monitors api (#240)
  • Fix- IllegalStateException warn messages, Location header in destination response, Handle null in GetMonitorRequest (#252)

Infrastructure

  • Support integration testing against remote security enabled clustering (#213)
  • Add coverage upload in build workflow and add badges in README (#223)
  • Add Codecov configuration to set a coverage threshold to pass the check on a commit (#231)

Maintenance

  • Adds support for Elasticsearch 7.9.0 (#238)
  • Upgrade the vulnerable dependencies versions of Kotlin and 'commons-codec' (#230)
  • Adds support for Elasticsearch 7.9.1 (#251)

Documentation

  • Adds workflow to generate draft release notes and reformat old release notes (#241)

Release v1.9.0.0

25 Jun 15:17
2ae4247
Compare
Choose a tag to compare

New Features

  • Adds support for Elasticsearch 7.8.0 - PR #218

Release v1.8.0.0

05 Jun 22:38
9f405c2
Compare
Choose a tag to compare

New Features

  • Adds support for Elasticsearch 7.7.0 - PR #205

Release v1.7.0.0

05 Jun 22:38
23403c2
Compare
Choose a tag to compare
  • Bump the version number

Release v1.6.0.0

03 Apr 16:49
ff174d4
Compare
Choose a tag to compare

New Features

  • Adds support for Elasticsearch 7.6.1 - PR #186

v1.4.0.0

07 Feb 22:49
22f78af
Compare
Choose a tag to compare

Version 1.4.0.0 (Current)

New Features

  • Adds settings to disable alert history and delete old history indices - PR #143
  • Adds support for Elasticsearch 7.4.2 - PR #141
  • Adds maven publish task for notification subproject for other plugins to utilize - PR #97

Bug Fixes

  • Removes unsupported HttpInput types which was breaking Alerting Kibana - PR #162
  • Fixes missing constructors for Stats when updating to 7.4.2 - PR #142
  • Fixes multi node alerting stats API - PR #128