Skip to content

Commit f460fdf

Browse files
committed
Upgrade to 8.19.6
1 parent d3fab57 commit f460fdf

3 files changed

Lines changed: 5 additions & 26 deletions

File tree

README.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -89,29 +89,8 @@ Plugin versions are available for (at least) all minor versions of Elasticsearch
8989

9090
The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version.
9191

92-
To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
93-
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v8.19.4.0/envelope-aggregation-8.19.4.0.zip`
94-
95-
| elasticsearch version | plugin version | plugin url |
96-
|-----------------------|----------------|------------------------------------------------------------------------------------------------------------------------------------|
97-
| 6.0.1 | 6.0.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.0.1.0/envelope-aggregation-6.0.1.0.zip |
98-
| 6.1.4 | 6.1.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.1.4.0/envelope-aggregation-6.1.4.0.zip |
99-
| 6.2.4 | 6.2.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.2.4.0/envelope-aggregation-6.2.4.0.zip |
100-
| 6.3.2 | 6.3.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.3.2.0/envelope-aggregation-6.3.2.0.zip |
101-
| 6.4.3 | 6.4.3.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.4.3.0/envelope-aggregation-6.4.3.0.zip |
102-
| 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 |
103-
| 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 |
104-
| 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 |
105-
| 6.8.2 | 6.8.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v6.8.2.0/envelope-aggregation-6.8.2.0.zip |
106-
| 7.0.1 | 7.0.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.0.1.0/envelope-aggregation-7.0.1.0.zip |
107-
| 7.1.1 | 7.1.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.1.1.0/envelope-aggregation-7.1.1.0.zip |
108-
| 7.2.0 | 7.2.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.2.0.0/envelope-aggregation-7.2.0.0.zip |
109-
| 7.4.0 | 7.4.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.4.0.0/envelope-aggregation-7.4.0.0.zip |
110-
| 7.5.1 | 7.5.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.5.1.0/envelope-aggregation-7.5.1.0.zip |
111-
| 7.6.0 | 7.6.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.6.0.0/envelope-aggregation-7.6.0.0.zip |
112-
| 7.17.28 | 7.17.28.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v7.17.28.0/envelope-aggregation-7.17.28.0.zip |
113-
| 8.18.1 | 8.18.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v8.18.1.0/envelope-aggregation-8.18.1.0.zip |
114-
| 8.19.4 | 8.19.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v8.19.4.0/envelope-aggregation-8.19.4.0.zip |
92+
To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see GitHub releases for available versions):
93+
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-envelope/releases/download/v8.19.6.0/envelope-aggregation-8.19.6.0.zip`
11594

11695

11796
## Development Environment Setup

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
es_version = 8.19.4
2-
plugin_version = 8.19.4.0
1+
es_version = 8.19.6
2+
plugin_version = 8.19.6.0

src/main/java/org/opendatasoft/elasticsearch/search/aggregations/metric/ConvexHullAggregationBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected ConvexHullAggregationBuilder(
5353

5454
@Override
5555
public TransportVersion getMinimalSupportedVersion() {
56-
return TransportVersions.MINIMUM_COMPATIBLE;
56+
return TransportVersion.zero();
5757
}
5858

5959
@Override

0 commit comments

Comments
 (0)