From 10fd7038b2cfd6cc2417c4777d536fe2acfdb55b Mon Sep 17 00:00:00 2001 From: Stephen Hoekstra Date: Mon, 18 Sep 2017 23:56:10 +0200 Subject: [PATCH] Release 8.0.0 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++------ metadata.rb | 2 +- 2 files changed, 27 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45faa8190..251961f92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,33 @@ nagios Cookbook CHANGELOG ========================= This file is used to list changes made in each version of the nagios cookbook. -Unreleased ----------- +8.0.0 (19-09-2017) +------------------ +### Breaking Changes +- #522 Drop support for RHEL 5 +- #531 Drop support for Fedora OSes +- #534 Drop support for CentOS 6, Fedora OS, FreeBSD +- #541 Require Chef 12.9+ + +### Bug +- #538 Update documentation for large installation tweaks and remove old attribute + ### Improvement -- Drop support/testing for CentOS 6, Fedora OS, FreeBSD -- Drop test suite for allowed_ips - no functional tests -- Clean up kitchen config -- Test Chef 12 and Chef 13 but allow Chef 13 to fail until it's properly supported +- #522 Resolve Foodcritic warnings, Chef 13 failures +- #524 Update metadata maintainer and repo urls (moved to Sous Chefs) +- #529 Allow SSL settings overrides +- #530 Nginx refactor +- #532 Update links to refer to Sous-Chefs org +- #534 Multiple testing related improvements (Clean up kitchen config; Test Chef 12 and Chef 13 but allow Chef 13 to fail until it's properly supported) +- #537 Update recipe name change in apache2 4.0 cookbook (`apache2::mod_php5` becomes `apache2::mod_php`) +- #539 Remove chat page +- #540 Misc clean up and CookStyle fixes +- #541 Fix OpenSuse support +- #542 Test Kitchen config updates +- #544 Require apache2 cookbook >= 4.0 +- #549 Yank old bats/ServerSpec tests and unsupported platform testing +- #550 Fix tests to allow Chef 12 and Chef 13 to pass for now +- #552 Switch from `chef_nginx` back to `nginx` 7.2.7 ----- diff --git a/metadata.rb b/metadata.rb index 0b1f9c651..b756da16c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Installs and configures Nagios server' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '7.2.7' +version '8.0.0' issues_url 'https://github.com/sous-chefs/nagios/issues' source_url 'https://github.com/sous-chefs/nagios' chef_version '>= 12.9' if respond_to?(:chef_version)