Skip to content

Commit 13b447b

Browse files
committed
Release 4.4.0 prep
1 parent 5406231 commit 13b447b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 2015-06-23 - Supported Release 4.4.0
2+
### Summary
3+
This release has several new features, bugfixes, and test improvements.
4+
5+
#### Features
6+
- Adds a resource to manage recovery.conf.
7+
- Adds a parameter that allows the specification of a validate connection script in `postgresql::client`.
8+
- Adds support for plpython package management.
9+
- Adds support for postgresql-docs management.
10+
- Adds ability to make `postgresql::server::schema` titles unique. (MODULES-2049)
11+
- Updates puppetlabs-apt module dependency to support version 2.1.0.
12+
13+
#### Bugfixes
14+
- Fix `postgresql_psql` parameter ordering to work on OpenBSD with Future Parser
15+
- Fix setting postgres role password (MODULES-1869)
16+
- Fix execution command with puppet <3.4 (MODULES-1923)
17+
- Fix Puppet.newtype deprecation warning (MODULES-2007)
18+
- Fix systemd override for manage_repo package versions
19+
20+
#### Test Improvements
21+
- Allows setting BEAKER and BEAKER_RSPEC versions via environment variables.
22+
- Enables Unit testing on Travis CI with Puppet 4.
23+
124
## 2015-03-24 - Supported Release 4.3.0
225
### Summary
326
This release fixes compatibility with Puppet 4 and removes opportunities for local users to view the postgresql password. It also adds a new custom resource to aid in managing replication.

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": "4.3.0",
3+
"version": "4.4.0",
44
"author": "Inkling/Puppet Labs",
55
"summary": "Offers support for basic management of PostgreSQL databases.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)