Skip to content

Commit 269f09b

Browse files
author
Leonardo Menezes
committed
version bump 0.6.6
1 parent e7fb566 commit 269f09b

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,3 +147,17 @@ First cerebro release.
147147
- updated known node types(included ingest, renamed client to coordinating)
148148
- support changing refresh interval
149149

150+
###v0.6.6 - July 26th, 2017
151+
152+
#### Bug fixes
153+
- support non valid json requests through rest client
154+
- consistent icon for coordinating nodes
155+
156+
#### Enhancements
157+
- remove trailing / from ES hosts
158+
- fix nodes tab to handle aws nodes
159+
- order indices alphabetically on aliases page
160+
- ensure unassigned shards ordering
161+
- max width to alerts
162+
- display single alias on overview
163+
- improve performance of overview index filtering

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "cerebro"
22

33
maintainer := "Leonardo Menezes <leonardo.menezes@xing.com>"
44

5-
version := "0.6.5"
5+
version := "0.6.6"
66

77
scalaVersion := "2.11.8"
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cerebro",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"description": "cerebro - elasticsearch admin",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)