Update to Elasticsearch 0.90.1
Works also with Elasticsearch 0.90.0. Closes #27.
This commit is contained in:
parent
485bb96ae6
commit
09d4c5ba2f
60
README.md
60
README.md
|
@ -5,35 +5,35 @@ The AWS Cloud plugin allows to use AWS EC2 API for the unicast discovery mechani
|
|||
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-cloud-aws/1.11.0`.
|
||||
|
||||
---------------------------------------
|
||||
| AWS Cloud Plugin | ElasticSearch |
|
||||
---------------------------------------
|
||||
| master | 0.90 -> master |
|
||||
---------------------------------------
|
||||
| 1.11.0 | 0.90 -> master |
|
||||
---------------------------------------
|
||||
| 1.10.0 | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.9.0 | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.8.0 | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.7.0 | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.6.0 | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.5.0 | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.4.0 | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.3.0 | 0.19 -> master |
|
||||
---------------------------------------
|
||||
| 1.2.0 | 0.18 |
|
||||
---------------------------------------
|
||||
| 1.1.0 | 0.18 |
|
||||
---------------------------------------
|
||||
| 1.0.0 | 0.18 |
|
||||
---------------------------------------
|
||||
-----------------------------------------------
|
||||
| AWS Cloud Plugin | ElasticSearch |
|
||||
-----------------------------------------------
|
||||
| 1.12.0-SNAPSHOT (master) | 0.90 -> master |
|
||||
-----------------------------------------------
|
||||
| 1.11.0 | 0.90 -> master |
|
||||
-----------------------------------------------
|
||||
| 1.10.0 | 0.19 |
|
||||
-----------------------------------------------
|
||||
| 1.9.0 | 0.19 |
|
||||
-----------------------------------------------
|
||||
| 1.8.0 | 0.19 |
|
||||
-----------------------------------------------
|
||||
| 1.7.0 | 0.19 |
|
||||
-----------------------------------------------
|
||||
| 1.6.0 | 0.19 |
|
||||
-----------------------------------------------
|
||||
| 1.5.0 | 0.19 |
|
||||
-----------------------------------------------
|
||||
| 1.4.0 | 0.19 |
|
||||
-----------------------------------------------
|
||||
| 1.3.0 | 0.19 |
|
||||
-----------------------------------------------
|
||||
| 1.2.0 | 0.18 |
|
||||
-----------------------------------------------
|
||||
| 1.1.0 | 0.18 |
|
||||
-----------------------------------------------
|
||||
| 1.0.0 | 0.18 |
|
||||
-----------------------------------------------
|
||||
|
||||
## Generic Configuration
|
||||
|
||||
|
@ -110,7 +110,7 @@ License
|
|||
|
||||
This software is licensed under the Apache 2 license, quoted below.
|
||||
|
||||
Copyright 2009-2012 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
|
||||
Copyright 2009-2013 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
||||
use this file except in compliance with the License. You may obtain a copy of
|
||||
|
|
Loading…
Reference in New Issue