Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #57 from emig/1.7
Browse files Browse the repository at this point in the history
verify 1.7.0 compatiblity
  • Loading branch information
Ernesto committed Aug 30, 2015
2 parents b140671 + a1c0c8e commit a7874de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ env:
- ES_VERSION=1.5.1
- ES_VERSION=1.5.2
- ES_VERSION=1.6.0
- ES_VERSION=1.7.0
cache:
directories:
- $HOME/.m2
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Use `date "+%Y-%m-%d"` to get the correct date formatting
### - Added
- allow HEAD root url authentication #39
- log http method on any request. #42
- doc: 1.6.0, 1.7.0 support #52
### - Fix
- test: adapt to method signature change after 1.5.1 #55
- test: run custom install and test commands in ci
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ There is no way to configure this on a per index basis.

## Version Mapping

| Http Basic Plugin | elasticsearch |
|-----------------------------|-----------------------|
| v1.5.1(master) | 1.5.1, 1.5.2, 1.6.x |
| v1.5.0 | 1.5.0 |
| v1.4.0 | 1.4.0 |
| v1.3.0 | 1.3.0 |
| v1.2.0 | 1.2.0 |
| 1.1.0 | 1.0.0 |
| 1.0.4 | 0.90.7 |
| Http Basic Plugin | elasticsearch |
|-----------------------------|------------------------------|
| v1.5.1(master) | 1.5.1, 1.5.2, 1.6.0, 1.7.0 |
| v1.5.0 | 1.5.0 |
| v1.4.0 | 1.4.0 |
| v1.3.0 | 1.3.0 |
| v1.2.0 | 1.2.0 |
| 1.1.0 | 1.0.0 |
| 1.0.4 | 0.90.7 |

## Installation

Expand Down

0 comments on commit a7874de

Please sign in to comment.