Skip to content

Commit

Permalink
updated crate-admin to 0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaudum committed Jun 15, 2015
1 parent ef9b032 commit 0ace098
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ Unreleased

NOTE: Upgrading from 0.49 or earlier versions requires a full cluster restart

- Updated crate-admin to 0.13.2 which includes following changes:

- improved layout for smaller screens

- improved load graph on overview page

- display load, cpu usage, disk i/o, process stats and shard information
on node detail page

- added columns with partition values on "Partitions" table
on table detail view

- Fixed a race condition that could cause a `CREATE TABLE` statement
immediately after a `DROP TABLE` statement to fail.

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ distZip {

ext {
downloadDir = new File(buildDir, 'downloads')
plugin_crateadmin_version = '0.12.1'
plugin_crateadmin_version = '0.13.2'
crash_version = '0.12.0'
}

Expand Down

0 comments on commit 0ace098

Please sign in to comment.