Skip to content

Commit f657021

Browse files
author
Morgan Haskel
committed
Merge pull request puppetlabs#595 from hunner/release_4.3.0
Supported Release 4.3.0
2 parents f3a1706 + 1a83f57 commit f657021

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## 2015-03-24 - Supported Release 4.3.0
2+
### Summary
3+
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.
4+
5+
#### Features
6+
- Add `postgresql::server::logdir` parameter to manage the logdir
7+
- Add `environment` parameter to `postgresql_psql`
8+
- Add `postgresql_replication_slot` custom resource
9+
10+
#### Bugfixes
11+
- Fix for Puppet 4
12+
- Don't print postgresql\_psql password in command
13+
- Allow `postgresql::validate_db_connection` for more than one host+port+database combo
14+
- Fix service command on Debian 8 and up
15+
- Fix `postgresql::server::extension` to work with custom user/group/port
16+
- Fix `postgresql::server::initdb` to work with custom user/group/port
17+
- Fix changing template1 encoding
18+
- Fix default `postgresql::server::grant::object_name` value
19+
- Fix idempotency of granting all tables in schema with `puppet::server::grant`
20+
- Fix lint warnings
21+
22+
123
##2015-03-10 - Supported Release 4.2.0
224
###Summary
325

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.2.0",
3+
"version": "4.3.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)