Skip to content

Commit 71b62cf

Browse files
authored
Merge pull request #46 from jpwhite4/updatechangelog
Update changelog and bump schema version number.
2 parents 4c81751 + e379e57 commit 71b62cf

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
## [Unreleased]
44

5-
## [1.0.1] - 2016-08-05
5+
## [1.0.1] - 2016-08-16
66

77
### Added
88

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

3637
## [1.0.0] - 2016-05-23

supremm/summarize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import numpy
1414
import copy
1515

16-
VERSION = "1.0.5"
16+
VERSION = "1.0.6"
1717
TIMESERIES_VERSION = 4
1818

1919

0 commit comments

Comments
 (0)