Skip to content

Commit ef64c30

Browse files
Merge pull request #1173 from puppetlabs/release
Release mergeback version 6.6.0
2 parents f0ca290 + 8959440 commit ef64c30

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v6.6.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v6.6.0) (2020-06-02)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v6.5.0...v6.6.0)
8+
9+
### Added
10+
11+
- \(IAC-746\) - Add ubuntu 20.04 support [\#1172](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1172) ([david22swan](https://github.com/david22swan))
12+
13+
### Fixed
14+
15+
- Fix custom port in extension [\#1165](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1165) ([Vampouille](https://github.com/Vampouille))
16+
517
## [v6.5.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v6.5.0) (2020-05-13)
618

719
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v6.4.0...v6.5.0)

REFERENCE.md

+8
Original file line numberDiff line numberDiff line change
@@ -1552,6 +1552,14 @@ Overrides default package deletion behavior. By default, the package specified w
15521552

15531553
Default value: `undef`
15541554

1555+
##### `port`
1556+
1557+
Data type: `Optional[Integer]`
1558+
1559+
Port to use when connecting.
1560+
1561+
Default value: `undef`
1562+
15551563
##### `connect_settings`
15561564

15571565
Data type: `Any`

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-postgresql",
3-
"version": "6.5.0",
3+
"version": "6.6.0",
44
"author": "Inkling/Puppet Labs",
55
"summary": "Offers support for basic management of PostgreSQL databases.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)