Skip to content

Commit 897ff6f

Browse files
authored
3.1.0 (#214)
Signed-off-by: Christoph Hartmann <[email protected]>
1 parent ec10539 commit 897ff6f

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Change Log
22

3+
## [v3.1.0](https://github.com/dev-sec/chef-os-hardening/tree/v3.1.0) (2018-05-14)
4+
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v3.0.0...v3.1.0)
5+
6+
**Fixed bugs:**
7+
8+
- fix metadata [\#204](https://github.com/dev-sec/chef-os-hardening/pull/204) ([chris-rock](https://github.com/chris-rock))
9+
10+
**Closed issues:**
11+
12+
- earlier version [\#205](https://github.com/dev-sec/chef-os-hardening/issues/205)
13+
- Make auditd recipe optional [\#200](https://github.com/dev-sec/chef-os-hardening/issues/200)
14+
- Dependency on pinned, old version of sysctl [\#192](https://github.com/dev-sec/chef-os-hardening/issues/192)
15+
- compat\_resource deprecated [\#186](https://github.com/dev-sec/chef-os-hardening/issues/186)
16+
- Usage of azure as cloud provider for CI [\#183](https://github.com/dev-sec/chef-os-hardening/issues/183)
17+
18+
**Merged pull requests:**
19+
20+
- Test with Foodcritic 13 [\#212](https://github.com/dev-sec/chef-os-hardening/pull/212) ([tas50](https://github.com/tas50))
21+
- Test on Ruby 2.4.4 [\#211](https://github.com/dev-sec/chef-os-hardening/pull/211) ([tas50](https://github.com/tas50))
22+
- use sysctl 1.0 [\#210](https://github.com/dev-sec/chef-os-hardening/pull/210) ([dhohengassner](https://github.com/dhohengassner))
23+
- added mail\_dir attribute and moved component attributes to attributes… [\#209](https://github.com/dev-sec/chef-os-hardening/pull/209) ([ekelson-bcove](https://github.com/ekelson-bcove))
24+
- improve testing around amazon linux [\#202](https://github.com/dev-sec/chef-os-hardening/pull/202) ([chris-rock](https://github.com/chris-rock))
25+
- Container support and dokken tests in travis CI [\#199](https://github.com/dev-sec/chef-os-hardening/pull/199) ([artem-sidorenko](https://github.com/artem-sidorenko))
26+
- Lazy pin the sysctl major version [\#197](https://github.com/dev-sec/chef-os-hardening/pull/197) ([artem-sidorenko](https://github.com/artem-sidorenko))
27+
- Feature/allow setting template source [\#196](https://github.com/dev-sec/chef-os-hardening/pull/196) ([eyespies](https://github.com/eyespies))
28+
- Unpin sysctl dependency [\#195](https://github.com/dev-sec/chef-os-hardening/pull/195) ([artem-sidorenko](https://github.com/artem-sidorenko))
29+
- add basic support for amazon linux [\#194](https://github.com/dev-sec/chef-os-hardening/pull/194) ([chris-rock](https://github.com/chris-rock))
30+
- Fix fedora shadow permissions [\#190](https://github.com/dev-sec/chef-os-hardening/pull/190) ([artem-sidorenko](https://github.com/artem-sidorenko))
31+
- Fedora 25 is EOL, replacing with 27 [\#189](https://github.com/dev-sec/chef-os-hardening/pull/189) ([artem-sidorenko](https://github.com/artem-sidorenko))
32+
- Remove dependency on compat\_resource [\#188](https://github.com/dev-sec/chef-os-hardening/pull/188) ([bablakely](https://github.com/bablakely))
33+
334
## [v3.0.0](https://github.com/dev-sec/chef-os-hardening/tree/v3.0.0) (2017-12-21)
435
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v2.1.1...v3.0.0)
536

metadata.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
license 'Apache-2.0'
2323
description 'Installs and configures operating system hardening'
2424
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
25-
version '3.0.0'
25+
version '3.1.0'
2626

2727
chef_version '>= 12.5' if respond_to?(:chef_version)
2828

0 commit comments

Comments
 (0)