Skip to content

Commit 9643c92

Browse files
Release 4.0.0
Signed-off-by: Artem Sidorenko <[email protected]>
1 parent e090b5d commit 9643c92

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## [v4.0.0](https://github.com/dev-sec/chef-os-hardening/tree/v4.0.0) (2019-04-10)
4+
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v3.2.1...v4.0.0)
5+
6+
**Closed issues:**
7+
8+
- Deprecated feature sysctl\_param used [\#230](https://github.com/dev-sec/chef-os-hardening/issues/230)
9+
10+
**Merged pull requests:**
11+
12+
- Update of metadata with supported distros [\#252](https://github.com/dev-sec/chef-os-hardening/pull/252) ([artem-sidorenko](https://github.com/artem-sidorenko))
13+
- Removal of config disclaimer attribute [\#249](https://github.com/dev-sec/chef-os-hardening/pull/249) ([artem-sidorenko](https://github.com/artem-sidorenko))
14+
- Docs: update of supported distros [\#247](https://github.com/dev-sec/chef-os-hardening/pull/247) ([artem-sidorenko](https://github.com/artem-sidorenko))
15+
- Removal of fedora 27 as its EOL [\#246](https://github.com/dev-sec/chef-os-hardening/pull/246) ([artem-sidorenko](https://github.com/artem-sidorenko))
16+
- Removal of Ubuntu 14.04 support [\#245](https://github.com/dev-sec/chef-os-hardening/pull/245) ([artem-sidorenko](https://github.com/artem-sidorenko))
17+
- Removal of Debian 8 as its EOL [\#244](https://github.com/dev-sec/chef-os-hardening/pull/244) ([artem-sidorenko](https://github.com/artem-sidorenko))
18+
- CI: improvements with handling of different chef versions [\#243](https://github.com/dev-sec/chef-os-hardening/pull/243) ([artem-sidorenko](https://github.com/artem-sidorenko))
19+
- Updates of metadata and readme [\#242](https://github.com/dev-sec/chef-os-hardening/pull/242) ([artem-sidorenko](https://github.com/artem-sidorenko))
20+
- Eliminating spacing for alligment [\#241](https://github.com/dev-sec/chef-os-hardening/pull/241) ([artem-sidorenko](https://github.com/artem-sidorenko))
21+
- Update of rubocop to 0.65 [\#240](https://github.com/dev-sec/chef-os-hardening/pull/240) ([artem-sidorenko](https://github.com/artem-sidorenko))
22+
- CI: Run unit tests on chef 14, update of some gems, small cleanup [\#239](https://github.com/dev-sec/chef-os-hardening/pull/239) ([artem-sidorenko](https://github.com/artem-sidorenko))
23+
- Remove sysctl cookbook dependency and use new native sysctl resource [\#228](https://github.com/dev-sec/chef-os-hardening/pull/228) ([josqu4red](https://github.com/josqu4red))
24+
325
## [v3.2.1](https://github.com/dev-sec/chef-os-hardening/tree/v3.2.1) (2019-03-07)
426
[Full Changelog](https://github.com/dev-sec/chef-os-hardening/compare/v3.2.0...v3.2.1)
527

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.1'
25+
version '4.0.0'
2626
source_url 'https://github.com/dev-sec/chef-os-hardening'
2727
issues_url 'https://github.com/dev-sec/chef-os-hardening/issues'
2828

0 commit comments

Comments
 (0)