Skip to content

Commit 5c22769

Browse files
committed
Version bump 0.9.0
1 parent b75929d commit 5c22769

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGES.md

+20
Original file line numberDiff line numberDiff line change
@@ -288,3 +288,23 @@ First cerebro release.
288288
- Use full setting name for index settings updates #382
289289
- Use openjdk8 instead of oraclejdk8 for travis testing
290290
- Update json-tree to 0.3.0 #405
291+
292+
### v0.9.0 - April 24th, 2020
293+
294+
#### Enhancements
295+
296+
- GET as default verb in the REST console #437
297+
- Upgrade to the latest Play and other core libraries #439
298+
- Added possibility of configuring port using CEREBRO_PORT environment var. #438
299+
- Allow selecting kind of shard allocation in overview #423
300+
- Sort indices on snapshot restore (5317ddd54de574708dbf02e713b5e2d0865441e0). Closes #419
301+
- Change login user input tooltip (66b73ddd5ab818534760bc64895899825a20ec62). Closes #424
302+
- Add content-type to copied curl command (e93ab9948c3c650a9fcdd5be2a7edbe1976cab05). Closes #426
303+
- Include aliases in rest autocompletion (abb8ab73992dfe9708b2b34f8ba2b75924d4d7ec)
304+
- Drop support for deprecated endpoints.
305+
- Drop type support on rest autocomplete.
306+
307+
#### Bug fixes
308+
309+
- Tolerate missing settings for repositories (2bed3327b056295b215e6a809dcbf50e8b0e7926). Closes #409
310+
- Handle post typeless indices mappings on analysis (9dbece339a014971307506977ec71045e977d576). Closes #412

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packageSummary := "Elasticsearch web admin tool"
77
packageDescription := """cerebro is an open source(MIT License) elasticsearch web admin tool built
88
using Scala, Play Framework, AngularJS and Bootstrap."""
99

10-
version := "0.8.5"
10+
version := "0.9.0"
1111

1212
scalaVersion := "2.12.11"
1313

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cerebro",
3-
"version": "0.8.5",
3+
"version": "0.9.0",
44
"description": "cerebro - elasticsearch admin",
55
"main": "index.html",
66
"scripts": {

0 commit comments

Comments
 (0)