File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 3
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
4
and this project adheres to [ Semantic Versioning] ( http://semver.org ) .
5
5
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
+
6
26
## Supported Release 5.2.1
7
27
### Summary
8
28
Bug fix for issue introduced in 5.2.0
@@ -956,3 +976,5 @@ Notable features:
956
976
* Remove trailing commas. (e6af5e5)
957
977
958
978
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-postgresql" ,
3
- "version" : " 5.2.1 " ,
3
+ "version" : " 5.3.0 " ,
4
4
"author" : " Inkling/Puppet Labs" ,
5
5
"summary" : " Offers support for basic management of PostgreSQL databases." ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments