voxpupuli / puppet-prometheus

Puppet module for prometheus
https://forge.puppet.com/puppet/prometheus
Apache License 2.0
60 stars 240 forks source link

update alertmanager to 0.21.0->0.27.0 #725

Closed TheMeier closed 4 months ago

TheMeier commented 4 months ago

deprecation of source_match(_re) and target_match(_re), these settings have been deprecated since 2021

test is done by calling amtool in https://github.com/voxpupuli/puppet-prometheus/blob/master/spec/classes/alertmanager_spec.rb#L172

fixes #697