Skip to content

Commit 0145292

Browse files
author
GitHub Actions
committed
Release prep v9.0.2
1 parent 7468db0 commit 0145292

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
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+
15+
### UNCATEGORIZED PRS; LABEL THEM ON GITHUB
16+
17+
- Remove has\_key usage [\#1425](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1425) ([ekohl](https://github.com/ekohl))
18+
519
## [v9.0.1](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v9.0.1) (2023-04-24)
620

721
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v9.0.0...v9.0.1)
@@ -400,6 +414,7 @@ All notable changes to this project will be documented in this file. The format
400414
### Fixed
401415

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

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

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

412427
### Fixed
413428

414-
- \(MODULES-8553\) Further cleanup for package tag issues [\#1055](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1055) ([HelenCampbell](https://github.com/HelenCampbell))
415429
- \(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))
416430
- \(MODULES-8352\) Don't use empty encoding string on initdb [\#1043](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1043) ([binford2k](https://github.com/binford2k))
417431
- 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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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)