Skip to content

Commit

Permalink
version bump 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed Sep 23, 2017
1 parent 1031ad1 commit d491c0f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,19 @@ First cerebro release.
- max width to alerts
- display single alias on overview
- improve performance of overview index filtering

###v0.6.7 - September 23rd, 2017

#### Bug fixes
- use correct host when copying rest request for curl
- fixed restore snapshot with multiple selected indices


#### Enhancements
- send content-type to ES
- hide closed indices by default on cluster overview
- display both source and target for relocating shards
- confirmation dialogs displayed over alert notifications

#### New features
- support flush index from cluster overview
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "cerebro"

maintainer := "Leonardo Menezes <[email protected]>"

version := "0.6.6"
version := "0.6.7"

scalaVersion := "2.11.8"

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cerebro",
"version": "0.6.6",
"version": "0.6.7",
"description": "cerebro - elasticsearch admin",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit d491c0f

Please sign in to comment.