Skip to content

Commit 8a78098

Browse files
Merge pull request #1431 from puppetlabs/release-prep
Release prep v9.0.2
2 parents 7468db0 + 16a9709 commit 8a78098

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

CHANGELOG.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
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+
## [v9.0.2](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v9.0.2) (2023-05-02)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v9.0.1...v9.0.2)
8+
9+
### Fixed
10+
11+
- \(CONT-950\) - Fix mismatched data types [\#1430](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1430) ([jordanbreen28](https://github.com/jordanbreen28))
12+
- \(CONT-904\) - Removal of tech debt [\#1429](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1429) ([jordanbreen28](https://github.com/jordanbreen28))
13+
- \(CONT-949\) - Bump stdlib dependency [\#1428](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1428) ([jordanbreen28](https://github.com/jordanbreen28))
14+
515
## [v9.0.1](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v9.0.1) (2023-04-24)
616

717
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v9.0.0...v9.0.1)
@@ -347,6 +357,7 @@ All notable changes to this project will be documented in this file. The format
347357
### Fixed
348358

349359
- Remove duplicate REFERENCE.md file with strange unicode character at end of filename [\#1108](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1108) ([nudgegoonies](https://github.com/nudgegoonies))
360+
- \(MODULES-9219\) - puppetlabs-postgresql : catalog compilation fails when the service command is not installed [\#1093](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1093) ([blackknight36](https://github.com/blackknight36))
350361

351362
## [v6.2.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v6.2.0) (2019-09-12)
352363

@@ -364,7 +375,6 @@ All notable changes to this project will be documented in this file. The format
364375
- \(MODULES-9658\) - custom ports are not labeled correctly [\#1099](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1099) ([blackknight36](https://github.com/blackknight36))
365376
- Fix: When assigning a tablespace to a database, no equal sign is needed in the query [\#1098](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1098) ([biertie](https://github.com/biertie))
366377
- Grant all tables in schema fixup [\#1096](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1096) ([georgehansper](https://github.com/georgehansper))
367-
- \(MODULES-9219\) - puppetlabs-postgresql : catalog compilation fails when the service command is not installed [\#1093](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1093) ([blackknight36](https://github.com/blackknight36))
368378

369379
## [v6.1.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v6.1.0) (2019-06-04)
370380

@@ -400,6 +410,7 @@ All notable changes to this project will be documented in this file. The format
400410
### Fixed
401411

402412
- \(FM-7811\) - Use postgresql 9.4 for SLES 11 sp4 [\#1057](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1057) ([david22swan](https://github.com/david22swan))
413+
- \(MODULES-8553\) Further cleanup for package tag issues [\#1055](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1055) ([HelenCampbell](https://github.com/HelenCampbell))
403414

404415
## [5.12.0](https://github.com/puppetlabs/puppetlabs-postgresql/tree/5.12.0) (2019-02-01)
405416

@@ -411,7 +422,6 @@ All notable changes to this project will be documented in this file. The format
411422

412423
### Fixed
413424

414-
- \(MODULES-8553\) Further cleanup for package tag issues [\#1055](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1055) ([HelenCampbell](https://github.com/HelenCampbell))
415425
- \(MODULES-8553\) Fix dependency on apt by explicitly using 'puppetlabs-postgresql' as tag [\#1052](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1052) ([HelenCampbell](https://github.com/HelenCampbell))
416426
- \(MODULES-8352\) Don't use empty encoding string on initdb [\#1043](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1043) ([binford2k](https://github.com/binford2k))
417427
- pdksync - \(FM-7655\) Fix rubygems-update for ruby \< 2.3 [\#1042](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1042) ([tphoney](https://github.com/tphoney))

REFERENCE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ Default value: `$postgresql::globals::default_connect_settings`
10081008

10091009
##### <a name="-postgresql--server--listen_addresses"></a>`listen_addresses`
10101010

1011-
Data type: `Optional[String[1]]`
1011+
Data type: `Optional[Variant[String[1], Array[String[1]]]]`
10121012

10131013
Address list on which the PostgreSQL service will listen
10141014

@@ -1497,7 +1497,7 @@ Default value: `'present'`
14971497

14981498
##### <a name="-postgresql--server--config_entry--value"></a>`value`
14991499

1500-
Data type: `Optional[Variant[String[1], Integer]]`
1500+
Data type: `Optional[Variant[String[1], Numeric]]`
15011501

15021502
Defines the value for the setting.
15031503

@@ -2281,7 +2281,7 @@ Default value: `$postgresql::server::ip_mask_allow_all_users`
22812281

22822282
##### <a name="-postgresql--server--instance--config--listen_addresses"></a>`listen_addresses`
22832283

2284-
Data type: `Optional[String[1]]`
2284+
Data type: `Optional[Variant[String[1], Array[String[1]]]]`
22852285

22862286
Address list on which the PostgreSQL service will listen
22872287

metadata.json

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

0 commit comments

Comments
 (0)