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

Commit aa4ad4d

Browse files
authored
Add PA plugin support for ElasticSearch v7.6.1 (#89)
1 parent 88fdab9 commit aa4ad4d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
buildscript {
1717

1818
ext {
19-
es_version = System.getProperty("es.version", "7.4.2")
19+
es_version = System.getProperty("es.version", "7.6.1")
2020
}
2121
// This isn't applying from repositories.gradle so repeating it here
2222
repositories {
@@ -30,11 +30,11 @@ buildscript {
3030

3131
plugins {
3232
id 'java'
33-
id 'nebula.ospackage' version "5.3.0"
33+
id 'nebula.ospackage' version "8.0.1"
3434
}
3535

3636
ext {
37-
opendistroVersion = '1.4.0'
37+
opendistroVersion = '1.6.0'
3838
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
3939
}
4040

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

release-notes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Version 1.6.0 (Version compatible with elasticsearch 7.6.1)
2+
## New Features
3+
This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 7.6.1
4+
15
## Version 1.4.0 (Version compatible with elasticsearch 7.4.2)
26
## New Features
37
This is the release of the Open Distro Performance Analyzer that will work with elasticsearch 7.4.2

0 commit comments

Comments
 (0)