Skip to content

Commit b99094b

Browse files
author
Ashley Penney
committed
Merge pull request puppetlabs#356 from apenney/33-release
Prepare a 3.3.0 release.
2 parents 9d9b7b8 + 92f3f56 commit b99094b

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

Changelog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
2014-01-28 - Version 3.3.0
2+
3+
Summary:
4+
5+
This release rolls up a bunch of bugfixes our users have found and fixed for
6+
us over the last few months. This improves things for 9.1 users, and makes
7+
this module usable on FreeBSD.
8+
9+
This release is dedicated to 'bma', who's suffering with Puppet 3.4.1 issues
10+
thanks to Puppet::Util::SUIDManager.run_and_capture.
11+
12+
Features:
13+
- Add lc_ config entry settings
14+
- Can pass template at database creation.
15+
- Add FreeBSD support.
16+
- Add support for customer `xlogdir` parameter.
17+
- Switch tests from rspec-system to beaker. (This isn't really a feature)
18+
19+
Bugfixes:
20+
- Properly fix the deprecated Puppet::Util::SUIDManager.run_and_capture errors.
21+
- Fix NOREPLICATION option for Postgres 9.1
22+
- Wrong parameter name: manage_pg_conf -> manage_pg_hba_conf
23+
- Add $postgresql::server::client_package_name, referred to by install.pp
24+
- Add missing service_provider/service_name descriptions in ::globals.
25+
- Fix several smaller typos/issues throughout.
26+
- Exec['postgresql_initdb'] needs to be done after $datadir exists
27+
- Prevent defined resources from floating in the catalog.
28+
- Fix granting all privileges on a table.
29+
- Add some missing privileges.
30+
- Remove deprecated and unused concat::fragment parameters.
31+
132
2013-11-05 - Version 3.2.0
233

334
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.2.0'
2+
version '3.3.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.2.0",
3+
"version": "3.3.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)