File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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
321This release fixes a bug introduced in 4.4.0.
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments