Skip to content

Commit 750a8b6

Browse files
author
tphoney
committed
merge 4.5.0 release branch
Conflicts: CHANGELOG.md
2 parents 213bb75 + c168e06 commit 750a8b6

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
## Unreleased
22
### Summary
33
- support setting a proxy for yum operations
4+
## 2015-07-27 - Supported Release 4.5.0
5+
### Summary
6+
This release adds sequence grants, some postgresql 9.4 fixes, and `onlyif` to
7+
the psql resource.
8+
9+
### Features
10+
- Add `onlyif` parameter to `postgresql_psql`
11+
- Add unsupported compatibility with Ubuntu 15.04
12+
- Add unsupported compatibility with SLES 11/12 and OpenSuSE 13.2
13+
- Add `postgresql::server::grant::onlyif_exists` attribute
14+
- Add `postgresql::server::table_grant::onlyif_exists` attribute
15+
- Add granting permissions on sequences
16+
17+
### Bugfixes
18+
- Added docs for `postgresql::server::grant`
19+
- Fix `pg_hba_conf_defaults => false` to not disable ipv4/ipv6 acls
20+
- Fix 9.4 for `postgresql::server::pg_hba_rule`
421

522
## 2015-07-07 - Supported Release 4.4.2
623
### Summary

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-postgresql",
3-
"version": "4.4.2",
3+
"version": "4.5.0",
44
"author": "Inkling/Puppet Labs",
55
"summary": "Offers support for basic management of PostgreSQL databases.",
66
"license": "Apache-2.0",
@@ -59,7 +59,7 @@
5959
"requirements": [
6060
{
6161
"name": "pe",
62-
"version_requirement": ">= 3.0.0 < 5.0.0"
62+
"version_requirement": ">= 3.0.0 < 2015.3.0"
6363
},
6464
{
6565
"name": "puppet",

0 commit comments

Comments
 (0)