Skip to content

Commit 8b1537d

Browse files
authored
New release 2.3.3 (#300)
Signed-off-by: Michael Geiger <[email protected]>
1 parent 19091cf commit 8b1537d

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22

33
## Changelog generator still broken, sorry
44

5-
### Really new in v2.3.2
5+
### Changes in v2.3.3
6+
7+
- fix CI: use docker driver for transfering files \(\#290\)
8+
- Disable new check 'os-14' for automated testing \(\#291\)
9+
- Restore ability to override /etc/shadow file permissions and group owner \(\#293\)
10+
- move to CentOS 8 Stream from quay.io \(\#295\)
11+
- fix(pam_passwdqc): remove accidental paste from `pam_passwdqc.erb` \(\#299\)
12+
13+
### Changes in v2.3.2
614

715
- Backwards incompatible breaking change in PR279 [\#284](https://github.com/dev-sec/puppet-os-hardening/issues/284)
816
- Backwards incompatible breaking change in PR279 \(\#284\) [\#285](https://github.com/dev-sec/puppet-os-hardening/pull/285) ([earthgecko](https://github.com/earthgecko))

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

test/fixtures/metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hardening-os_hardening",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"author": "Dominik Richter",
55
"summary": "Configures the base OS with hardening",
66
"license": "Apache-2.0",
@@ -84,7 +84,7 @@
8484
"version_requirement": ">= 6.0.0 < 8.0.0"
8585
}
8686
],
87-
"template-url": "https://github.com/dev-sec/puppet-pdk-template#2.1.1",
88-
"pdk-version": "2.1.1",
89-
"template-ref": "tags/2.1.1-0-g03daa92"
87+
"template-url": "https://github.com/dev-sec/puppet-pdk-template#2.3.0",
88+
"pdk-version": "2.3.0",
89+
"template-ref": "tags/2.3.0-0-g8aaceff"
9090
}

0 commit comments

Comments
 (0)