Skip to content

Commit 584e3c9

Browse files
committed
Prep 4.5.0
1 parent 7cb4b9d commit 584e3c9

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

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

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)