prepare new release (#1208)

This commit is contained in:
Colin Gagnaire 2018-10-31 16:50:44 +01:00 committed by GitHub
parent 29af0f4f42
commit 584d161be6
2 changed files with 15 additions and 1 deletions

View File

@ -30,7 +30,7 @@ use Pod::Find qw(pod_where);
my %handlers = (DIE => {});
my $global_version = 20181019;
my $global_version = 20181031;
my $alternative_fatpacker = 0;
sub new {

View File

@ -1,3 +1,17 @@
2018-31-10 Colin Gagnaire <cgagnaire@centreon.com>
* Plugin added: Prometheus for cAdvisor (PR #1199)
* Plugin added: Axis Video SNMP (PR #1196)
* Mode added: [prometheus] 'expression' (PR #1205)
* Enhancement: [prometheus] target status mode filtering (PR #1206, #1207)
* Enhancement: [prometheus/nodeexporter] nodeexporter filtering (PR #1201)
* Enhancement: [prometheus/kubernetes] kubernetes filtering (PR #1197, #1200)
* Enhancement: [azure] add subscription option (PR #1189)
* Enhancement: [prometheus/api] enh prometheus timeframe/step options (PR #1190)
* Fix: [idrac/pdisk] fix typo in long outputs (PR #1194)
* Fix: [netapp/qtreeusage] fix qtreeusage mode thresholds (#1193, PR #1195)
* Fix: [hyperv2012/nodesnapshot] fix negative timestamp (PR #1192)
* Break: [masterclock/ntp] change masterclock plugin path (PR #1191)
2018-19-10 Colin Gagnaire <cgagnaire@centreon.com>
* Plugin added: Prometheus (PR #1168, #1169)
* Plugin added: Prometheus for Node Exporter (PR #1168, #1169, #1179)