Skip to content

Commit

Permalink
Prepare release 6.8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Tourrière committed Jul 19, 2019
1 parent b391f80 commit 5b7672d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Plugin versions are available for (at least) all minor versions of Elasticsearch
The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version.

To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.8.0.1/envelope-aggregation-6.8.0.1.zip`
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.8.1.0/envelope-aggregation-6.8.1.0.zip`

| elasticsearch version | plugin version | plugin url |
| --------------------- | -------------- | ---------- |
Expand All @@ -98,7 +98,7 @@ To install it, launch this command in Elasticsearch directory replacing the url
| 6.5.4 | 6.5.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.5.4.0/envelope-aggregation-6.5.4.0.zip |
| 6.6.2 | 6.6.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.6.2.0/envelope-aggregation-6.6.2.0.zip |
| 6.7.1 | 6.7.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.7.1.0/envelope-aggregation-6.7.1.0.zip |
| 6.8.0 | 6.8.0.1 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.8.0.1/envelope-aggregation-6.8.0.1.zip |
| 6.8.1 | 6.8.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.8.1.0/envelope-aggregation-6.8.1.0.zip |



Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
es_version = 6.8.0
plugin_version = 6.8.0.1
es_version = 6.8.1
plugin_version = 6.8.1.0

0 comments on commit 5b7672d

Please sign in to comment.