Skip to content

Commit c7f9bb2

Browse files
authored
Remove dependency and prep for 6.0 release (#596)
1 parent 8fbafde commit c7f9bb2

2 files changed

Lines changed: 15 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ This file is used to list changes made in each version of the apache2 cookbook.
66

77
See 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

metadata.rb

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
name 'apache2'
2-
source_url 'https://github.com/sous-chefs/apache2'
3-
issues_url 'https://github.com/sous-chefs/apache2/issues'
4-
maintainer 'Sous Chefs'
2+
source_url 'https://github.com/sous-chefs/apache2'
3+
issues_url 'https://github.com/sous-chefs/apache2/issues'
4+
maintainer 'Sous Chefs'
55
maintainer_email 'help@sous-chefs.org'
6-
chef_version '>= 13.0'
7-
license 'Apache-2.0'
8-
description 'Installs and configures apache2'
6+
chef_version '>= 13.0'
7+
license 'Apache-2.0'
8+
description 'Installs and configures apache2'
99
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
10-
version '5.2.1'
11-
12-
depends 'yum-epel'
10+
version '6.0.0'
1311

1412
supports 'debian'
1513
supports 'ubuntu'

0 commit comments

Comments
 (0)