Release prep for 4.7.1.

This commit is contained in:
Bryan Jen 2016-02-17 17:53:42 -07:00
parent 8464e33222
commit 0d4e9327f4
2 changed files with 18 additions and 1 deletions

View file

@ -1,3 +1,19 @@
## Supported Release 4.7.1
### Summary
This release contains some bugfixes and documentation updates.
#### Bugfixes
- (MODULES-3024) Quote database objects when creating databases.
- Properly escape case where password ends with '$'.
- Fixes password change when postgres is configure to non-standard port.
- Unpins concat dependency to be able to use concat 2.x.
- Workaround to fix installing on Amazon Linux.
- Fixes proper defaulting of `$service_provider` parameter.
- Fixes postgres server init script naming on Amazon Linux.
- Fixes service reload parameter on Arch Linux.
- Adds missing onlyif_function to sequence grant code.
- Fixes to the markdown of the README.
## Supported Release 4.7.0
### Summary
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.

View file

@ -1,6 +1,6 @@
{
"name": "puppetlabs-postgresql",
"version": "4.7.0",
"version": "4.7.1",
"author": "Inkling/Puppet Labs",
"summary": "Offers support for basic management of PostgreSQL databases.",
"license": "Apache-2.0",
@ -12,6 +12,7 @@
{"name":"puppetlabs/apt","version_requirement":">=1.8.0 <3.0.0"},
{"name":"puppetlabs/concat","version_requirement":">= 1.1.0 <3.0.0"}
],
"data_provider": null,
"operatingsystem_support": [
{
"operatingsystem": "RedHat",