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

Commit

Permalink
Adding changes for ODFE 1.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
khushbr committed Nov 20, 2020
1 parent 89d89ec commit ee64b97
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ node {
}

ext {
opendistroVersion = '1.11.0'
opendistroVersion = '1.12.0'
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.11.0",
"version": "1.12.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 @@
## 2020-10-15 Version 1.11.0.0 (Current)
## 2020-10-15 Version 1.11.0.0

This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.11.
Supported Elasticsearch version 7.9.1
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 2020-11-19 Version 1.12.0.0 (Current)

This is release of the Open Distro PerfTop, which is compatible with Open Distro Performance Analyzer 1.12
Supported Elasticsearch version 7.10.0

### Features

### Bug fixes

### Documentation

### Maintenance

0 comments on commit ee64b97

Please sign in to comment.