Skip to content

Commit

Permalink
Merge pull request #18 from opendatasoft/v7.17.6.1
Browse files Browse the repository at this point in the history
Prepare for v7.17.6.1
  • Loading branch information
Hugo Mercier authored Nov 2, 2023
2 parents 6649b89 + 21d4f07 commit ee94e9a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 7.17.6.1

* Fix bbox on linestrings and points

### 7.17.6.0

* Repackaging for ES 7.17.6
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is an `Ingest`, `Search` and `Script` plugin.

## Installation

`bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.6.0/elasticsearch-plugin-geoshape-7.17.6.0.zip"`
`bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.6.1/elasticsearch-plugin-geoshape-7.17.6.1.zip"`


## Build
Expand Down Expand Up @@ -359,7 +359,7 @@ You can find past releases [here](https://github.com/opendatasoft/elasticsearch-
The first 3 digits of the plugin version is the corresponding Elasticsearch version. The last digit is used for plugin versioning.

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-plugin-geoshape/releases/download/v7.17.6.0/elasticsearch-plugin-geoshape-7.17.6.0.zip"`
`bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.17.6.1/elasticsearch-plugin-geoshape-7.17.6.1.zip"`


## Development Environment Setup
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.6 AS elasticsearch-plugin-debug

COPY /build/distributions/elasticsearch-plugin-geoshape-7.17.6.0.zip /tmp/elasticsearch-plugin-geoshape-7.17.6.0.zip
RUN ./bin/elasticsearch-plugin install file:/tmp/elasticsearch-plugin-geoshape-7.17.6.0.zip
COPY /build/distributions/elasticsearch-plugin-geoshape-7.17.6.1.zip /tmp/elasticsearch-plugin-geoshape-7.17.6.1.zip
RUN ./bin/elasticsearch-plugin install file:/tmp/elasticsearch-plugin-geoshape-7.17.6.1.zip
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elastic_version = 7.17.6
plugin_version = 7.17.6.0
plugin_version = 7.17.6.1

0 comments on commit ee94e9a

Please sign in to comment.