Skip to content

Tags: JianJunWi/elasticsearch

Tags

v2.1.0

Toggle v2.1.0's commit message
Updated plugin docs for 2.1.0

v2.0.1

Toggle v2.0.1's commit message
Merge pull request elastic#13894 from dmland/patch-1

Update query-string-syntax.asciidoc

v2.0.0

Toggle v2.0.0's commit message
[TEST] Add test for elastic#14232

Test that ClassSet bindings bound as eager singletons

v1.7.3

Toggle v1.7.3's commit message
release [1.7.3]

v2.0.0-rc1

Toggle v2.0.0-rc1's commit message
Update version incompatibility message for plugin manager

When the plugin manager does not find in `plugin-descriptor.properties` the exact same elasticsearch version it was built on
as the current elasticsearch version, it fails with a message like:

```
ERROR: Elasticsearch version [2.0.0-beta1] is too old for plugin [elasticsearch-mapper-attachments]
```

Actually, the message should be:

```
Plugin [elasticsearch-mapper-attachments] is incompatible with Elasticsearch [2.0.0.beta2]. Was designed for version [2.0.0.beta1].
```

The opposite is true. If you try to install a version of a plugin which was built with a newer version of elasticsearch, it will fail the same way:

```
Plugin [elasticsearch-mapper-attachments] is incompatible with Elasticsearch [2.0.0.beta1]. Was designed for version [2.0.0.beta2].
```

(cherry picked from commit 28f82fb)
(cherry picked from commit 9886abd)
(cherry picked from commit 6138450)

v2.0.0-beta2

Toggle v2.0.0-beta2's commit message
Release script: Improve automation for package repositories

* Automatic package repository creation for debian and rpm repositories using deb-s3 and rpm-s3 tools
* Fixing paths in email for repositories
* Add manual verification step for maven staging repo
* Do not create release directory in /tmp, because we might loose it on VMs
* Removed unused download-s3 script
* Add signage check for RPM
* Removed download-s3.py/upload-s3.py, as they are unused

Closes elastic#13209

v1.7.2

Toggle v1.7.2's commit message
release [1.7.2]

v2.0.0-beta1

Toggle v2.0.0-beta1's commit message
Tag version 2.0.0-beta1

v1.7.1

Toggle v1.7.1's commit message
release [1.7.1]

v1.6.2

Toggle v1.6.2's commit message
release [1.6.2]