Skip to content

Commit 3e23c86

Browse files
author
Helen
authored
Merge pull request #969 from pmcmaw/release+prep
(MODULES-6852) - Release Prep 5.4.0
2 parents babe5e4 + 37b7559 commit 3e23c86

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org).
55

6+
## Supported Release [5.4.0]
7+
### Summary
8+
This is a minor release, it makes this module PDK-compliant for easier maintenance and includes a roll up of maintenance changes.
9+
10+
#### Added
11+
- PDK conversion [MODULES-6330](https://tickets.puppetlabs.com/browse/MODULES-6330).
12+
- Parameter for `postgresql::server::database`:
13+
- `ensure` Capability to revoke database privileges [PostgreSQL documentation for `grant`](http://www.postgresql.org/docs/current/static/sql-grant.html).
14+
- Parameter for `postgresql::server::database_grant`:
15+
- `ensure` Capability to revoke database privileges [PostgreSQL documentation for `grant`](http://www.postgresql.org/docs/current/static/sql-grant.html).
16+
17+
#### Fixed
18+
- Documentation error, `reassign_owned_by` uses `*_role` not `*_owner`.
19+
620
## Supported Release [5.3.0]
721
### Summary
822
Implements rubocop changes within the module, alongside other smaller changes.
@@ -25,7 +39,7 @@ Implements rubocop changes within the module, alongside other smaller changes.
2539

2640
## Supported Release 5.2.1
2741
### Summary
28-
Bug fix for issue introduced in 5.2.0
42+
Bug fix for issue introduced in 5.2.0
2943

3044
#### Fixed
3145
- issue where the module was attempting to install extensions before a database was available. ([SERVER-2003](https://tickets.puppetlabs.com/browse/SERVER-2003))
@@ -977,4 +991,5 @@ Notable features:
977991

978992
2012-08-16 - Version 0.2.0 released
979993

994+
[5.4.0]:https://github.com/puppetlabs/puppetlabs-apache/compare/5.3.0...5.4.0
980995
[5.3.0]:https://github.com/puppetlabs/puppetlabs-apache/compare/5.2.1...5.3.0

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