@@ -6,13 +6,12 @@ This file is used to list changes made in each version of the apache2 cookbook.
66
77See UPGRADING.md for upgrading.
88
9- ### Behaviour Changes
9+ ### v6 - Behaviour Changes
1010
11- - Default recipe now calls the install resource!
11+ - Default recipe now calls the install resource
1212- Add helpers: for a full list see ` libraries/helpers.rb `
1313- Remove all ` mpm_ ` recipes. Move mpm setup to the install resource
1414- Allow user to set the mpm mode no matter what platform they're on
15- - Remove MPM setup as it breaks things, just leave it alone for now
1615- Remove FreeBSD, openSuse & Fedora Kitchen testing
1716- ` mod_ ` recipes now call ` apache2_module_ `
1817- Mod templates are now more configurable when calling the resources directly
@@ -23,22 +22,21 @@ See UPGRADING.md for upgrading.
2322- Remove the web_app resource as it was very perscriptive
2423- Add mod_ssl
2524
26- ### Testing/CI
25+ ### v6 - Testing/CI
2726
2827- Add CircleCI and remove Travis
2928- Add CircleCI Orbs
3029- Rename test cookbook name to test
31- - Include apache2 hardening inspec tests
3230- Cleanup test integration directory
33- - Specs added for most helpers.
34- - Make sysconfig paramters configurable via the install resource
31+ - Specs added for most helpers
32+ - Make sysconfig parameters configurable via the install resource
3533
36- ### Misc Updates & Improvements
34+ ### v6 - Misc Updates & Improvements
3735
38- - Update README
39- - Add dev-sec/apache-baseline tests and set cookbook defaults to secure defaults
36+ - Update README with new instructions on installing
4037- Set the server to listen on ports 80 and 443 by default
4138- Fix Options allowed in alias.conf
39+ - Add resource documentation to documentation directory
4240
4341## v5.2.1 (04-09-2018)
4442
0 commit comments