prepare release elasticsearch-cloud-aws-1.14.0
This commit is contained in:
parent
0f5f57d1de
commit
980da019ef
|
@ -3,14 +3,16 @@ AWS Cloud Plugin for ElasticSearch
|
||||||
|
|
||||||
The AWS Cloud plugin allows to use AWS EC2 API for the unicast discovery mechanism as well as using S3 as a shared gateway.
|
The AWS Cloud plugin allows to use AWS EC2 API for the unicast discovery mechanism as well as using S3 as a shared gateway.
|
||||||
|
|
||||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.13.0`.
|
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.14.0`.
|
||||||
|
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
| AWS Cloud Plugin | ElasticSearch |
|
| AWS Cloud Plugin | ElasticSearch |
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
| 1.14.0-SNAPSHOT (master) | 0.90.3 -> master |
|
| 1.15.0-SNAPSHOT (master) | 0.90.3 -> master |
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
| 1.13.0 | 0.90.3 -> master |
|
| 1.14.0 | 0.90.3 -> master |
|
||||||
|
-----------------------------------------------
|
||||||
|
| 1.13.0 | broken |
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
| 1.12.0 | 0.90 -> 0.90.2 |
|
| 1.12.0 | 0.90 -> 0.90.2 |
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-cloud-aws</artifactId>
|
<artifactId>elasticsearch-cloud-aws</artifactId>
|
||||||
<version>1.14.0-SNAPSHOT</version>
|
<version>1.14.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<description>AWS Cloud plugin for ElasticSearch</description>
|
<description>AWS Cloud plugin for ElasticSearch</description>
|
||||||
<inceptionYear>2009</inceptionYear>
|
<inceptionYear>2009</inceptionYear>
|
||||||
|
|
Loading…
Reference in New Issue