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

Commit

Permalink
Update PerformanceAnalyzer to support ElasticSearch v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spardeepsingh committed Oct 4, 2019
1 parent 30dc250 commit 0f51311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
buildscript {

ext {
es_version = System.getProperty("es.version", "7.2.0")
es_version = System.getProperty("es.version", "7.2.1")
}
// This isn't applying from repositories.gradle so repeating it here
repositories {
Expand All @@ -34,7 +34,7 @@ plugins {
}

ext {
opendistroVersion = '1.2.0'
opendistroVersion = '1.2.1'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
}

Expand Down
4 changes: 4 additions & 0 deletions release-notes
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 1.2.1 (Version compatible with elasticsearch 7.2.1)
## New Features
This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 7.2.1

## Version 1.2.0 (Version compatible with elasticsearch 7.2.0)
## New Features
This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 7.2.0
Expand Down

0 comments on commit 0f51311

Please sign in to comment.