Skip to content

Commit 3256f9e

Browse files
committed
Version bump to v1.8.0
1 parent 452e446 commit 3256f9e

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@ apache2 Cookbook Changelog
22
==========================
33
This file is used to list changes made in each version of the apache2 cookbook.
44

5+
v1.8.0
6+
------
7+
### Bug
8+
- **[COOK-3680](https://tickets.opscode.com/browse/COOK-3680)** - Update template paths
9+
- **[COOK-3570](https://tickets.opscode.com/browse/COOK-3570)** - Apache cookbook breaks on RHEL / CentOS 6
10+
- **[COOK-2944](https://tickets.opscode.com/browse/COOK-2944)** - Fix foodcritic failures
11+
- **[COOK-2893](https://tickets.opscode.com/browse/COOK-2893)** - Improve mod_auth_openid recipe with guards and idempotency
12+
- **[COOK-2758](https://tickets.opscode.com/browse/COOK-2758)** - Fix use of non-existent attribute
13+
14+
### New Feature
15+
- **[COOK-3665](https://tickets.opscode.com/browse/COOK-3665)** - Add recipe for mod_userdir
16+
- **[COOK-3646](https://tickets.opscode.com/browse/COOK-3646)** - Add recipe for mod_cloudflare
17+
- **[COOK-3213](https://tickets.opscode.com/browse/COOK-3213)** - Add recipe for mod_info
18+
19+
### Improvement
20+
- **[COOK-3656](https://tickets.opscode.com/browse/COOK-3656)** - Parameterize apache2 binary
21+
- **[COOK-3562](https://tickets.opscode.com/browse/COOK-3562)** - Allow mod_proxy settings to be configured as attributes
22+
- **[COOK-3326](https://tickets.opscode.com/browse/COOK-3326)** - Fix default_test to use ServerTokens attribute
23+
- **[COOK-2635](https://tickets.opscode.com/browse/COOK-2635)** - Add support for SVG mime types
24+
- **[COOK-2598](https://tickets.opscode.com/browse/COOK-2598)** - FastCGI Module only works on Debian-based platforms
25+
- **[COOK-1984](https://tickets.opscode.com/browse/COOK-1984)** - Add option to configure the address apache listens to
26+
27+
528
v1.7.0
629
------
730
### Improvement

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '1.7.0'
7+
version '1.8.0'
88
recipe 'apache2', 'Main Apache configuration'
99
recipe 'apache2::logrotate', 'Rotate apache2 logs. Requires logrotate cookbook'
1010
recipe 'apache2::mod_alias', 'Apache module "alias" with config file'

0 commit comments

Comments
 (0)