Skip to content

Commit 8e29ed3

Browse files
committed
Merge pull request puppetlabs#386 from apenney/333-release
Prepare 3.3.3 supported release.
2 parents fc729b4 + d7a890b commit 8e29ed3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
##2014-03-04 - Supported Release 3.3.3
2+
###Summary
3+
4+
This is a supported release. This release removes a testing symlink that can
5+
cause trouble on systems where /var is on a seperate filesystem from the
6+
modulepath.
7+
8+
####Features
9+
####Bugfixes
10+
####Known Bugs
11+
* SLES is not supported.
12+
113
##2014-03-04 - Supported Release 3.3.2
214
###Summary
315
This is a supported release. It fixes a problem with updating passwords on postgresql.org distributed versions of PostgreSQL.

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.3.2'
2+
version '3.3.3'
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
@@ -54,7 +54,7 @@
5454
}
5555
],
5656
"name": "puppetlabs-postgresql",
57-
"version": "3.3.2",
57+
"version": "3.3.3",
5858
"source": "git://github.com/puppetlabs/puppet-postgresql.git",
5959
"author": "Inkling/Puppet Labs",
6060
"license": "ASL 2.0",

0 commit comments

Comments
 (0)