8000 verify 1.7.0 compatiblity · blogsit/elasticsearch-http-basic@a1c0c8e · GitHub
[go: up one dir, main page]

Skip to content

Commit a1c0c8e

Browse files
author
emiguez
committed
verify 1.7.0 compatiblity
1 parent b140671 commit a1c0c8e

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
- ES_VERSION=1.5.1
99
- ES_VERSION=1.5.2
1010
- ES_VERSION=1.6.0
11+
- ES_VERSION=1.7.0
1112
cache:
1213
directories:
1314
- $HOME/.m2

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Use `date "+%Y-%m-%d"` to get the correct date formatting
99
### - Added
1010
- allow HEAD root url authentication #39
1111
- log http method on any request. #42
12+
- doc: 1.6.0, 1.7.0 support #52
1213
### - Fix
1314
- test: adapt to method signature change after 1.5.1 #55
1415
- test: run custom install and test commands in ci

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ There is no way to configure this on a per index basis.
1616

1717
## Version Mapping
1818

19-
| Http Basic Plugin | elasticsearch |
20-
|-----------------------------|-----------------------|
21-
| v1.5.1(master) | 1.5.1, 1.5.2, 1.6.x |
22-
| v1.5.0 | 1.5.0 |
23-
| v1.4.0 | 1.4.0 |
24-
| v1.3.0 | 1.3.0 |
25-
| v1.2.0 | 1.2.0 |
26-
| 1.1.0 | 1.0.0 |
27-
| 1.0.4 | 0.90.7 |
19+
| Http Basic Plugin | elasticsearch |
20+
|-----------------------------|------------------------------|
21+
| v1.5.1(master) | 1.5.1, 1.5.2, 1.6.0, 1.7.0 |
22+
| v1.5.0 | 1.5.0 |
23+
| v1.4.0 | 1.4.0 |
24+
| v1.3.0 | 1.3.0 |
25+
| v1.2.0 | 1.2.0 |
26+
| 1.1.0 | 1.0.0 |
27+
| 1.0.4 | 0.90.7 |
2828

2929
## Installation
3030

0 commit comments

Comments
 (0)
0