You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,26 @@
1
+
## Supported Release 5.0.0
2
+
### Summary
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
+
5
+
#### Added
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
+
11
+
#### Changed
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))
0 commit comments