Skip to content

Commit 1258c46

Browse files
committed
New release 2.2.8
Signed-off-by: Michael Geiger <[email protected]>
1 parent ef6014d commit 1258c46

File tree

3 files changed

+38
-11
lines changed

3 files changed

+38
-11
lines changed

CHANGELOG.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
11
# Changelog
22

3-
## [v2.2.7](https://github.com/dev-sec/puppet-os-hardening/tree/v2.2.7) (2019-10-04)
3+
## [v2.2.8](https://github.com/dev-sec/puppet-os-hardening/tree/v2.2.8) (2020-06-01)
44

5-
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.6...v2.2.7)
5+
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.7...v2.2.8)
6+
7+
**Implemented enhancements:**
8+
9+
- Updates from pdk template 1.17.0 [\#236](https://github.com/dev-sec/puppet-os-hardening/pull/236) ([mcgege](https://github.com/mcgege))
10+
11+
**Fixed bugs:**
12+
13+
- Minimize\_access to File \[/usr/bin\] issue [\#234](https://github.com/dev-sec/puppet-os-hardening/issues/234)
14+
- Fix for integration tests \(apt-transport-https missing\) [\#237](https://github.com/dev-sec/puppet-os-hardening/pull/237) ([mcgege](https://github.com/mcgege))
15+
16+
**Closed issues:**
17+
18+
- Conflicts with apache module [\#231](https://github.com/dev-sec/puppet-os-hardening/issues/231)
19+
20+
**Merged pull requests:**
21+
22+
- patch-cumuluslinux-support [\#239](https://github.com/dev-sec/puppet-os-hardening/pull/239) ([mdklapwijk](https://github.com/mdklapwijk))
23+
- Update to PDK 1.15 [\#233](https://github.com/dev-sec/puppet-os-hardening/pull/233) ([mcgege](https://github.com/mcgege))
24+
- Small fix on kitchen.yml [\#232](https://github.com/dev-sec/puppet-os-hardening/pull/232) ([mcgege](https://github.com/mcgege))
25+
26+
## [2.2.7](https://github.com/dev-sec/puppet-os-hardening/tree/2.2.7) (2019-10-04)
27+
28+
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.6...2.2.7)
629

730
**Implemented enhancements:**
831

@@ -102,10 +125,6 @@
102125
- Wrong permission on module files [\#175](https://github.com/dev-sec/puppet-os-hardening/issues/175)
103126
- Add missing dependency [\#184](https://github.com/dev-sec/puppet-os-hardening/pull/184) ([theosotr](https://github.com/theosotr))
104127

105-
**Merged pull requests:**
106-
107-
- Replace Gitter with mailing lists [\#185](https://github.com/dev-sec/puppet-os-hardening/pull/185) ([mcgege](https://github.com/mcgege))
108-
109128
## [2.2.1](https://github.com/dev-sec/puppet-os-hardening/tree/2.2.1) (2019-01-28)
110129

111130
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.0...2.2.1)
@@ -139,6 +158,7 @@
139158

140159
**Merged pull requests:**
141160

161+
- Replace Gitter with mailing lists [\#185](https://github.com/dev-sec/puppet-os-hardening/pull/185) ([mcgege](https://github.com/mcgege))
142162
- Also works with current puppetlabs/stdlib \(5.1.0 tested\) [\#168](https://github.com/dev-sec/puppet-os-hardening/pull/168) ([mcgege](https://github.com/mcgege))
143163
- Do not disable vfat. Fixes \#165. [\#166](https://github.com/dev-sec/puppet-os-hardening/pull/166) ([timstoop](https://github.com/timstoop))
144164
- Add support for Ubuntu 18.04 and SLES 15 in metadata.json [\#162](https://github.com/dev-sec/puppet-os-hardening/pull/162) ([mcgege](https://github.com/mcgege))

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": "2.2.7",
3+
"version": "2.2.8",
44
"author": "Dominik Richter",
55
"summary": "Configures the base OS with hardening",
66
"license": "Apache-2.0",

test/fixtures/metadata.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardening-os_hardening",
3-
"version": "2.2.7",
3+
"version": "2.2.8",
44
"author": "Dominik Richter",
55
"summary": "Configures the base OS with hardening",
66
"license": "Apache-2.0",
@@ -70,6 +70,13 @@
7070
"16",
7171
"18"
7272
]
73+
},
74+
{
75+
"operatingsystem": "CumulusLinux",
76+
"operatingsystemrelease": [
77+
"3",
78+
"4"
79+
]
7380
}
7481
],
7582
"requirements": [
@@ -78,7 +85,7 @@
7885
"version_requirement": ">= 5.0.0 < 7.0.0"
7986
}
8087
],
81-
"template-url": "https://github.com/dev-sec/puppet-pdk-template#1.13.0",
82-
"pdk-version": "1.13.0",
83-
"template-ref": "tags/1.13.0-0-g06d1dd0"
88+
"template-url": "https://github.com/dev-sec/puppet-pdk-template#1.17.0",
89+
"pdk-version": "1.17.0",
90+
"template-ref": "tags/1.17.0-0-ga88c171"
8491
}

0 commit comments

Comments
 (0)