File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 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
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