Skip to content

Commit 9f1cf29

Browse files
committed
Merge pull request puppetlabs#730 from puppetlabs/4.7.x
4.7.x mergeback to master
2 parents a997fe3 + cfdeee8 commit 9f1cf29

File tree

3 files changed

+52
-2
lines changed

3 files changed

+52
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
## Supported Release 4.7.0
2+
### Summary
3+
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.
4+
5+
#### Features
6+
- Remote DB support - Connection-settings allows a hash of options that can be used when connecting to a remote DB.
7+
- Debian 8 support.
8+
- Updated systemd-override to support fedora and CentOS paths.
9+
- Adds the ability to define the extension name separately from the title of the resource, which allows you to add the extension to more than one database.
10+
- Added parameter to disable automatic service restarts on config changes.
11+
- Ubuntu 15.10 compatibility.
12+
- OpenBSD version is now 9.4.
13+
- Added .gitattributes to maintain line endings for .sh and .rb files.
14+
- Adds default postgis version for 9.5.
15+
- Allows float postgresql_conf values.
16+
- Schedule apt update after install of repo.
17+
18+
#### Bugfixes
19+
- Fixed systemd-override for RedHat systems with unmanaged Yum repos.
20+
- Removed inherits postgresql::params.
21+
- Multi-node tests are now not ran by default.
22+
- Change apt::pin to apt_postgresql_org to prevent error message.
23+
- Removed syntax error near UTF8.
24+
- Removal of extra blanks and backslashes in README.
25+
- Double quotes now used around database name to prevent syntax error.
26+
- Removes ruby 1.8.7 and puppet 2.7 from travis-ci jobs.
27+
- Removed inherits postgresql::params.
28+
- Fixed paths to work on Amazon Linux.
29+
- Fixed quotes around locale options.
30+
- Huge README update.
31+
- Update to use current msync configs.
32+
- Fixes postgresql::server acceptance test descriptions.
33+
134
## Supported Release 4.6.1
235
###Summary
336

metadata.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-postgresql",
3-
"version": "4.6.1",
3+
"version": "4.7.0",
44
"author": "Inkling/Puppet Labs",
55
"summary": "Offers support for basic management of PostgreSQL databases.",
66
"license": "Apache-2.0",
@@ -49,7 +49,8 @@
4949
"operatingsystem": "Debian",
5050
"operatingsystemrelease": [
5151
"6",
52-
"7"
52+
"7",
53+
"8"
5354
]
5455
},
5556
{
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
HOSTS:
2+
'debian-8-vcloud':
3+
roles:
4+
- master
5+
platform: debian-8-x86
6+
hypervisor: vcloud
7+
template: debian-8-i386
8+
CONFIG:
9+
type: foss
10+
ssh:
11+
keys: "~/.ssh/id_rsa-acceptance"
12+
datastore: instance0
13+
folder: Delivery/Quality Assurance/Enterprise/Dynamic
14+
resourcepool: delivery/Quality Assurance/Enterprise/Dynamic
15+
pooling_api: http://vcloud.delivery.puppetlabs.net/
16+

0 commit comments

Comments
 (0)