Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare new release #1208

Merged
merged 1 commit into from
Oct 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion centreon/plugins/script.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
14 changes: 14 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -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)
Expand Down