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

Commit

Permalink
Merge pull request #50 from opendistro-for-elasticsearch/partsrut-ope…
Browse files Browse the repository at this point in the history
…ndistro-1.9

Build against elasticsearch 7.8
  • Loading branch information
sruti1312 authored Jun 22, 2020
2 parents 8847fb4 + 303aa41 commit 9f30b5e
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {

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

ext {
opendistroVersion = '1.8.0'
opendistroVersion = '1.9.0'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
isLinux = "true" == System.getProperty("build.linux", "false")
isMacOS = "true" == System.getProperty("build.macos", "false")
Expand Down Expand Up @@ -57,6 +57,7 @@ test {
enabled = false
}
licenseHeaders.enabled = false
validateNebulaPom.enabled = false

task npmRunBuild(type: NpmTask, dependsOn: 'npmInstall') {
if (isLinux) {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/opendistro-for-elasticsearch-perftop",
"version": "1.8.0",
"version": "1.9.0",
"description": "PerfTop CLI tool for Open Distro Performance Analyzer",
"author": "Amazon Web Services",
"bin": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 1.8.0 (Current)
## Version 1.8.0

This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.8.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Version 1.9.0 (Current)

This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.9.

0 comments on commit 9f30b5e

Please sign in to comment.