Skip to content

Commit 3d1e1e3

Browse files
author
Helen Campbell
committed
5.2.0 Release Prep
1 parent 193d058 commit 3d1e1e3

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
125
## Supported Release 5.1.0
226
### Summary
327
This release includes Japanese translations for internationalization, Puppet 5 support, implementation of defined type postgresql::server::reassign_owned_by.

metadata.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-postgresql",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"author": "Inkling/Puppet Labs",
55
"summary": "Offers support for basic management of PostgreSQL databases.",
66
"license": "Apache-2.0",
@@ -49,7 +49,6 @@
4949
{
5050
"operatingsystem": "Debian",
5151
"operatingsystemrelease": [
52-
"6",
5352
"7",
5453
"8"
5554
]

0 commit comments

Comments
 (0)