Skip to content

Commit d7e2ec1

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

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
- Capability to revoke database privileges [PostgreSQL documentation for `grant`](http://www.postgresql.org/docs/current/static/sql-grant.html).
12+
- PDK conversion [MODULES-6330](https://tickets.puppetlabs.com/browse/MODULES-6330).
13+
14+
#### Fixed
15+
- Documentation error, `reassign_owned_by` uses `*_role` not `*_owner`.
16+
- Revoke on database test failure as implementation only works on version 9.1.24 or later.
17+
618
## Supported Release [5.3.0]
719
### Summary
820
Implements rubocop changes within the module, alongside other smaller changes.
@@ -25,7 +37,7 @@ Implements rubocop changes within the module, alongside other smaller changes.
2537

2638
## Supported Release 5.2.1
2739
### Summary
28-
Bug fix for issue introduced in 5.2.0
40+
Bug fix for issue introduced in 5.2.0
2941

3042
#### Fixed
3143
- 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 +989,5 @@ Notable features:
977989

978990
2012-08-16 - Version 0.2.0 released
979991

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