File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -275,3 +275,16 @@ First cerebro release.
275275
276276- Support user-attr-template for LDAP auth
277277- 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"
77packageDescription := """ cerebro is an open source(MIT License) elasticsearch web admin tool built
88 using Scala, Play Framework, AngularJS and Bootstrap."""
99
10- version := " 0.8.4 "
10+ version := " 0.8.5 "
1111
1212scalaVersion := " 2.12.8"
1313
Original file line number Diff line number Diff line change 11{
22 "name" : " cerebro" ,
3- "version" : " 0.8.4 " ,
3+ "version" : " 0.8.5 " ,
44 "description" : " cerebro - elasticsearch admin" ,
55 "main" : " index.html" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments