We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bed3ef commit 74a62e9Copy full SHA for 74a62e9
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
Release notes for the puppetlabs-puppetdb module.
4
5
+#### 7.10.0 - 2021/12/16
6
+* Add support for Debian 11
7
+* Allow puppetlabs/stdlib 8.0.0
8
+* Default to PostgreSQL 11 when using PuppetDB 7.0.0 or later
9
+* Update minimum version of puppetlabs/postgresql module to 6.5.0
10
+
11
#### 7.9.0 - 2021/06/23
12
13
* When `manage_database` is true, it will create a read-only user in postgres
metadata.json
@@ -1,6 +1,6 @@
1
{
"name": "puppetlabs-puppetdb",
- "version": "7.9.0",
+ "version": "7.10.0",
"author": "puppetlabs",
"summary": "Installs PostgreSQL and PuppetDB, sets up the connection to Puppet master.",
"license": "Apache-2.0",
0 commit comments