Skip to content

Commit c5973bc

Browse files
committed
1.1.1
Signed-off-by: Dominik Richter <[email protected]>
1 parent cd174aa commit c5973bc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.1.1
4+
5+
* feature: add stack protection configuration via sysctl (enabled)
6+
* bugfix: replace non-ascii char in login.defs
7+
* bugfix: follow links for RHEL7 /bin and /sbin
8+
* bugfix: fixed tty newlines
9+
* bugfix: minor log typos
10+
311
## 1.1.0
412

513
**API-change**: renamed module to `hardening-os_hardening`

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'hardening/os_hardening'
2-
version '1.1.0'
2+
version '1.1.1'
33
source 'https://github.com/TelekomLabs/puppet-os-hardening'
44
author 'Dominik Richter'
55
license 'Apache License, Version 2.0'

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardening-os_hardening",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "Dominik Richter",
55
"summary": "Configures the base OS with hardening",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)