File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -275,3 +275,16 @@ First cerebro release.
275
275
276
276
- Support user-attr-template for LDAP auth
277
277
- Allow forwarding proxy headers to ES
278
+
279
+ ### v0.8.5 - September 18th, 2019
280
+
281
+ #### Enhancements
282
+
283
+ - Update json-tree to 0.3.0 #405
284
+
285
+ #### Bug fixes
286
+
287
+ - Read closed indices from routing table
288
+ - Use full setting name for index settings updates #382
289
+ - Use openjdk8 instead of oraclejdk8 for travis testing
290
+ - Update json-tree to 0.3.0 #405
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ packageSummary := "Elasticsearch web admin tool"
7
7
packageDescription := """ cerebro is an open source(MIT License) elasticsearch web admin tool built
8
8
using Scala, Play Framework, AngularJS and Bootstrap."""
9
9
10
- version := " 0.8.4 "
10
+ version := " 0.8.5 "
11
11
12
12
scalaVersion := " 2.12.8"
13
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cerebro" ,
3
- "version" : " 0.8.4 " ,
3
+ "version" : " 0.8.5 " ,
4
4
"description" : " cerebro - elasticsearch admin" ,
5
5
"main" : " index.html" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments