Skip to content

Commit 61e69fb

Browse files
committed
Make changelog GCG'd for 5.4.0
1 parent a90c129 commit 61e69fb

File tree

3 files changed

+994
-14
lines changed

3 files changed

+994
-14
lines changed

.github_changelog_generator

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
user=puppetlabs
2+
project=puppetlabs-postgresql
3+
since_tag=5.3.0

CHANGELOG.md

+15-14
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
# Change log
1+
# Changelog
22

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).
54

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)
96

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)
168

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))
1917

2018
## Supported Release [5.3.0]
2119
### Summary
@@ -993,3 +991,6 @@ Notable features:
993991

994992
[5.4.0]:https://github.com/puppetlabs/puppetlabs-apache/compare/5.3.0...5.4.0
995993
[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

Comments
 (0)