Skip to content

Commit

Permalink
Add change log and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jokogr committed Feb 4, 2016
1 parent f9e377a commit 2d6551d
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.1] - 2016-02-04

**Due to a schema change it is obligatory to DROP the statsdb database.**

### Added
- Continuous integration with Travis.
- Template for the collectd agent.
- Information for deploying the back-end using Docker.
- Ceilometer polling interval option in the Docker image.

### Changed
- Make OpenStack no data errors more verbose.
- Host information by Ceilometer stored as tag.

### Fixed
- Use measurement time and not the polling time while storing the actual
measurement to the database.

## [0.1.0] - 2016-01-11

Initial version.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ server.register([
title: 'T-NOVA VIM Monitoring API',
description: 'Powered by node, hapi, joi, hapi-swaggered,' +
'hapi-swaggered-ui and swagger-ui',
version: '0.1.0'
version: '0.1.1'
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tnova-vim-backend",
"version": "0.1.0",
"version": "0.1.1",
"license": "GPL-3.0",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 2d6551d

Please sign in to comment.