Skip to content

Commit bcae47b

Browse files
committed
1.4.0 release
1 parent a4c59f0 commit bcae47b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
This file is used to list changes made in each version of nrpe
44

5+
## 1.4.0
6+
* Update from nagios-plugins to monitoring-plugins in source installs since the project name changed
7+
* Update nagios-plugins 1.5 to 2.0 for source installs
8+
* Reorder the attributes so that FreeBSD has log_facility properly set
9+
* Add additional specs and update specs to the latest Debian / FreeBSD releases
10+
* Update Berkshelf to 3.1.X and update the Berksfile to the new format
11+
512
## 1.3.0
613
* Source lsb init-functions in the init script on Ubuntu source installs so the service doesn't start every run
714
* Added new attribute node['nrpe']['allow_bash_command_substitution'] to allow using the allow_bash_command_substitution config option

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs and configures Nagios NRPE client'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '1.3.1'
7+
version '1.4.0'
88

99
recipe 'default', 'Installs and configures a nrpe client'
1010
%w(build-essential yum-epel).each do |cb|

0 commit comments

Comments
 (0)