|
| 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 | + |
1 | 34 | ## Supported Release 4.6.1
|
2 | 35 | ###Summary
|
3 | 36 |
|
|
0 commit comments