prepare new release (#1186)

This commit is contained in:
Colin Gagnaire 2018-10-19 17:34:25 +02:00 committed by GitHub
parent 019b5b5cd9
commit bcdec5b051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

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

View File

@ -1,3 +1,14 @@
2018-19-10 Colin Gagnaire <cgagnaire@centreon.com>
* Plugin added: Prometheus (PR #1168, #1169)
* Plugin added: Prometheus for Node Exporter (PR #1168, #1169, #1179)
* Plugin added: Prometheus for Kubernetes (PR #1181)
* Plugin added: Masterclock NTP GPS (PR #1182)
* Plugin added: Moxa EDS/IKS switches (PR #1183)
* Enhancement: [counter] add type 3 (instances of instances) (PR #1167, #1178)
* Fix: [cloud/azure] fix azure plugin typos, helpers and other (PR #1159)
* Fix: [hyperv/nodesnapshot] bug with comma on french Windows OS (PR #1175)
* Fix: [slack/alert] host and service not printed (PR #1177)
2018-09-28 Colin Gagnaire <cgagnaire@centreon.com>
* Plugin added: Huawei iBMC (PR #1098, #1108, #1112, #1114)
* Plugin added: Huawei HMM (PR #1098, #1113)