File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,3 +54,14 @@ First cerebro release.
5454
5555#### Bug fixes
5656- fix indices selection on snapshot creation
57+
58+ ###v0.4.2 - January 4th, 2017
59+
60+ #### Bug fixes
61+ - fixed issue that prevent alias removal
62+ - only display unassigned shard count when count is > 0
63+
64+ #### New features
65+ - support shard relocation
66+ - support edit index template
67+ - added cat module
Original file line number Diff line number Diff line change 11name := " cerebro"
22
3- version := " 0.4.1 "
3+ version := " 0.4.2 "
44
55scalaVersion := " 2.11.6"
66
Original file line number Diff line number Diff line change 11{
22 "name" : " cerebro" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "description" : " cerebro - elasticsearch admin" ,
55 "main" : " index.html" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 44 < div class ="text-center ">
55 < img src ="img/logo.png " height ="160px ">
66 < h4 > Cerebro
7- < small > v0.4.1 </ small >
7+ < small > v0.4.2 </ small >
88 </ h4 >
99 </ div >
1010 </ div >
You can’t perform that action at this time.
0 commit comments