Skip to content

Version 2.0.0.0

Compare
Choose a tag to compare
@lezzago lezzago released this 05 Jan 18:28
· 239 commits to main since this release
4d8f409

Compatible with OpenSearch 2.0.0

Enhancements

  • Add automated migration for Destinations to Notification configs (#379)
  • Integrate with Notifications plugin for Alerting backend (#401)
  • Integrate Document Level Alerting changes (#410)
  • Alias support for Document Level Monitors (#416)

Maintenance

  • Upgrade kotlin to 1.16.10 (#356)
  • Upgrade Alerting to 2.0 (#357)
  • Remove rc1 qualifier from plugin version (#442)

Bug Fixes

  • Completely fix docker pull and install plugin (#376)
  • Make sure alerting is using the build script in its own repo (#377)
  • fix security test workflow (#407)
  • Fixed a flaky test condition. (#375)
  • Remove actionGet and fix minor bugs (#424)
  • Fix UnsupportedOperation error while alert categorization in BucketLevel monitor (#428)
  • Fix minor bugs and support per alert action execution for Document Level Monitors (#441)
  • Fix minor bugs and pass in user context when retrieving user's notification channels (#447)
  • Fix elevated security permission with Notification and minor bug fixes (#449)
  • Improve error messaging on exceptions from notification channel retrieval and fix bug (#451)

Refactoring

  • Remove write Destination APIs (#412)
  • Remove Alerting's notification subproject (#413)
  • Skipping destination migration if alerting index is not initialized (#417)
  • Fix Finding action naming and update release notes (#432)

Infrastructure

  • Removed the Beta label from the bug report template. (#353)
  • Update alerting with qualifier support in releases (#366)
  • Use OpenSearch 2.0.0-alpha1 (#370)
  • Add build qualifier default to alpha1 for 2.0.0 (#373)
  • Remove JDK 14 and Add JDK 17 (#383)
  • Updated issue templates from .github. (#382)
  • Incremented version to 2.0-rc1. (#404)
  • Replace checked-in ZIP for bwc tests with a dynamic dependency (#411)
  • Update integTest gradle scripts to run via remote cluster independently (#418)

Documentation

  • Add Document Level Alerting RFC (#388)
  • Deprecate the Master nomenclature in 2.0 (#415)
  • Add release notes for version 2.0.0-rc1 (#426)