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

Build against elasticsearch 7.9.1 #59

Merged
merged 1 commit into from
Sep 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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))