Skip to content

Commit 8337ca2

Browse files
Release 3.2.1
Signed-off-by: Artem Sidorenko <[email protected]>
1 parent e07a21f commit 8337ca2

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
# Change Log
22

3+
## [v3.2.1](https://github.com/dev-sec/chef-os-hardening/tree/v3.2.1) (2019-03-07)
4+
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v3.2.0...v3.2.1)
5+
6+
**Fixed bugs:**
7+
8+
- execute\[update-pam\] resource fails on Ubuntu 14.04 on Azure [\#237](https://github.com/dev-sec/chef-os-hardening/issues/237)
9+
- exec-shield incompatible with Oracle Linux UEK [\#234](https://github.com/dev-sec/chef-os-hardening/issues/234)
10+
11+
**Merged pull requests:**
12+
13+
- 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))
14+
- 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))
15+
316
## [v3.2.0](https://github.com/dev-sec/chef-os-hardening/tree/v3.2.0) (2019-01-16)
417
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v3.1.0...v3.2.0)
518

619
**Closed issues:**
720

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

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.2.0'
25+
version '3.2.1'
2626

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

0 commit comments

Comments
 (0)