Showing with 11 additions and 3 deletions.
  1. +8 −0 CHANGELOG.md
  2. +3 −3 metadata.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.

## [v13.2.0](https://github.com/voxpupuli/puppet-prometheus/tree/v13.2.0) (2023-07-29)

[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v13.1.0...v13.2.0)

**Merged pull requests:**

- systemd & archive: Allow latest deps [\#682](https://github.com/voxpupuli/puppet-prometheus/pull/682) ([bastelfreak](https://github.com/bastelfreak))

## [v13.1.0](https://github.com/voxpupuli/puppet-prometheus/tree/v13.1.0) (2023-07-13)

[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v13.0.0...v13.1.0)
Expand Down
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-prometheus",
"version": "13.1.0",
"version": "13.2.0",
"author": "Vox Pupuli",
"summary": "This module installs, configures and manages the Prometheus service.",
"license": "Apache-2.0",
Expand All @@ -14,11 +14,11 @@
},
{
"name": "puppet/systemd",
"version_requirement": ">= 1.1.1 <= 5.1.0"
"version_requirement": ">= 1.1.1 < 6.0.0"
},
{
"name": "puppet/archive",
"version_requirement": ">= 2.2.0 <= 7.0.0"
"version_requirement": ">= 2.2.0 < 8.0.0"
}
],
"operatingsystem_support": [
Expand Down