Skip to content

Commit

Permalink
1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tas50 committed Jul 26, 2014
1 parent a4c59f0 commit bcae47b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 1.4.0
* Update from nagios-plugins to monitoring-plugins in source installs since the project name changed
* Update nagios-plugins 1.5 to 2.0 for source installs
* Reorder the attributes so that FreeBSD has log_facility properly set
* Add additional specs and update specs to the latest Debian / FreeBSD releases
* Update Berkshelf to 3.1.X and update the Berksfile to the new format

## 1.3.0
* Source lsb init-functions in the init script on Ubuntu source installs so the service doesn't start every run
* Added new attribute node['nrpe']['allow_bash_command_substitution'] to allow using the allow_bash_command_substitution config option
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs and configures Nagios NRPE client'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.3.1'
version '1.4.0'

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

0 comments on commit bcae47b

Please sign in to comment.