Showing with 512 additions and 95 deletions.
  1. +9 −0 CHANGELOG.md
  2. +353 −81 REFERENCE.md
  3. +4 −0 manifests/alertmanager.pp
  4. +12 −3 manifests/blackbox_exporter.pp
  5. +8 −5 manifests/install.pp
  6. +3 −2 manifests/scrape_job.pp
  7. +116 −0 manifests/systemd_exporter.pp
  8. +2 −3 manifests/unbound_exporter.pp
  9. +1 −1 metadata.json
  10. +1 −0 types/gsuri.pp
  11. +1 −0 types/initstyle.pp
  12. +1 −0 types/s3uri.pp
  13. +1 −0 types/uri.pp
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.4.0](https://github.com/voxpupuli/puppet-prometheus/tree/v13.4.0) (2023-11-08)

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

**Implemented enhancements:**

- Update puppet-strings documentation [\#700](https://github.com/voxpupuli/puppet-prometheus/pull/700) ([JGodin-C2C](https://github.com/JGodin-C2C))
- Add systemd\_exporter [\#661](https://github.com/voxpupuli/puppet-prometheus/pull/661) ([JGodin-C2C](https://github.com/JGodin-C2C))

## [v13.3.0](https://github.com/voxpupuli/puppet-prometheus/tree/v13.3.0) (2023-08-19)

[Full Changelog](https://github.com/voxpupuli/puppet-prometheus/compare/v13.2.0...v13.3.0)
Expand Down
Loading