Skip to content

Commit

Permalink
New release 2.2.8
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Geiger <info@mgeiger.de>
  • Loading branch information
mcgege committed Jun 1, 2020
1 parent ef6014d commit 1258c46
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 11 deletions.
32 changes: 26 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,31 @@
# Changelog

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

[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.6...v2.2.7)
[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.7...v2.2.8)

**Implemented enhancements:**

- Updates from pdk template 1.17.0 [\#236](https://github.com/dev-sec/puppet-os-hardening/pull/236) ([mcgege](https://github.com/mcgege))

**Fixed bugs:**

- Minimize\_access to File \[/usr/bin\] issue [\#234](https://github.com/dev-sec/puppet-os-hardening/issues/234)
- Fix for integration tests \(apt-transport-https missing\) [\#237](https://github.com/dev-sec/puppet-os-hardening/pull/237) ([mcgege](https://github.com/mcgege))

**Closed issues:**

- Conflicts with apache module [\#231](https://github.com/dev-sec/puppet-os-hardening/issues/231)

**Merged pull requests:**

- patch-cumuluslinux-support [\#239](https://github.com/dev-sec/puppet-os-hardening/pull/239) ([mdklapwijk](https://github.com/mdklapwijk))
- Update to PDK 1.15 [\#233](https://github.com/dev-sec/puppet-os-hardening/pull/233) ([mcgege](https://github.com/mcgege))
- Small fix on kitchen.yml [\#232](https://github.com/dev-sec/puppet-os-hardening/pull/232) ([mcgege](https://github.com/mcgege))

## [2.2.7](https://github.com/dev-sec/puppet-os-hardening/tree/2.2.7) (2019-10-04)

[Full Changelog](https://github.com/dev-sec/puppet-os-hardening/compare/2.2.6...2.2.7)

**Implemented enhancements:**

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

**Merged pull requests:**

- Replace Gitter with mailing lists [\#185](https://github.com/dev-sec/puppet-os-hardening/pull/185) ([mcgege](https://github.com/mcgege))

## [2.2.1](https://github.com/dev-sec/puppet-os-hardening/tree/2.2.1) (2019-01-28)

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

**Merged pull requests:**

- Replace Gitter with mailing lists [\#185](https://github.com/dev-sec/puppet-os-hardening/pull/185) ([mcgege](https://github.com/mcgege))
- 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))
- Do not disable vfat. Fixes \#165. [\#166](https://github.com/dev-sec/puppet-os-hardening/pull/166) ([timstoop](https://github.com/timstoop))
- 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))
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.2.7",
"version": "2.2.8",
"author": "Dominik Richter",
"summary": "Configures the base OS with hardening",
"license": "Apache-2.0",
Expand Down
15 changes: 11 additions & 4 deletions test/fixtures/metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hardening-os_hardening",
"version": "2.2.7",
"version": "2.2.8",
"author": "Dominik Richter",
"summary": "Configures the base OS with hardening",
"license": "Apache-2.0",
Expand Down Expand Up @@ -70,6 +70,13 @@
"16",
"18"
]
},
{
"operatingsystem": "CumulusLinux",
"operatingsystemrelease": [
"3",
"4"
]
}
],
"requirements": [
Expand All @@ -78,7 +85,7 @@
"version_requirement": ">= 5.0.0 < 7.0.0"
}
],
"template-url": "https://github.com/dev-sec/puppet-pdk-template#1.13.0",
"pdk-version": "1.13.0",
"template-ref": "tags/1.13.0-0-g06d1dd0"
"template-url": "https://github.com/dev-sec/puppet-pdk-template#1.17.0",
"pdk-version": "1.17.0",
"template-ref": "tags/1.17.0-0-ga88c171"
}

0 comments on commit 1258c46

Please sign in to comment.