Skip to content

Commit 9236b21

Browse files
author
Morgan Haskel
committed
4.2.0 prep
1 parent eaef089 commit 9236b21

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
##2015-03-10 - Supported Release 4.2.0
2+
###Summary
3+
4+
This release has several new features including the ability to run psql commands on remote hosts, improved grant support, and a number of bugfixes.
5+
6+
####Features
7+
- Add host parameter to `postgresql_psql` type (MODULES-661)
8+
- Changes to support OpenBSD
9+
- Add `service_reload` parameter to `postgresql::server`
10+
- Add `comment` parameter to `postgresql::server::database` (MODULES-1153)
11+
- Add `postgresql::server::extension` defined type
12+
- Add postgresql versions for utopic and jessie
13+
- Update `postgresql::server::grant` to support 'GRANT SCHEMA' and 'ALL TABLES IN SCHEMA'
14+
15+
####Bugfixes
16+
- Lint cleanup
17+
- Remove outdated upgrade info from README
18+
- Use correct TCP port when checking password
19+
- Create role before database
20+
- Fix template1 encoding on Debian
21+
- Require server package before user permissions
22+
- Fix `service_status` default for FreeBSD to allow PostgreSQL to start the first run
23+
- Fix invalid US-ASCII byte sequence in `postgresql::server::grant` comments
24+
- Reverted to default behavior for Debian systems as `pg_config` should not be overwritten (MODULES-1485)
25+
126
##2014-11-04 - Supported Release 4.1.0
227
###Summary
328

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "puppetlabs-postgresql",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"author": "Inkling/Puppet Labs",
55
"summary": "Offers support for basic management of PostgreSQL databases.",
6-
"license": "ASL 2.0",
6+
"license": "Apache-2.0",
77
"source": "git://github.com/puppetlabs/puppet-postgresql.git",
88
"project_page": "https://github.com/puppetlabs/puppet-postgresql",
99
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",

0 commit comments

Comments
 (0)