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
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
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
+
11
+
#### Changed
12
+
- Replaced validate_re calls with puppet datatype `Pattern` and is_array calls with puppet datatype `Array`.
13
+
14
+
#### Fixed
15
+
- Updated spec tests to remove deprecation warnings.
16
+
- Docs formatting.
17
+
- Pass default_connect_settings to validate service ([MODULES-4682](https://tickets.puppetlabs.com/browse/MODULES-4682))
18
+
- Rocket Alignment for Lint.
19
+
- Fixed changes in error messages in tests ([MODULES-5378](https://tickets.puppetlabs.com/browse/MODULES-5378))
20
+
21
+
#### Removed
22
+
- Removed unsupported Ubuntu versions 10.04 and 12.04 ([MODULES-5501](https://tickets.puppetlabs.com/browse/MODULES-5501))
23
+
- Removed unsupported Debian version 6.
24
+
1
25
## Supported Release 5.1.0
2
26
### Summary
3
27
This release includes Japanese translations for internationalization, Puppet 5 support, implementation of defined type postgresql::server::reassign_owned_by.
0 commit comments