Skip to content

Commit 7e82fb1

Browse files
committed
(MODULES-6852) - Release Prep 5.4.0
1 parent babe5e4 commit 7e82fb1

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
- Revoke on database test failure as implementation only works on version 9.1.24 or later.
20+
621
## Supported Release [5.3.0]
722
### Summary
823
Implements rubocop changes within the module, alongside other smaller changes.
@@ -25,7 +40,7 @@ Implements rubocop changes within the module, alongside other smaller changes.
2540

2641
## Supported Release 5.2.1
2742
### Summary
28-
Bug fix for issue introduced in 5.2.0
43+
Bug fix for issue introduced in 5.2.0
2944

3045
#### Fixed
3146
- 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 +992,5 @@ Notable features:
977992

978993
2012-08-16 - Version 0.2.0 released
979994

995+
[5.4.0]:https://github.com/puppetlabs/puppetlabs-apache/compare/5.3.0...5.4.0
980996
[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)