Skip to content

Commit 577a4c2

Browse files
committed
version bump 0.8.0
1 parent 46407bd commit 577a4c2

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,3 +230,10 @@ First cerebro release.
230230
- fixes missing initializing shard when relocating shard #250
231231
- fix restoring snapshots with dots on name #254
232232
- ignore_unavailable indices for overview stats #247
233+
234+
###v0.8.0 - June 20th, 2018
235+
236+
### New features
237+
- cluster status text added to navbar and tab title
238+
- available cluster/index settings now read from ES
239+
- added dockerfile and published to dockerhub

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

0 commit comments

Comments
 (0)