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
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## Supported Release 5.2.0
2
+
### Summary
3
+
Adds several new features including some work around OS support. Also includes a couple of fixes to tests and the removal of unsupported Ubuntu versions.
4
+
5
+
#### Added
6
+
- Added default postgresql version of Ubuntu 17.4 version to the globals.pp file.
7
+
- Fedora 26 provides postgresql-server version 9.6 by default - Added support to manifests/globals.pp to avoid puppet failures on Fedora 26 nodes.
8
+
- Use postgresql 9.6 for the newest SLES and openSUSE releases.
9
+
- Enhanced --data-checksums on initdb.
10
+
- Added support for Debian version 9.
11
+
- Added a `version` parameter.
12
+
13
+
#### Changed
14
+
- Replaced validate_re calls with puppet datatype `Pattern` and is_array calls with puppet datatype `Array`.
15
+
- Installation method for apt in the spec_helper_acceptance, this is a temporary workaround due to issues with module installation.
16
+
17
+
#### Fixed
18
+
- Updated spec tests to remove deprecation warnings.
19
+
- Docs formatting.
20
+
- Pass default_connect_settings to validate service ([MODULES-4682](https://tickets.puppetlabs.com/browse/MODULES-4682))
21
+
- Rocket Alignment for Lint.
22
+
- Fixed changes in error messages in tests ([MODULES-5378](https://tickets.puppetlabs.com/browse/MODULES-5378))
23
+
24
+
#### Removed
25
+
- Removed unsupported Ubuntu versions 10.04 and 12.04 ([MODULES-5501](https://tickets.puppetlabs.com/browse/MODULES-5501))
26
+
- Removed unsupported Debian version 6.
27
+
- Removed numeric order override.
28
+
1
29
## Supported Release 5.1.0
2
30
### Summary
3
31
This release includes Japanese translations for internationalization, Puppet 5 support, implementation of defined type postgresql::server::reassign_owned_by.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -757,7 +757,7 @@ Optional.
757
757
758
758
Data type: Boolean.
759
759
760
-
Use checksums on data pages to help detect corruption by the I/O system that would otherwise be silent. Valid values: 'true' or 'false'. Default: initdb's default ('false').
760
+
Use checksums on data pages to help detect corruption by the I/O system that would otherwise be silent. Valid values: `true` or `false`. Default: initdb's default (`false`).
761
761
762
762
**Warning:** This option is used during initialization by initdb, and cannot be changed later. If set, checksums are calculated for all objects, in all databases.
0 commit comments