Skip to content

Commit

Permalink
version bump 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmenezes committed Apr 14, 2018
1 parent 60e2f4e commit a820e1c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,3 +219,14 @@ First cerebro release.
#### Bug fixes
- fixes unhealty indices filter
- analyse module to work with ES 6.X

###v0.7.3 - April 14th, 2018

### New features
- allow saving cluster settings as persistent/transient

#### Bug fixes
- fix index and repo sorting in snapshot module #236
- fixes missing initializing shard when relocating shard #250
- fix restoring snapshots with dots on name #254
- ignore_unavailable indices for overview stats #247
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.7.2"
version := "0.7.3"

scalaVersion := "2.11.11"

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

0 comments on commit a820e1c

Please sign in to comment.