Skip to content

Commit

Permalink
New release 2.3.3 (#300)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Geiger <[email protected]>
  • Loading branch information
mcgege authored Oct 15, 2022
1 parent 19091cf commit 8b1537d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## Changelog generator still broken, sorry

### Really new in v2.3.2
### Changes in v2.3.3

- fix CI: use docker driver for transfering files \(\#290\)
- Disable new check 'os-14' for automated testing \(\#291\)
- Restore ability to override /etc/shadow file permissions and group owner \(\#293\)
- move to CentOS 8 Stream from quay.io \(\#295\)
- fix(pam_passwdqc): remove accidental paste from `pam_passwdqc.erb` \(\#299\)

### Changes in v2.3.2

- Backwards incompatible breaking change in PR279 [\#284](https://github.com/dev-sec/puppet-os-hardening/issues/284)
- Backwards incompatible breaking change in PR279 \(\#284\) [\#285](https://github.com/dev-sec/puppet-os-hardening/pull/285) ([earthgecko](https://github.com/earthgecko))
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.3.2",
"version": "2.3.3",
"author": "Dominik Richter",
"summary": "Configures the base OS with hardening",
"license": "Apache-2.0",
Expand Down
8 changes: 4 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.3.2",
"version": "2.3.3",
"author": "Dominik Richter",
"summary": "Configures the base OS with hardening",
"license": "Apache-2.0",
Expand Down Expand Up @@ -84,7 +84,7 @@
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"template-url": "https://github.com/dev-sec/puppet-pdk-template#2.1.1",
"pdk-version": "2.1.1",
"template-ref": "tags/2.1.1-0-g03daa92"
"template-url": "https://github.com/dev-sec/puppet-pdk-template#2.3.0",
"pdk-version": "2.3.0",
"template-ref": "tags/2.3.0-0-g8aaceff"
}

0 comments on commit 8b1537d

Please sign in to comment.