From 593cbd4a7b69f6fa6dbe8d6a863d7976f73605b9 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 19 Apr 2017 13:36:34 +0200 Subject: [PATCH] release 0.1.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ metadata.json | 4 ++-- 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9167e3f --- /dev/null +++ b/CHANGELOG.md @@ -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)* diff --git a/metadata.json b/metadata.json index 582ac6a..a2a02a7 100644 --- a/metadata.json +++ b/metadata.json @@ -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": []