Skip to content

Commit c92b649

Browse files
committed
Update module version to 7.13.0
- Add release notes - The module should now be compatible with puppet agent 8.0.0 which removes legacy facts
1 parent fd6493b commit c92b649

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Release notes for the puppetlabs-puppetdb module.
44

5+
#### 7.13.0 - 2022/04/19
6+
* Replace usage of legacy ::osfamily fact with structured form
7+
[PDB-5611](https://tickets.puppetlabs.com/browse/PDB-5611)
8+
59
#### 7.12.0 - 2022/12/13
610
* Grant read role to write user to fix database user permissions issue
711
[PDB-5559](https://tickets.puppetlabs.com/browse/PDB-5559)

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-puppetdb",
3-
"version": "7.12.0",
3+
"version": "7.13.0",
44
"author": "puppetlabs",
55
"summary": "Installs PostgreSQL and PuppetDB, sets up the connection to Puppet master.",
66
"license": "Apache-2.0",
@@ -84,7 +84,7 @@
8484
"requirements": [
8585
{
8686
"name": "puppet",
87-
"version_requirement": ">= 4.10.0 < 8.0.0"
87+
"version_requirement": ">= 4.10.0 < 9.0.0"
8888
}
8989
],
9090
"description": "Module for installing/configuring PuppetDB",

0 commit comments

Comments
 (0)