Skip to content

Commit d896be3

Browse files
committed
Merge pull request #191 from cprice-puppet/maint/master/release-2.3.0
Update Modulefile and Changelog for 2.3.0 release
2 parents 77da524 + 5c26c3e commit d896be3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2.3.0
2+
=====
3+
4+
This feature release includes the following changes:
5+
6+
* Add a new parameter `owner` to the `database` type. This can be used to
7+
grant ownership of a new database to a specific user. (Bruno Harbulot)
8+
* Add support for operating systems other than Debian/RedHat, as long as the
9+
user supplies custom values for all of the required paths, package names, etc.
10+
(Chris Price)
11+
* Improved integration testing (Ken Barber)
12+
113
2.2.1
214
=====
315

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-postgresql'
2-
version '2.2.1'
2+
version '2.3.0'
33
source 'git://github.com/puppetlabs/puppet-postgresql.git'
44
author 'Inkling/Puppet Labs'
55
description 'PostgreSQL defined resource types'

0 commit comments

Comments
 (0)