Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
cerebro
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
cerebro
Commits
d55787fa
Commit
d55787fa
authored
7 years ago
by
Leonardo Menezes
Browse files
Options
Downloads
Patches
Plain Diff
version bump 0.7.0
parent
36b94c46
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGES.md
+13
-0
13 additions, 0 deletions
CHANGES.md
build.sbt
+1
-1
1 addition, 1 deletion
build.sbt
package-lock.json
+1
-1
1 addition, 1 deletion
package-lock.json
package.json
+1
-1
1 addition, 1 deletion
package.json
with
16 additions
and
3 deletions
CHANGES.md
+
13
−
0
View file @
d55787fa
...
...
@@ -189,3 +189,16 @@ First cerebro release.
-
add missing settings for s3 repositories
-
display alias filter/routing on aliases listing
-
support linux aarch64 (https://github.com/lmenezes/cerebro/issues/207)
###v0.7.0 - October 13th, 2017
#### Bug fixes
-
fixed rest url autocompletion
-
fixed snapshot creation with selected list of indices
-
fixes 'show onlly affected indices' filter
#### Enhancements
-
overview section optimised for big clusters
-
cluster changes alerts optimised for big clusters
-
gzip enabled for all api calls
-
avoid piling up of slow requests
This diff is collapsed.
Click to expand it.
build.sbt
+
1
−
1
View file @
d55787fa
...
...
@@ -2,7 +2,7 @@ name := "cerebro"
maintainer
:=
"Leonardo Menezes <leonardo.menezes@xing.com>"
version
:=
"0.
6.8
"
version
:=
"0.
7.0
"
scalaVersion
:=
"2.11.11"
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
1
−
1
View file @
d55787fa
{
"name"
:
"cerebro"
,
"version"
:
"0.
6.8
"
,
"version"
:
"0.
7.0
"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
d55787fa
{
"name"
:
"cerebro"
,
"version"
:
"0.
6.8
"
,
"version"
:
"0.
7.0
"
,
"description"
:
"cerebro - elasticsearch admin"
,
"main"
:
"index.html"
,
"scripts"
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment