Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-sidorenko committed Dec 21, 2017
1 parent 4062a22 commit 6332377
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Change Log

## [v3.0.0](https://github.com/dev-sec/chef-os-hardening/tree/v3.0.0) (2017-12-21)
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v2.1.1...v3.0.0)

**Closed issues:**

- os-10 from linux-baseline is missing [\#167](https://github.com/dev-sec/chef-os-hardening/issues/167)
- Removal of core dump hardening configuration if core dumps are allowed [\#165](https://github.com/dev-sec/chef-os-hardening/issues/165)
- Integration testing of this cookbook in the CI [\#142](https://github.com/dev-sec/chef-os-hardening/issues/142)
- Selinux enforcing support for RHEL/Centos? [\#106](https://github.com/dev-sec/chef-os-hardening/issues/106)
- If I "enable" core dumps with chef-os-hardening, am I really fully enabling core dumps? [\#105](https://github.com/dev-sec/chef-os-hardening/issues/105)

**Merged pull requests:**

- Skip auditd tests [\#181](https://github.com/dev-sec/chef-os-hardening/pull/181) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Make fedora tests pass [\#179](https://github.com/dev-sec/chef-os-hardening/pull/179) ([shoekstra](https://github.com/shoekstra))
- Control ownership of /var/log [\#178](https://github.com/dev-sec/chef-os-hardening/pull/178) ([shoekstra](https://github.com/shoekstra))
- RH family: adapt some settings, as RH has better defaults [\#177](https://github.com/dev-sec/chef-os-hardening/pull/177) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Fix for fedora: lets use generic package resource [\#176](https://github.com/dev-sec/chef-os-hardening/pull/176) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Kitchen: Using the same names for platforms for different drivers [\#175](https://github.com/dev-sec/chef-os-hardening/pull/175) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Enable core dumps if they are enabled via attribute [\#174](https://github.com/dev-sec/chef-os-hardening/pull/174) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Selinux enforcing support for RHEL/Centos [\#173](https://github.com/dev-sec/chef-os-hardening/pull/173) ([AnMoeller](https://github.com/AnMoeller))
- Kitchen: Update of testing boxes/images [\#172](https://github.com/dev-sec/chef-os-hardening/pull/172) ([artem-sidorenko](https://github.com/artem-sidorenko))
- Lets disable unused filesystems per default [\#169](https://github.com/dev-sec/chef-os-hardening/pull/169) ([artem-sidorenko](https://github.com/artem-sidorenko))

## [v2.1.1](https://github.com/dev-sec/chef-os-hardening/tree/v2.1.1) (2017-08-21)
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v2.1.0...v2.1.1)

Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
license 'Apache-2.0'
description 'Installs and configures operating system hardening'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.1.1'
version '3.0.0'

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

Expand Down

0 comments on commit 6332377

Please sign in to comment.