Commit 90fca7f3 authored by Leonardo Menezes's avatar Leonardo Menezes
Browse files

version bump 0.6.2

parent ff2b32e1
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -101,3 +101,20 @@ First cerebro release.
#### Bug fixes
- correct play.i18n.langs format
- set an application.home default

###v0.6.2 - March 21st, 2017

#### Bug fixes
- consider initializing/relocating/unassigned shards as unhealthy
- fixed showSpecialIndices toggle on snapshot
- recognise roles set with yes/no

#### Enhancements
- moved internal play settings from config file
- overview tooltips on node stats
- do not require user-domain on LDAP login
- shorter classpath for init script

#### New features
- support for custom base path
- added index stats action to overview
+1 −1
Original line number Diff line number Diff line
name := "cerebro"

version := "0.6.1"
version := "0.6.2"

scalaVersion := "2.11.8"

+1 −1
Original line number Diff line number Diff line
{
  "name": "cerebro",
  "version": "0.6.1",
  "version": "0.6.2",
  "description": "cerebro - elasticsearch admin",
  "main": "index.html",
  "scripts": {