Skip to content

Commit a820e1c

Browse files
committed
version bump 0.7.3
1 parent 60e2f4e commit a820e1c

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,3 +219,14 @@ First cerebro release.
219219
#### Bug fixes
220220
- fixes unhealty indices filter
221221
- analyse module to work with ES 6.X
222+
223+
###v0.7.3 - April 14th, 2018
224+
225+
### New features
226+
- allow saving cluster settings as persistent/transient
227+
228+
#### Bug fixes
229+
- fix index and repo sorting in snapshot module #236
230+
- fixes missing initializing shard when relocating shard #250
231+
- fix restoring snapshots with dots on name #254
232+
- ignore_unavailable indices for overview stats #247

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.7.2"
5+
version := "0.7.3"
66

77
scalaVersion := "2.11.11"
88

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7.2",
3+
"version": "0.7.3",
44
"description": "cerebro - elasticsearch admin",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)