Skip to content

Commit 76321c7

Browse files
committed
Merge pull request puppetlabs#745 from puppetlabs/4.7.x
Mergeback 4.7.x to master
2 parents 2a8ffef + fea6aa8 commit 76321c7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Supported Release 4.7.1
2+
### Summary
3+
This release contains some bugfixes and documentation updates.
4+
5+
#### Bugfixes
6+
- (MODULES-3024) Quote database objects when creating databases.
7+
- Properly escape case where password ends with '$'.
8+
- Fixes password change when postgres is configure to non-standard port.
9+
- Unpins concat dependency to be able to use concat 2.x.
10+
- Workaround to fix installing on Amazon Linux.
11+
- Fixes proper defaulting of `$service_provider` parameter.
12+
- Fixes postgres server init script naming on Amazon Linux.
13+
- Fixes service reload parameter on Arch Linux.
14+
- Adds missing onlyif_function to sequence grant code.
15+
- Fixes to the markdown of the README.
16+
117
## Supported Release 4.7.0
218
### Summary
319
A release with a considerable amount of new features, including remote db support and several platform support updates. Various bugfixes including several to address warnings and a sizable README update.

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-postgresql",
3-
"version": "4.7.0",
3+
"version": "4.7.1",
44
"author": "Inkling/Puppet Labs",
55
"summary": "Offers support for basic management of PostgreSQL databases.",
66
"license": "Apache-2.0",
@@ -12,6 +12,7 @@
1212
{"name":"puppetlabs/apt","version_requirement":">=1.8.0 <3.0.0"},
1313
{"name":"puppetlabs/concat","version_requirement":">= 1.1.0 <3.0.0"}
1414
],
15+
"data_provider": null,
1516
"operatingsystem_support": [
1617
{
1718
"operatingsystem": "RedHat",

0 commit comments

Comments
 (0)