Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Sidorenko <[email protected]>
  • Loading branch information
artem-sidorenko committed Mar 7, 2019
1 parent e07a21f commit 8337ca2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
# Change Log

## [v3.2.1](https://github.com/dev-sec/chef-os-hardening/tree/v3.2.1) (2019-03-07)
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v3.2.0...v3.2.1)

**Fixed bugs:**

- execute\[update-pam\] resource fails on Ubuntu 14.04 on Azure [\#237](https://github.com/dev-sec/chef-os-hardening/issues/237)
- exec-shield incompatible with Oracle Linux UEK [\#234](https://github.com/dev-sec/chef-os-hardening/issues/234)

**Merged pull requests:**

- Use full path for executing pam-auth-update [\#238](https://github.com/dev-sec/chef-os-hardening/pull/238) ([sean-nixon](https://github.com/sean-nixon))
- Do not apply exec-shield if running Oracle Linux with UEK - addresses \#234 [\#235](https://github.com/dev-sec/chef-os-hardening/pull/235) ([eyespies](https://github.com/eyespies))

## [v3.2.0](https://github.com/dev-sec/chef-os-hardening/tree/v3.2.0) (2019-01-16)
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v3.1.0...v3.2.0)

**Closed issues:**

- Missing cookbook Chai [\#232](https://github.com/dev-sec/chef-os-hardening/issues/232)
- Bug: unable to use override to disable module [\#208](https://github.com/dev-sec/chef-os-hardening/issues/208)
- PAM config prevents launching of GDM on Fedora 27 [\#206](https://github.com/dev-sec/chef-os-hardening/issues/206)
- Migration to the new major sysctl cookbook version [\#198](https://github.com/dev-sec/chef-os-hardening/issues/198)

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 '3.2.0'
version '3.2.1'

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

Expand Down

0 comments on commit 8337ca2

Please sign in to comment.