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 #59 from opendistro-for-elasticsearch/partsrut-ope…
Browse files Browse the repository at this point in the history
…ndistro-1.10

Build against elasticsearch 7.9.1
  • Loading branch information
sruti1312 authored Sep 3, 2020
2 parents 1459adf + d7ec878 commit 61294f8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
4 changes: 2 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.9.0")
es_version = System.getProperty("es.version", "7.9.1")
}
// This isn't applying from repositories.gradle so repeating it here
repositories {
Expand All @@ -24,7 +24,7 @@ node {
}

ext {
opendistroVersion = '1.10.0'
opendistroVersion = '1.10.1'
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
isLinux = "true" == System.getProperty("build.linux", "false")
isMacOS = "true" == System.getProperty("build.macos", "false")
Expand Down
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.10.0",
"version": "1.10.1",
"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 @@
## 2020-08-24 Version 1.10.0.0 (Current)
## 2020-08-24 Version 1.10.0.0

This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.10.
Supported Elasticsearch version 7.9.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 2020-09-03 Version 1.10.1.0 (Current)

This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.10.1.
Supported Elasticsearch version 7.9.1

### Maintenance
* Build against elasticsearch 7.9.1 ([#59](https://github.com/opendistro-for-elasticsearch/perftop/pull/59))

0 comments on commit 61294f8

Please sign in to comment.