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
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
## Supported Release 5.1.0
2
+
### Summary
3
+
This release includes Japanese translations for internationalization, Puppet 5 support, implementation of defined type postgresql::server::reassign_owned_by.
4
+
5
+
#### Features
6
+
- Updating translations for readmes/README_ja_JP.md
7
+
- add defined type postgresql::server::reassign_owned_by
8
+
- Allow order parameter to be string value
9
+
- prep for puppet 5 ([MODULES-5144](https://tickets.puppetlabs.com/browse/MODULES-5144))
10
+
- add data_checksums option to initdb
11
+
- parameter ensure of custom resource postgresql_replication_slot is not documented ([MODULES-2989](https://tickets.puppetlabs.com/browse/MODULES-2989))
12
+
13
+
#### Bug Fixes
14
+
- Adding a space for header formatting
15
+
- use https for apt.postgresql.org repo
16
+
- msync puppet 5 and ruby 2.4 ([MODULES-5197](https://tickets.puppetlabs.com/browse/MODULES-5187))
17
+
- Only run test on postgresql >= 9.0 ([FM-6240](https://tickets.puppetlabs.com/browse/FM-6240))
18
+
- Fix Ruby 2.4 deprecation in postgresql_acls_to_resources_hash
19
+
1
20
## Supported Release 5.0.0
2
21
### Summary
3
22
This **major** release dropped support for Puppet 3 and PostgreSQL 8.x, added Puppet 4 data types, and deprecated the validate_db_connection type.
@@ -12,7 +31,7 @@ This **major** release dropped support for Puppet 3 and PostgreSQL 8.x, added Pu
12
31
- default postgis versions in postgresql::globals to use newer versions.
13
32
- 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
33
- 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.
34
+
-`listen_addresses` default value to 'localhost'. Allows for it to be set independently of a class declaration.
16
35
- use of stdlib validate_* functions. They have been removed in favor of Puppet 4 type validation.
17
36
- lower Puppet dependency in metadata to 4.7.0. ([MODULES-4826](https://tickets.puppet.com/browse/MODULES-4826))
0 commit comments