Skip to content

Commit 6d905d4

Browse files
author
Ashley Penney
committed
Prepare a 3.2.0 release.
1 parent e45d909 commit 6d905d4

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Changelog

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
2013-11-05 - Version 3.2.0
2+
3+
Summary:
4+
5+
Add's support for Ubuntu 13.10 (and 14.04) as well as x, y, z.
6+
7+
Features:
8+
- Add versions for Ubuntu 13.10 and 14.04.
9+
- Use default_database in validate_db_connection instead of a hardcoded
10+
'postgres'
11+
- Add globals/params layering for default_database.
12+
- Allow specification of default database name.
13+
14+
Bugs:
15+
- Fixes to the README.
16+
17+
118
2013-10-25 - Version 3.1.0
219

320
Summary:

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 '3.1.0'
2+
version '3.2.0'
33
source 'git://github.com/puppetlabs/puppet-postgresql.git'
44
author 'Inkling/Puppet Labs'
55
description 'PostgreSQL defined resource types'

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs/postgresql",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"summary": "PostgreSQL",
55
"source": "git://github.com/puppetlabs/puppetlabs-postgresql.git",
66
"project_page": "http://github.com/puppetlabs/puppetlabs-postgresql",

0 commit comments

Comments
 (0)