From 89f30b773e4ff9222e102005182e3436927ba189 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 13 Mar 2015 10:57:04 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 021d716..cc0ed5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file is used to list changes made in each version of nrpe +# UNRELEASED +* Added default['nrpe']['checks'] to store all checks as a node attribute +* Removed Ruby 1.9.3 and added Ruby 2.2.0 to Travis +* Make the yum-epel recipe optional with default['nrpe']['install_yum-epel'] + # 1.4.10 * Add support for CentOS / RHEL * Update the LWRP to use the default action functionality introduced in Chef 0.10.10