Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shoekstra committed Sep 18, 2017
1 parent 708fdf2 commit 10fd703
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
32 changes: 26 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
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 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)
Expand Down

0 comments on commit 10fd703

Please sign in to comment.