Skip to content

Commit

Permalink
Bump version number and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwhite4 committed Sep 25, 2019
1 parent 52aeb4e commit ecbcc08
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.3.0] - 2019-09-27

### Added
- Added IPMI power timeseries plugin that generates timeseries data from
IPMI power measurements.
- The various hardware performance counter plugins now recognize L1D_REPL as an
alias of L1D_REPLACEMENT.
- Add component tests for the performance counter plugins.

### Changed
- Updated RPM dependencies to match the official PCP version in RedHat/Centos 7.
- Update the CI build to test against XDMoD version 8.1.

### Fixed
- Fixed bug in the performance counter preprocessor that caused it to
incorrectly mark the performance counters as disabled by user.
- Fixed incorrect unit in schema definition for the block device timeseries metric.

## [1.2.0] - 2019-04-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='supremm',
version='1.2.0',
version='1.3.0',
description='SUPReMM Job Summarization Utilities',
long_description='Utilities for generating job-level summary data from host level PCP archives.\nAlso includes template configuration files for running PCP on an HPC system.',
license='LGPLv3',
Expand Down

0 comments on commit ecbcc08

Please sign in to comment.