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
1
+ ## Supported Release 5.0.0
2
+ ### Summary
3
+ This ** major** release drops support for Puppet 3 and PostgreSQL 8.x, adds Puppet 4 data types, and deprecates the validate_db_connection type.
4
+
5
+ #### Added
6
+ - ` locales/ ` directory, .pot file, and i18n ` config.yaml `
7
+ - ` update_password ` parameter to toggle password management per role
8
+ - ** Puppet 4** type validation
9
+ - ` postgresql_conn_validator ` type
10
+
11
+ #### Changed
12
+ - Updated default postgis versions in postgresql::globals
13
+ - Updated puppetlabs-concat and puppetlabs-apt dependencies
14
+ - default ` log_line_prefix ` has been removed
15
+ - ` listen_addresses ` now defaults to 'localhost' and can be set independently of a class declaration
16
+
17
+ #### Fixed
18
+ - Fixed deprecated apt::source parameters
19
+ - Fix for default SUSE parameters
20
+ - Remove deprecated force parameter on concat resources
21
+ - Replace Puppet.version.to_f version comparison from spec_helper.rb ([ MODULES-4528] ( https://tickets.puppetlabs.com/browse/MODULES-4528 ) )
22
+
1
23
## Supported Release 4.9.0
2
24
### Summary
3
25
This release adds several types and, among other bugs, fixes an issue with the yum URL.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " puppetlabs-postgresql" ,
3
- "version" : " 4.9 .0" ,
3
+ "version" : " 5.0 .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