Skip to content

Commit

Permalink
New release 2.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Geiger <info@mgeiger.de>
  • Loading branch information
mcgege committed Aug 15, 2018
1 parent f1bb999 commit 4682e4d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ Puppetfile.lock
/tmp/
/vendor/
/convert_report.txt
.ruby-version
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [2.1.2](https://github.com/dev-sec/puppet-os-hardening/tree/2.1.2) (2018-08-15)
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.1.1...2.1.2)

**Implemented enhancements:**

- Deploy GRUB hardening [\#137](https://github.com/dev-sec/puppet-os-hardening/pull/137) ([timstoop](https://github.com/timstoop))
- Only allow root and members of group wheel to use su [\#134](https://github.com/dev-sec/puppet-os-hardening/pull/134) ([timstoop](https://github.com/timstoop))
- Fix permissions on /etc/gshadow, based on CIS DIL Benchmark 6.1.5. [\#133](https://github.com/dev-sec/puppet-os-hardening/pull/133) ([timstoop](https://github.com/timstoop))

**Merged pull requests:**

- Add stricter file permissions + PE fix [\#136](https://github.com/dev-sec/puppet-os-hardening/pull/136) ([mcgege](https://github.com/mcgege))

## [2.1.1](https://github.com/dev-sec/puppet-os-hardening/tree/2.1.1) (2018-05-17)
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.1.0...2.1.1)

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if RUBY_VERSION > '1.9.2'

# Changelog Generator
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.future_release = '2.1.1'
config.future_release = '2.1.2'
config.since_tag = '1.1.1'
config.user = 'dev-sec'
config.project = 'puppet-os-hardening'
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardening-os_hardening",
"version": "2.1.1",
"version": "2.1.2",
"author": "Dominik Richter",
"summary": "Configures the base OS with hardening",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4682e4d

Please sign in to comment.