|
1 |
| -# Change log |
| 1 | +# Changelog |
2 | 2 |
|
3 |
| -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/) |
4 |
| -and this project adheres to [Semantic Versioning](http://semver.org). |
| 3 | +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/) and this project adheres to [Semantic Versioning](http://semver.org). |
5 | 4 |
|
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. |
| 5 | +## [5.4.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/5.4.0) (2018-03-20) |
9 | 6 |
|
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). |
| 7 | +[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/5.3.0...5.4.0) |
16 | 8 |
|
17 |
| -#### Fixed |
18 |
| -- Documentation error, `reassign_owned_by` uses `*_role` not `*_owner`. |
| 9 | +### Added |
| 10 | + |
| 11 | +- \(MODULES-6330\) PDK convert 1.4.1 [\#961](https://github.com/puppetlabs/puppetlabs-postgresql/pull/961) ([pmcmaw](https://github.com/pmcmaw)) |
| 12 | +- Parameter `ensure` on `postgresql::server::grant` and `postgresql::server::database\_grant` [\#891](https://github.com/puppetlabs/puppetlabs-postgresql/pull/891) ([georgehansper](https://github.com/georgehansper)) |
| 13 | + |
| 14 | +### Fixed |
| 15 | + |
| 16 | +- Documentation error, `reassign\_owned\_by` uses `\*\_role` not `\*\_owner`. [\#958](https://github.com/puppetlabs/puppetlabs-postgresql/pull/958) ([computermouth](https://github.com/computermouth)) |
19 | 17 |
|
20 | 18 | ## Supported Release [5.3.0]
|
21 | 19 | ### Summary
|
@@ -993,3 +991,6 @@ Notable features:
|
993 | 991 |
|
994 | 992 | [5.4.0]:https://github.com/puppetlabs/puppetlabs-apache/compare/5.3.0...5.4.0
|
995 | 993 | [5.3.0]:https://github.com/puppetlabs/puppetlabs-apache/compare/5.2.1...5.3.0
|
| 994 | + |
| 995 | + |
| 996 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
0 commit comments