Skip to content

Commit

Permalink
Merge pull request #46 from jpwhite4/updatechangelog
Browse files Browse the repository at this point in the history
Update changelog and bump schema version number.
  • Loading branch information
jpwhite4 authored Aug 16, 2016
2 parents 4c81751 + e379e57 commit 71b62cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

## [Unreleased]

## [1.0.1] - 2016-08-05
## [1.0.1] - 2016-08-16

### Added

- Added interactive setup script that generates a configuration file and sets
up the MySQL and mongoDB databases.
up the MySQL and MongoDB databases.
- Added support for reading MongoDB settings from the XDMoD configuration file.
- Added timeseries metrics for memory bandwidth, block device and total memory usage.
- Added command line options to the archive indexer script to add limiting by
max date and added ability to log debug messages to a file.
Expand All @@ -30,7 +31,7 @@
for the individual nodes and CPUs.
- The SLURM process list plugin now limits the total number processes reported
to 150. This mitigates an issue where jobs with a huge number of processes
would result in a summary document that exceeds the mongoDB maximum document
would result in a summary document that exceeds the MongoDB maximum document
size.

## [1.0.0] - 2016-05-23
Expand Down
2 changes: 1 addition & 1 deletion supremm/summarize.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import numpy
import copy

VERSION = "1.0.5"
VERSION = "1.0.6"
TIMESERIES_VERSION = 4


Expand Down

0 comments on commit 71b62cf

Please sign in to comment.