Skip to content

Commit 411e7bc

Browse files
authored
Merge pull request #1569 from puppetlabs/release-prep
Release prep v10.0.3
2 parents 07ae23f + 83a9a01 commit 411e7bc

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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.3](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.0.3) - 2024-01-09
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-postgresql/compare/v10.0.2...v10.0.3)
11+
12+
### Fixed
13+
14+
- support for a custom apt source release [#1561](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1561) ([h0tw1r3](https://github.com/h0tw1r3))
15+
- (#1556) Fix Python package name for Ubuntu >= 22.04 [#1557](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1557) ([antaflos](https://github.com/antaflos))
16+
- Unconfine postgresql_conf [#1551](https://github.com/puppetlabs/puppetlabs-postgresql/pull/1551) ([smortex](https://github.com/smortex))
17+
818
## [v10.0.2](https://github.com/puppetlabs/puppetlabs-postgresql/tree/v10.0.2) - 2023-11-08
919

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

REFERENCE.md

+9
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ The following parameters are available in the `postgresql::globals` class:
202202
* [`repo_proxy`](#-postgresql--globals--repo_proxy)
203203
* [`repo_baseurl`](#-postgresql--globals--repo_baseurl)
204204
* [`yum_repo_commonurl`](#-postgresql--globals--yum_repo_commonurl)
205+
* [`apt_source_release`](#-postgresql--globals--apt_source_release)
205206
* [`needs_initdb`](#-postgresql--globals--needs_initdb)
206207
* [`encoding`](#-postgresql--globals--encoding)
207208
* [`locale`](#-postgresql--globals--locale)
@@ -529,6 +530,14 @@ Sets the url for the PostgreSQL common Yum repository. Useful if you host your o
529530

530531
Default value: `undef`
531532

533+
##### <a name="-postgresql--globals--apt_source_release"></a>`apt_source_release`
534+
535+
Data type: `Optional[String[1]]`
536+
537+
Overrides the default release for the apt source.
538+
539+
Default value: `undef`
540+
532541
##### <a name="-postgresql--globals--needs_initdb"></a>`needs_initdb`
533542

534543
Data type: `Optional[Boolean]`

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.2",
3+
"version": "10.0.3",
44
"author": "puppetlabs",
55
"summary": "Offers support for basic management of PostgreSQL databases.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)