Skip to content

Commit cd3ee4d

Browse files
authored
Merge pull request #1548 from puppetlabs/release-prep
Release prep v10.0.2
2 parents a3e3907 + 50367d8 commit cd3ee4d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v10.0.2](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.0.2) - 2023-11-08
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v10.0.1...v10.0.2)
11+
12+
### Fixed
13+
14+
- postgresql_conf: Fix regex for value param and add tests [#1544](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1544) ([SimonHoenscheid](https://github.com/SimonHoenscheid))
15+
816
## [v10.0.1](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.0.1) - 2023-10-12
917

1018
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v10.0.0...v10.0.1)

REFERENCE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4325,7 +4325,7 @@ Default value: `present`
43254325

43264326
##### `value`
43274327

4328-
Valid values: `%r{^\S(.*\S)?$}`
4328+
Valid values: `%r{^(\S.*)?$}`
43294329

43304330
The value to set for this parameter.
43314331

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-postgresql",
3-
"version": "10.0.1",
3+
"version": "10.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)