Prepare 3.0.0-rc3 release.
This commit is contained in:
parent
42c1b77043
commit
ece47797c8
3 changed files with 13 additions and 2 deletions
11
Changelog
11
Changelog
|
@ -1,3 +1,14 @@
|
||||||
|
2013-10-14 - Version 3.0.0-rc3
|
||||||
|
|
||||||
|
Summary:
|
||||||
|
|
||||||
|
Add a parameter to unmanage pg_hba.conf to fix a regression from 2.5, as well
|
||||||
|
as allowing owner to be passed into x.
|
||||||
|
|
||||||
|
Features:
|
||||||
|
- `manage_pg_hba_conf` parameter added to control pg_hba.conf management.
|
||||||
|
- `owner` parameter added to server::db.
|
||||||
|
|
||||||
2013-10-09 - Version 3.0.0-rc2
|
2013-10-09 - Version 3.0.0-rc2
|
||||||
|
|
||||||
Summary:
|
Summary:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name 'puppetlabs-postgresql'
|
name 'puppetlabs-postgresql'
|
||||||
version '3.0.0-rc2'
|
version '3.0.0-rc3'
|
||||||
source 'git://github.com/puppetlabs/puppet-postgresql.git'
|
source 'git://github.com/puppetlabs/puppet-postgresql.git'
|
||||||
author 'Inkling/Puppet Labs'
|
author 'Inkling/Puppet Labs'
|
||||||
description 'PostgreSQL defined resource types'
|
description 'PostgreSQL defined resource types'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "puppetlabs/postgresql",
|
"name": "puppetlabs/postgresql",
|
||||||
"version": "3.0.0-rc1",
|
"version": "3.0.0-rc3",
|
||||||
"summary": "PostgreSQL",
|
"summary": "PostgreSQL",
|
||||||
"source": "git@github.com/puppetlabs/puppetlabs-postgresql.git",
|
"source": "git@github.com/puppetlabs/puppetlabs-postgresql.git",
|
||||||
"project_page": "http://github.com/puppetlabs/puppetlabs-postgresql",
|
"project_page": "http://github.com/puppetlabs/puppetlabs-postgresql",
|
||||||
|
|
Loading…
Reference in a new issue