Skip to content

Commit 35d474f

Browse files
author
Morgan Haskel
committed
Merge pull request puppetlabs#646 from bmjen/4.4.0-prep
Release 4.4.0 prep
2 parents 928779b + f09ebab commit 35d474f

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

Diff for: CHANGELOG.md

+23
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.

Diff for: metadata.json

+1-1
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)