Skip to content

Commit 0e9cf08

Browse files
author
Hugo Mercier
authored
Merge pull request #30 from opendatasoft/prepare-v7.17.6.1
Prepare v7.17.6.1
2 parents 8c83e89 + 8fe7cad commit 0e9cf08

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 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.6.0/pathhierarchy-aggregation-7.17.6.0.zip"`
18+
`bin/plugin --install path_hierarchy --url "https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.6.1/pathhierarchy-aggregation-7.17.6.1.zip"`
1919

2020
Build
2121
-----
@@ -309,7 +309,7 @@ Built with Java 17.
309309
The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version.
310310

311311
To install it, launch this command in Elasticsearch directory replacing the url with a release suiting your case (please check available releases [here](https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases)):
312-
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.6.0/pathhierarchy-aggregation-7.17.6.0.zip`
312+
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.17.6.1/pathhierarchy-aggregation-7.17.6.1.zip`
313313

314314

315315
License

docker/Dockerfile

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

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
es_version = 7.17.6
2-
plugin_version = 7.17.6.0
2+
plugin_version = 7.17.6.1

0 commit comments

Comments
 (0)