4.2.0 prep

This commit is contained in:
Morgan Haskel 2015-03-09 13:38:23 -07:00
parent eaef089635
commit 9236b21700
2 changed files with 27 additions and 2 deletions

View file

@ -1,3 +1,28 @@
##2015-03-10 - Supported Release 4.2.0
###Summary
This release has several new features including the ability to run psql commands on remote hosts, improved grant support, and a number of bugfixes.
####Features
- Add host parameter to `postgresql_psql` type (MODULES-661)
- Changes to support OpenBSD
- Add `service_reload` parameter to `postgresql::server`
- Add `comment` parameter to `postgresql::server::database` (MODULES-1153)
- Add `postgresql::server::extension` defined type
- Add postgresql versions for utopic and jessie
- Update `postgresql::server::grant` to support 'GRANT SCHEMA' and 'ALL TABLES IN SCHEMA'
####Bugfixes
- Lint cleanup
- Remove outdated upgrade info from README
- Use correct TCP port when checking password
- Create role before database
- Fix template1 encoding on Debian
- Require server package before user permissions
- Fix `service_status` default for FreeBSD to allow PostgreSQL to start the first run
- Fix invalid US-ASCII byte sequence in `postgresql::server::grant` comments
- Reverted to default behavior for Debian systems as `pg_config` should not be overwritten (MODULES-1485)
##2014-11-04 - Supported Release 4.1.0
###Summary

View file

@ -1,9 +1,9 @@
{
"name": "puppetlabs-postgresql",
"version": "4.1.0",
"version": "4.2.0",
"author": "Inkling/Puppet Labs",
"summary": "Offers support for basic management of PostgreSQL databases.",
"license": "ASL 2.0",
"license": "Apache-2.0",
"source": "git://github.com/puppetlabs/puppet-postgresql.git",
"project_page": "https://github.com/puppetlabs/puppet-postgresql",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",