release 0.1.0

This commit is contained in:
Tim Meusel 2017-04-19 13:36:34 +02:00
parent 3678e59ec7
commit 593cbd4a7b
No known key found for this signature in database
GPG Key ID: 04D659E6BF1C4CC0
2 changed files with 24 additions and 2 deletions

22
CHANGELOG.md Normal file
View File

@ -0,0 +1,22 @@
# Change log
All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not impact the functionality of the module.
## [v0.1.0](https://github.com/voxpupuli/puppet-prometheus_reporter/tree/v0.1.0) (2017-04-19)
**Implemented enhancements:**
- remove transaction\_uuid [\#5](https://github.com/voxpupuli/puppet-prometheus_reporter/issues/5)
**Merged pull requests:**
- Fix syntax [\#10](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/10) ([dhoppe](https://github.com/dhoppe))
- Move to unique metrics names [\#7](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/7) ([roidelapluie](https://github.com/roidelapluie))
- Add the prometheus reporter ruby script [\#4](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/4) ([roidelapluie](https://github.com/roidelapluie))
- Add metadata.json [\#2](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/2) ([roidelapluie](https://github.com/roidelapluie))
- Add Readme and LICENSE [\#1](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/1) ([roidelapluie](https://github.com/roidelapluie))
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

View File

@ -1,6 +1,6 @@
{
"name": "puppet-prometheus_reporter",
"version": "0.0.1-rc",
"version": "0.1.0",
"author": "Vox Pupuli",
"summary": "This module writes Puppet reports in a format suitable for prometheus node_exporter textfile collector",
"license": "Apache-2.0",
@ -40,7 +40,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.0.0 < 5.0.0"
"version_requirement": ">= 4.6.1 < 5.0.0"
}
],
"dependencies": []