|
1 | 1 | ## Supported Release 5.0.0
|
2 | 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. |
| 3 | +This **major** release dropped support for Puppet 3 and PostgreSQL 8.x, added Puppet 4 data types, and deprecated the validate_db_connection type. |
4 | 4 |
|
5 | 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 |
| 6 | +- `locales/` directory, .pot file, and i18n `config.yaml`. ([FM-6116](https://tickets.puppet.com/browse/FM-6116)) |
| 7 | +- `update_password` parameter to toggle password management per role. |
| 8 | +- **Puppet 4** type validation. |
| 9 | +- new `postgresql_conn_validator` custom type and deprecated `validate_db_connection`. ([MODULES-1394](https://tickets.puppet.com/browse/MODULES-1394)) |
10 | 10 |
|
11 | 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 |
| 12 | +- default postgis versions in postgresql::globals to use newer versions. |
| 13 | +- puppetlabs-concat and puppetlabs-apt dependencies to use latest versions. ([MODULES-4906](https://tickets.puppet.com/browse/MODULES-4906), [MODULES-4947](https://tickets.puppet.com/browse/MODULES-4947)) |
| 14 | +- default value for `log_line_prefix` to `undef`. |
| 15 | +- `listen_addresses` default value to 'localhost'. Allows for it to be set independently of a class declaration. |
| 16 | +- use of stdlib validate_* functions. They have been removed in favor of Puppet 4 type validation. |
| 17 | +- lower Puppet dependency in metadata to 4.7.0. ([MODULES-4826](https://tickets.puppet.com/browse/MODULES-4826)) |
16 | 18 |
|
17 | 19 | #### 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)) |
| 20 | +- deprecated apt::source parameters. |
| 21 | +- default SUSE parameters. ([MODULES-4598](https://tickets.puppet.com/browse/MODULES-4598)) |
| 22 | +- use of force parameter on concat resources. |
| 23 | +- Puppet.version.to_f version comparison from spec_helper.rb. ([MODULES-4528](https://tickets.puppetlabs.com/browse/MODULES-4528)) |
22 | 24 |
|
23 | 25 | ## Supported Release 4.9.0
|
24 | 26 | ### Summary
|
|
0 commit comments