Skip to content

Commit 4e9e2b2

Browse files
authored
Merge pull request #26 from nicenatalia/7.17.5_upgrade
Prepare release 7.17.5.0
2 parents f79fc28 + 9ac4b40 commit 4e9e2b2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is a multi bucket aggregation.
1515
Installation
1616
------------
1717

18-
`bin/plugin --install path_hierarchy --url "https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.1.1/pathhierarchy-aggregation-7.17.1.1.zip"`
18+
`bin/plugin --install path_hierarchy --url "https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.5.0/pathhierarchy-aggregation-7.17.5.0.zip"`
1919

2020
Build
2121
-----
@@ -329,7 +329,7 @@ Installation
329329
The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version.
330330

331331
To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
332-
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.1.1/pathhierarchy-aggregation-7.17.1.1.zip`
332+
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.5.0/pathhierarchy-aggregation-7.17.5.0.zip`
333333

334334
| elasticsearch version | plugin version | plugin url |
335335
| --------------------- | -------------- | ---------- |
@@ -351,7 +351,7 @@ To install it, launch this command in Elasticsearch directory replacing the url
351351
| 7.6.0 | 7.6.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.6.0.0/pathhierarchy-aggregation-7.6.0.0.zip |
352352
| 7.10.2 | 7.10.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.10.2.0/pathhierarchy-aggregation-7.10.2.0.zip |
353353
| 7.16.3 | 7.16.3.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.16.3.0/pathhierarchy-aggregation-7.16.3.0.zip |
354-
| 7.17.1 | 7.17.1.1 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.1.1/pathhierarchy-aggregation-7.17.1.1.zip |
354+
| 7.17.5 | 7.17.5.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.5.0/pathhierarchy-aggregation-7.17.5.0.zip |
355355

356356
License
357357
-------

docker/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.1 AS elasticsearch-plugin-debug
1+
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.5 AS elasticsearch-plugin-debug
22

3-
COPY /build/distributions/pathhierarchy-aggregation-7.17.1.1.zip /tmp/pathhierarchy-aggregation-7.17.1.1.zip
4-
RUN ./bin/elasticsearch-plugin install file:/tmp/pathhierarchy-aggregation-7.17.1.1.zip
3+
COPY /build/distributions/pathhierarchy-aggregation-7.17.5.0.zip /tmp/pathhierarchy-aggregation-7.17.5.0.zip
4+
RUN ./bin/elasticsearch-plugin install file:/tmp/pathhierarchy-aggregation-7.17.5.0.zip

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
es_version = 7.17.1
2-
plugin_version = 7.17.1.1
1+
es_version = 7.17.5
2+
plugin_version = 7.17.5.0

0 commit comments

Comments
 (0)