Skip to content

Commit

Permalink
version bump 0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed Sep 30, 2017
1 parent dc197a6 commit fc87b37
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ First cerebro release.
- 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
Expand All @@ -177,3 +176,16 @@ First cerebro release.

#### New features
- support flush index from cluster overview

###v0.6.8 - September 30th, 2017

#### Bug fixes
- fixed heading text on cat apis page
- fixed ordering for a few select components
- correctly display 0% disk usage
- fixed rendering of escaped content in rest client

#### Enhancements
- add missing settings for s3 repositories
- display alias filter/routing on aliases listing
- support linux aarch64 (https://github.com/lmenezes/cerebro/issues/207)
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.7"
version := "0.6.8"

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.7",
"version": "0.6.8",
"description": "cerebro - elasticsearch admin",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit fc87b37

Please sign in to comment.