Skip to content

Commit 07a09bd

Browse files
author
David Swan
committed
5.3.0 Pre Release
1 parent 52ea030 commit 07a09bd

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.3.0]
7+
### Summary
8+
Implements rubocop changes within the module, alongside other smaller changes.
9+
10+
#### Added
11+
- ensure=>absent added to postgresql::server:role.
12+
- Support added for Fedora 27.
13+
- scram-sha-256 added as a valid ph_hba_rule auth method.
14+
- 9.6 settings inherited for later PgSQL versions on FreeBSD.
15+
- A require has been added for puppet.
16+
17+
#### Changed
18+
- Changes made to avoid the useless loading of files by augeas.
19+
- Modulesync changes.
20+
- psql_path defaulted to postgresql::server::psql_path.
21+
- Rubocop changes have been made.
22+
23+
#### Removed
24+
- Debian 9 support deprecated.
25+
626
## Supported Release 5.2.1
727
### Summary
828
Bug fix for issue introduced in 5.2.0
@@ -956,3 +976,5 @@ Notable features:
956976
* Remove trailing commas. (e6af5e5)
957977

958978
2012-08-16 - Version 0.2.0 released
979+
980+
[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.2.1",
3+
"version": "5.3.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)