Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare release #93

Merged
merged 1 commit into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 25 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,31 @@ 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 affect the functionality of the module.

## [v1.1.0](https://github.com/voxpupuli/puppet-prometheus_reporter/tree/v1.1.0) (2021-05-02)
## [v2.0.0](https://github.com/voxpupuli/puppet-prometheus_reporter/tree/v2.0.0) (2024-10-06)

[Full Changelog](https://github.com/voxpupuli/puppet-prometheus_reporter/compare/v1.0.0...v1.1.0)
[Full Changelog](https://github.com/voxpupuli/puppet-prometheus_reporter/compare/v1.1.0...v2.0.0)

**Breaking changes:**

- drop Ubuntu 14.04 support [\#48](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/48) ([bastelfreak](https://github.com/bastelfreak))
- Drop Puppet 6 support [\#71](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/71) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- feat: add test [\#91](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/91) ([TheMeier](https://github.com/TheMeier))
- Add Puppet 8 support [\#72](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/72) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- Report files and permissions improvements [\#77](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/77) ([saz](https://github.com/saz))

**Merged pull requests:**

- remove supported operating systems from metadata [\#92](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/92) ([TheMeier](https://github.com/TheMeier))
- fix link to docs [\#65](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/65) ([corporate-gadfly](https://github.com/corporate-gadfly))

## [v1.1.0](https://github.com/voxpupuli/puppet-prometheus_reporter/tree/v1.1.0) (2021-05-02)

[Full Changelog](https://github.com/voxpupuli/puppet-prometheus_reporter/compare/v1.0.0...v1.1.0)

**Implemented enhancements:**

Expand All @@ -28,6 +46,7 @@ These should not affect the functionality of the module.
- modulesync 4.1.0 / Drop Puppet 5 from metadata.json [\#63](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/63) ([bastelfreak](https://github.com/bastelfreak))
- Fix issue \#53 config stale\_time doesn't work [\#55](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/55) ([zipkid](https://github.com/zipkid))
- Feature/report puppet transaction completed [\#54](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/54) ([zipkid](https://github.com/zipkid))
- drop Ubuntu 14.04 support [\#48](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/48) ([bastelfreak](https://github.com/bastelfreak))

## [v1.0.0](https://github.com/voxpupuli/puppet-prometheus_reporter/tree/v1.0.0) (2019-07-27)

Expand All @@ -39,7 +58,7 @@ These should not affect the functionality of the module.

**Implemented enhancements:**

- Remove metric files for nodes that haven't sent reports in X time [\#44](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/44) ([LDaneliukas](https://github.com/LDaneliukas))
- Remove metric files for nodes that haven't sent reports in X time [\#44](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/44) ([ldaneliukas](https://github.com/ldaneliukas))

**Closed issues:**

Expand All @@ -49,8 +68,8 @@ These should not affect the functionality of the module.

**Merged pull requests:**

- Allow selecting reports which are used for metrics [\#43](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/43) ([LDaneliukas](https://github.com/LDaneliukas))
- Allow configurable environments [\#41](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/41) ([LDaneliukas](https://github.com/LDaneliukas))
- Allow selecting reports which are used for metrics [\#43](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/43) ([ldaneliukas](https://github.com/ldaneliukas))
- Allow configurable environments [\#41](https://github.com/voxpupuli/puppet-prometheus_reporter/pull/41) ([ldaneliukas](https://github.com/ldaneliukas))

## [v0.3.1](https://github.com/voxpupuli/puppet-prometheus_reporter/tree/v0.3.1) (2018-10-14)

Expand Down
6 changes: 6 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Reference

<!-- DO NOT EDIT: This document was generated by Puppet Strings -->

## Table of Contents

2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-prometheus_reporter",
"version": "1.1.1-rc0",
"version": "2.0.0",
"author": "Vox Pupuli",
"summary": "This module writes Puppet reports in a format suitable for prometheus node_exporter textfile collector",
"license": "Apache-2.0",
Expand Down